summaryrefslogtreecommitdiffstats
path: root/memory_ldst.inc.c
Commit message (Expand)AuthorAgeFilesLines
* memory: Single byte swap along the I/O pathTony Nguyen2019-09-031-63/+0Star
* memory: Access MemoryRegion with endiannessTony Nguyen2019-09-031-6/+18
* exec: Hard code size with MO_{8|16|32|64}Tony Nguyen2019-09-031-9/+9
* exec: Access MemoryRegion with MemOpTony Nguyen2019-09-031-9/+9
* exec: Fix MAP_RAM for cached accessEric Auger2018-06-281-25/+22Star
* Make address_space_translate{, _cached}() take a MemTxAttrs argumentPeter Maydell2018-05-311-9/+9
* exec: move memory access declarations to a common header, inline *_phys funct...Paolo Bonzini2018-05-091-126/+0Star
* exec: introduce memory_ldst.inc.cPaolo Bonzini2016-12-221-0/+709