Searched hist:12457 (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/x86/
H A Dpagetable.hh12457:b9b7bdb5a8ac Sat Jan 06 02:52:00 EST 2018 Gabe Black <gabeblack@google.com> x86, mem: Get rid of PageTableOps::getBasePtr.

Pass this constant into the page table constructor.

Change-Id: Icbf730f18d9dfcfebd10a196f7f799514728b0fb
Reviewed-on: https://gem5-review.googlesource.com/7345
Maintainer: Gabe Black <gabeblack@google.com>
Reviewed-by: Brandon Potter <Brandon.Potter@amd.com>
H A Dprocess.cc12457:b9b7bdb5a8ac Sat Jan 06 02:52:00 EST 2018 Gabe Black <gabeblack@google.com> x86, mem: Get rid of PageTableOps::getBasePtr.

Pass this constant into the page table constructor.

Change-Id: Icbf730f18d9dfcfebd10a196f7f799514728b0fb
Reviewed-on: https://gem5-review.googlesource.com/7345
Maintainer: Gabe Black <gabeblack@google.com>
Reviewed-by: Brandon Potter <Brandon.Potter@amd.com>
/gem5/src/mem/
H A Dmulti_level_page_table.hh12457:b9b7bdb5a8ac Sat Jan 06 02:52:00 EST 2018 Gabe Black <gabeblack@google.com> x86, mem: Get rid of PageTableOps::getBasePtr.

Pass this constant into the page table constructor.

Change-Id: Icbf730f18d9dfcfebd10a196f7f799514728b0fb
Reviewed-on: https://gem5-review.googlesource.com/7345
Maintainer: Gabe Black <gabeblack@google.com>
Reviewed-by: Brandon Potter <Brandon.Potter@amd.com>
/gem5/src/systemc/core/
H A Dscheduler.cc13145:5291e0747c7c Fri Aug 31 20:34:00 EDT 2018 Gabe Black <gabeblack@google.com> systemc: Toggle off clumping methods together in the ready list.

This is totally legal and good for performance, but because some of
Accellera's tests depend on processes which can run in any order
running in a particular order to reproduce the golden output, it needs
to be disabled to pass the tests.

This change leaves it as an option which could even be plumbed out in
the future to support some sort of "compatibility" mode with the tests.

An alternative would be to verify that the tests pass, change the
ordering to the alternative (but still correct) order, and then
update the reference output.

Change-Id: I113a40dec52f8b623253f8a27886b4a0abe89485
Reviewed-on: https://gem5-review.googlesource.com/c/12457
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>

Completed in 50 milliseconds