Searched hist:7901 (Results 1 - 5 of 5) sorted by relevance

/gem5/src/arch/x86/
H A Dvtophys.hhdiff 7901:f9b675da608a Mon Feb 07 01:14:00 EST 2011 Joel Hestness <hestness@cs.utexas.edu> x86: implements vtophys

Calls walker to look up virt. to phys. page mapping
H A Dvtophys.ccdiff 7901:f9b675da608a Mon Feb 07 01:14:00 EST 2011 Joel Hestness <hestness@cs.utexas.edu> x86: implements vtophys

Calls walker to look up virt. to phys. page mapping
H A Dsystem.ccdiff 7901:f9b675da608a Mon Feb 07 01:14:00 EST 2011 Joel Hestness <hestness@cs.utexas.edu> x86: implements vtophys

Calls walker to look up virt. to phys. page mapping
H A Dpagetable_walker.hhdiff 7901:f9b675da608a Mon Feb 07 01:14:00 EST 2011 Joel Hestness <hestness@cs.utexas.edu> x86: implements vtophys

Calls walker to look up virt. to phys. page mapping
/gem5/src/mem/cache/tags/
H A Dbase_set_assoc.ccdiff 12493:a1cf71a6de73 Tue Feb 06 05:24:00 EST 2018 Daniel R. Carvalho <odanrc@yahoo.com.br> mem-cache: Remove extra numSets zero check.

numSets is unsigned, so it cannot be lower than 0. Besides, isPowerOf2(0)
is false by definition (and implemmentation*), so there is no need for the
double check.

* As presented in base/intmath.hh

Change-Id: I3f6296694a937434feddc7ed21f11c2a6fdfc5a9
Reviewed-on: https://gem5-review.googlesource.com/7901
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>

Completed in 35 milliseconds