Searched hist:4760 (Results 1 - 4 of 4) sorted by relevance
/gem5/src/arch/arm/kvm/ | ||
H A D | gic.cc | diff 12184:3aabca509b7a Mon Sep 18 20:13:00 EDT 2017 Gabe Black <gabeblack@google.com> kvm: arm: Get rid of functions which just wrap the subclasses version. The MuxingKvmGic class defined a few functions related to checkpointing which did nothing other than call the underlying Pl390 implementation. These are unnecessary in general, and are particularly unnecessary for the loadState function which is a very lightly used part of the checkpointing interface. It's not actually defined in Pl390 either, and falls through to the underlying implementation. Change-Id: I84aae13d4966df0f4fdd1a72aee0bf1af01392ff Reviewed-on: https://gem5-review.googlesource.com/4760 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Reviewed-by: Curtis Dunham <curtis.dunham@arm.com> Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com> |
H A D | gic.hh | diff 12184:3aabca509b7a Mon Sep 18 20:13:00 EDT 2017 Gabe Black <gabeblack@google.com> kvm: arm: Get rid of functions which just wrap the subclasses version. The MuxingKvmGic class defined a few functions related to checkpointing which did nothing other than call the underlying Pl390 implementation. These are unnecessary in general, and are particularly unnecessary for the loadState function which is a very lightly used part of the checkpointing interface. It's not actually defined in Pl390 either, and falls through to the underlying implementation. Change-Id: I84aae13d4966df0f4fdd1a72aee0bf1af01392ff Reviewed-on: https://gem5-review.googlesource.com/4760 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Reviewed-by: Curtis Dunham <curtis.dunham@arm.com> Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com> |
/gem5/src/arch/x86/isa/decoder/ | ||
H A D | one_byte_opcodes.isa | diff 4760:0116da6a4963 Tue Jul 24 18:43:00 EDT 2007 Gabe Black <gblack@eecs.umich.edu> Hook in a bunch of new instructions, fix a few minor bugs, and expand out one of the prefix multiplexed opcode groups. |
H A D | two_byte_opcodes.isa | diff 4760:0116da6a4963 Tue Jul 24 18:43:00 EDT 2007 Gabe Black <gblack@eecs.umich.edu> Hook in a bunch of new instructions, fix a few minor bugs, and expand out one of the prefix multiplexed opcode groups. |
Completed in 56 milliseconds