summaryrefslogtreecommitdiff
path: root/include/exec/cpu_ldst_template.h
AgeCommit message (Expand)Author
2020-01-15cputlb: Expand cpu_ldst_template.h in cputlb.cRichard Henderson
2020-01-15cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_codeRichard Henderson
2020-01-15cputlb: Move body of cpu_ldst_template.h out of lineRichard Henderson
2020-01-15cputlb: Use trace_mem_get_info instead of trace_mem_build_infoRichard Henderson
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée
2019-10-28tcg: let plugins instrument virtual memory accessesEmilio G. Cota
2019-10-28trace: add mmu_index to mem_infoAlex Bennée
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2018-10-18cputlb: read CPUTLBEntry.addr_write atomicallyEmilio G. Cota
2018-10-18tcg: Add tlb_index and tlb_entry helpersRichard Henderson
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange
2016-06-20trace: [all] Add "guest_mem_before" eventLluís Vilanova
2015-09-11softmmu: add helper function to pass through retaddrPavel Dovgalyuk
2015-01-20cpu_ldst_template.h: Drop unused cpu_ldfq/stfq/ldfl/stfl accessorsPeter Maydell
2015-01-20cpu_ldst_template.h: Use ld*_p directly rather than via ld*_raw macrosPeter Maydell
2014-06-05softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini