aboutsummaryrefslogtreecommitdiff
path: root/include/exec/cpu_ldst.h
AgeCommit message (Expand)Author
2018-07-02tcg: Define and use new tlb_hit() and tlb_hit_page() functionsPeter Maydell
2018-03-09linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov
2017-11-15tcg: Record code_gen_buffer address for user-only memory helpersRichard Henderson
2016-11-22cpu_ldst.h: use correct guest address parameterBobby Bingham
2015-09-11softmmu: remove now unused functionsPavel Dovgalyuk
2015-09-11tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier
2015-06-17softmmu: provide tlb_vaddr_to_host function for user modeAurelien Jarno
2015-06-03softmmu: support up to 12 MMU modesPaolo Bonzini
2015-02-05cpu_ldst.h: Allow NB_MMU_MODES to be 7Peter Maydell
2015-01-20cpu_ldst.h: Don't define helpers if MMU_MODE*_SUFFIX not definedpull-misc-20150120Peter Maydell
2015-01-20cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessorsPeter Maydell
2015-01-20cpu_ldst.h: Drop unused _raw macros, saddr() and laddr()Peter Maydell
2015-01-20cpu_ldst.h: Use inline functions for usermode cpu_ld/st accessorsPeter Maydell
2015-01-20cpu_ldst.h: Remove unused very short ld*/st* definesPeter Maydell
2015-01-20cpu_ldst.h: Drop unused ld/st*_kernel definesPeter Maydell
2015-01-20cpu_ldst.h: Remove unused ldul_ macrosPeter Maydell
2014-06-05softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini