mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / x86 / memhelpers.hh
2019-11-07 Gabe Blackx86: Replace htog and gtoh with htole and letoh.
2019-04-30 Gabe Blackx86: Get rid of some unnecessary TheISA-es in x86.
2018-10-12 Gabe Blackx86: Use little endian packet accessors.
2017-12-13 Gabe Blackx86: Rework how "split" loads/stores are handled.
2017-11-02 Gabe Blackalpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize...
2016-08-15 Nikos Nikoleriscpu, arch: fix the type used for the request flags
2016-02-07 Steve Reinhardtarch, x86: add support for arrays as memory operands
2016-01-18 Steve Reinhardtcpu. arch: add initiateMemRead() to ExecContext interface
2016-01-18 Steve Reinhardtarch: don't call *Timing functions from *Atomic versions
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2011-07-03 Nilay VaishMerged with Gabe's recent changes.
2011-07-03 Gabe BlackExecContext: Rename the readBytes/writeBytes functions...
2011-07-03 Gabe BlackISA: Use readBytes/writeBytes for all instruction level...