Searched hist:7341 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/
H A Dmulti_level_page_table.hhdiff 12446:c4ad23df356a Thu Jan 04 03:30:00 EST 2018 Gabe Black <gabeblack@google.com> mem: Change the multilevel page table to inherit from FuncPageTable.

KVM looks up translations using the image of the page table in the
guest's memory, but we don't have to. By maintaining that image in
addition to rather than instead of maintaining an abstract copy makes
our lookups faster, and ironically avoids duplicate implementation.

Change-Id: I9ff4cae6f7cf4027c3738b75f74eae50dde2fda1
Reviewed-on: https://gem5-review.googlesource.com/7341
Reviewed-by: Brandon Potter <Brandon.Potter@amd.com>
Maintainer: Gabe Black <gabeblack@google.com>
/gem5/src/cpu/
H A Dsimple_thread.hhdiff 7341:95404ec156de Wed Jun 02 01:58:00 EDT 2010 Gabe Black <gblack@eecs.umich.edu> Simple CPU: Make the FloatRegs trace flag do something.

Completed in 39 milliseconds