aboutsummaryrefslogtreecommitdiff
path: root/include/exec/exec-all.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-24tcg/cputlb: Remove non-synced variants of global TLB flushesNicholas Piggin1-82/+15
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé1-3/+0
2024-04-26exec: Declare MMUAccessType type in 'mmu-access-type.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-04-26exec: Declare abi_ptr type in its own 'abi_ptr.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-04-26exec: Reduce tlb_set_dirty() declaration scopePhilippe Mathieu-Daudé1-1/+0
2024-03-12physmem: Expose tlb_reset_dirty_range_all()Philippe Mathieu-Daudé1-0/+1
2024-01-29tcg: Make tb_cflags() usable from target-agnostic codeIlya Leoshkevich1-6/+0
2024-01-19accel/tcg: Remove unused tb_invalidate_phys_addr()Philippe Mathieu-Daudé1-5/+0
2023-10-04exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'Philippe Mathieu-Daudé1-30/+0
2023-10-03accel/tcg: Remove cpu_neg()Richard Henderson1-1/+1
2023-08-31target/translate: Restrict 'exec/cpu_ldst.h' to user emulationPhilippe Mathieu-Daudé1-1/+1
2023-07-23include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson1-0/+10
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée1-0/+23
2023-06-26cpu: Replace target_ulong with hwaddr in tb_invalidate_phys_addr()Anton Johansson1-1/+1
2023-06-26accel: Replace target_ulong with vaddr in probe_*()Anton Johansson1-7/+7
2023-06-26accel: Replace target_ulong in tlb_*()Anton Johansson1-40/+39
2023-06-05include/exec: Remove CODE_GEN_AVG_BLOCK_SIZERichard Henderson1-10/+0
2023-06-05tcg: Spit out exec/translation-block.hRichard Henderson1-131/+1
2023-06-05exec-all: Widen TranslationBlock pc and cs_base to 64-bitsRichard Henderson1-2/+2
2023-06-05exec-all: Widen tb_page_addr_t for user-onlyRichard Henderson1-2/+2
2023-06-01tcg: remove the final vestiges of dstateAlex Bennée1-3/+0
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson1-3/+0
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson1-1/+1
2023-03-07includes: move tb_flush into its own headerAlex Bennée1-1/+0
2023-03-01include/exec: Remove `tb_pc()`Anton Johansson1-7/+0
2023-03-01include/exec: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson1-16/+11
2023-03-01include/exec: Introduce `CF_PCREL`Anton Johansson1-0/+1
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson1-1/+1
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza1-1/+2
2023-02-17bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito1-2/+3
2023-01-17tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson1-1/+2
2023-01-17tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson1-1/+1
2022-12-20accel/tcg: Use interval tree for TBs in user-only modeRichard Henderson1-3/+40
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-4/+1
2022-11-01accel/tcg: Introduce cpu_unwind_state_dataRichard Henderson1-4/+17
2022-10-26accel/tcg: Remove restore_state_to_opc functionRichard Henderson1-3/+0
2022-10-26accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson1-1/+1
2022-10-26accel/tcg: Unify declarations of tb_invalidate_phys_rangeRichard Henderson1-1/+1
2022-10-26accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson1-0/+22
2022-10-26accel/tcg: Move assert_no_pages_locked to internal.hRichard Henderson1-8/+0
2022-10-04accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson1-2/+30
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-0/+6
2022-10-03accel/tcg: Introduce tlb_set_page_fullRichard Henderson1-0/+22
2022-10-03accel/tcg: Introduce probe_access_fullRichard Henderson1-0/+15
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson1-1/+0
2022-09-06accel/tcg: Make tb_htable_lookup staticRichard Henderson1-3/+0
2022-09-06accel/tcg: Properly implement get_page_addr_code for user-onlyRichard Henderson1-53/+24
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-10/+10
2022-03-06exec/cpu: Make address_space_init/reloading_memory_map target agnosticPhilippe Mathieu-Daudé1-25/+0
2022-03-06misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé1-1/+0