summaryrefslogtreecommitdiff
path: root/src/arch/x86/memhelpers.hh
AgeCommit message (Expand)Author
2018-10-12x86: Use little endian packet accessors.Gabe Black
2017-12-13x86: Rework how "split" loads/stores are handled.Gabe Black
2017-11-02alpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize ExecContexts.Gabe Black
2016-08-15cpu, arch: fix the type used for the request flagsNikos Nikoleris
2016-02-06arch, x86: add support for arrays as memory operandsSteve Reinhardt
2016-01-17cpu. arch: add initiateMemRead() to ExecContext interfaceSteve Reinhardt
2016-01-17arch: don't call *Timing functions from *Atomic versionsSteve Reinhardt
2014-10-16arch: Use shared_ptr for all FaultsAndreas Hansson
2011-07-02ExecContext: Rename the readBytes/writeBytes functions to readMem and writeMem.Gabe Black
2011-07-02ISA: Use readBytes/writeBytes for all instruction level memory operations.Gabe Black