summaryrefslogtreecommitdiff
path: root/include/exec/cpu_ldst.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-09linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov1-9/+7
2017-11-15tcg: Record code_gen_buffer address for user-only memory helpersRichard Henderson1-0/+2
2016-11-22cpu_ldst.h: use correct guest address parameterBobby Bingham1-1/+1
2015-09-11softmmu: remove now unused functionsPavel Dovgalyuk1-19/+0
2015-09-11tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt1-2/+2
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier1-4/+4
2015-06-17softmmu: provide tlb_vaddr_to_host function for user modeAurelien Jarno1-2/+6
2015-06-03softmmu: support up to 12 MMU modesPaolo Bonzini1-6/+98
2015-02-05cpu_ldst.h: Allow NB_MMU_MODES to be 7Peter Maydell1-3/+25
2015-01-20cpu_ldst.h: Don't define helpers if MMU_MODE*_SUFFIX not definedPeter Maydell1-4/+8
2015-01-20cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessorsPeter Maydell1-1/+20
2015-01-20cpu_ldst.h: Drop unused _raw macros, saddr() and laddr()Peter Maydell1-23/+0
2015-01-20cpu_ldst.h: Use inline functions for usermode cpu_ld/st accessorsPeter Maydell1-39/+31
2015-01-20cpu_ldst.h: Remove unused very short ld*/st* definesPeter Maydell1-26/+0
2015-01-20cpu_ldst.h: Drop unused ld/st*_kernel definesPeter Maydell1-15/+0
2015-01-20cpu_ldst.h: Remove unused ldul_ macrosPeter Maydell1-9/+0
2014-06-05softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini1-2/+367
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini1-0/+35