Searched hist:8901 (Results 1 - 10 of 10) sorted by relevance
/gem5/tests/test-progs/threads/bin/x86/linux/ | ||
H A D | threads | 12590:e483f68d2aae Tue Jul 25 15:01:00 EDT 2017 Jason Lowe-Power <jason@lowepower.com> tests: Add test program for C++ threads Simple program that spawns threads equal to the number of CPU cores and has some false sharing for testing coherence protocols. Change-Id: I5be907fd6fea9a8b8e80b63785d186619be41354 Signed-off-by: Jason Lowe-Power <jason@lowepower.com> Reviewed-on: https://gem5-review.googlesource.com/8901 Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br> |
/gem5/tests/test-progs/threads/src/ | ||
H A D | Makefile | 12590:e483f68d2aae Tue Jul 25 15:01:00 EDT 2017 Jason Lowe-Power <jason@lowepower.com> tests: Add test program for C++ threads Simple program that spawns threads equal to the number of CPU cores and has some false sharing for testing coherence protocols. Change-Id: I5be907fd6fea9a8b8e80b63785d186619be41354 Signed-off-by: Jason Lowe-Power <jason@lowepower.com> Reviewed-on: https://gem5-review.googlesource.com/8901 Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br> |
H A D | threads.cpp | 12590:e483f68d2aae Tue Jul 25 15:01:00 EDT 2017 Jason Lowe-Power <jason@lowepower.com> tests: Add test program for C++ threads Simple program that spawns threads equal to the number of CPU cores and has some false sharing for testing coherence protocols. Change-Id: I5be907fd6fea9a8b8e80b63785d186619be41354 Signed-off-by: Jason Lowe-Power <jason@lowepower.com> Reviewed-on: https://gem5-review.googlesource.com/8901 Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br> |
/gem5/src/sim/ | ||
H A D | full_system.hh | diff 8901:bba76d164f9e Mon Mar 19 06:35:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> clang: Fix recently introduced clang compilation errors This patch makes the code compile with clang 2.9 and 3.0 again by making two very minor changes. Firt, it maintains a strict typing in the forward declaration of the BaseCPUParams. Second, it adds a FullSystemInt flag of the type unsigned int next to the boolean FullSystem flag. The FullSystemInt variable can be used in decode-statements (expands to switch statements) in the instruction decoder. |
H A D | root.cc | diff 8901:bba76d164f9e Mon Mar 19 06:35:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> clang: Fix recently introduced clang compilation errors This patch makes the code compile with clang 2.9 and 3.0 again by making two very minor changes. Firt, it maintains a strict typing in the forward declaration of the BaseCPUParams. Second, it adds a FullSystemInt flag of the type unsigned int next to the boolean FullSystem flag. The FullSystemInt variable can be used in decode-statements (expands to switch statements) in the instruction decoder. |
/gem5/src/arch/x86/isa/decoder/ | ||
H A D | one_byte_opcodes.isa | diff 8901:bba76d164f9e Mon Mar 19 06:35:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> clang: Fix recently introduced clang compilation errors This patch makes the code compile with clang 2.9 and 3.0 again by making two very minor changes. Firt, it maintains a strict typing in the forward declaration of the BaseCPUParams. Second, it adds a FullSystemInt flag of the type unsigned int next to the boolean FullSystem flag. The FullSystemInt variable can be used in decode-statements (expands to switch statements) in the instruction decoder. |
H A D | two_byte_opcodes.isa | diff 8901:bba76d164f9e Mon Mar 19 06:35:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> clang: Fix recently introduced clang compilation errors This patch makes the code compile with clang 2.9 and 3.0 again by making two very minor changes. Firt, it maintains a strict typing in the forward declaration of the BaseCPUParams. Second, it adds a FullSystemInt flag of the type unsigned int next to the boolean FullSystem flag. The FullSystemInt variable can be used in decode-statements (expands to switch statements) in the instruction decoder. |
/gem5/src/arch/mips/isa/ | ||
H A D | decoder.isa | diff 8901:bba76d164f9e Mon Mar 19 06:35:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> clang: Fix recently introduced clang compilation errors This patch makes the code compile with clang 2.9 and 3.0 again by making two very minor changes. Firt, it maintains a strict typing in the forward declaration of the BaseCPUParams. Second, it adds a FullSystemInt flag of the type unsigned int next to the boolean FullSystem flag. The FullSystemInt variable can be used in decode-statements (expands to switch statements) in the instruction decoder. |
/gem5/src/arch/alpha/isa/ | ||
H A D | decoder.isa | diff 8901:bba76d164f9e Mon Mar 19 06:35:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> clang: Fix recently introduced clang compilation errors This patch makes the code compile with clang 2.9 and 3.0 again by making two very minor changes. Firt, it maintains a strict typing in the forward declaration of the BaseCPUParams. Second, it adds a FullSystemInt flag of the type unsigned int next to the boolean FullSystem flag. The FullSystemInt variable can be used in decode-statements (expands to switch statements) in the instruction decoder. |
/gem5/src/cpu/ | ||
H A D | base.hh | diff 8901:bba76d164f9e Mon Mar 19 06:35:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> clang: Fix recently introduced clang compilation errors This patch makes the code compile with clang 2.9 and 3.0 again by making two very minor changes. Firt, it maintains a strict typing in the forward declaration of the BaseCPUParams. Second, it adds a FullSystemInt flag of the type unsigned int next to the boolean FullSystem flag. The FullSystemInt variable can be used in decode-statements (expands to switch statements) in the instruction decoder. |
Completed in 115 milliseconds