summary refs log tree commit diff stats
path: root/include/exec/exec-all.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* exec: Declare MMUAccessType type in 'mmu-access-type.h' headerPhilippe Mathieu-Daudé2024-04-261-0/+1
* exec: Declare abi_ptr type in its own 'abi_ptr.h' headerPhilippe Mathieu-Daudé2024-04-261-0/+1
* exec: Reduce tlb_set_dirty() declaration scopePhilippe Mathieu-Daudé2024-04-261-1/+0
* physmem: Expose tlb_reset_dirty_range_all()Philippe Mathieu-Daudé2024-03-121-0/+1
* tcg: Make tb_cflags() usable from target-agnostic codeIlya Leoshkevich2024-01-291-6/+0
* accel/tcg: Remove unused tb_invalidate_phys_addr()Philippe Mathieu-Daudé2024-01-191-5/+0
* exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'Philippe Mathieu-Daudé2023-10-041-30/+0
* accel/tcg: Remove cpu_neg()Richard Henderson2023-10-031-1/+1
* target/translate: Restrict 'exec/cpu_ldst.h' to user emulationPhilippe Mathieu-Daudé2023-08-311-1/+1
* include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson2023-07-231-0/+10
* plugins: force slow path when plugins instrument memory opsAlex Bennée2023-07-031-0/+23
* cpu: Replace target_ulong with hwaddr in tb_invalidate_phys_addr()Anton Johansson2023-06-261-1/+1
* accel: Replace target_ulong with vaddr in probe_*()Anton Johansson2023-06-261-7/+7
* accel: Replace target_ulong in tlb_*()Anton Johansson2023-06-261-40/+39
* include/exec: Remove CODE_GEN_AVG_BLOCK_SIZERichard Henderson2023-06-051-10/+0
* tcg: Spit out exec/translation-block.hRichard Henderson2023-06-051-131/+1
* exec-all: Widen TranslationBlock pc and cs_base to 64-bitsRichard Henderson2023-06-051-2/+2
* exec-all: Widen tb_page_addr_t for user-onlyRichard Henderson2023-06-051-2/+2
* tcg: remove the final vestiges of dstateAlex Bennée2023-06-011-3/+0
* tcg: Remove DEBUG_DISASRichard Henderson2023-05-231-3/+0
* accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson2023-03-281-1/+1
* includes: move tb_flush into its own headerAlex Bennée2023-03-071-1/+0
* include/exec: Remove `tb_pc()`Anton Johansson2023-03-011-7/+0
* include/exec: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson2023-03-011-16/+11
* include/exec: Introduce `CF_PCREL`Anton Johansson2023-03-011-0/+1
* accel/tcg: Add 'size' param to probe_access_fullRichard Henderson2023-02-281-1/+1
* accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza2023-02-281-1/+2
* bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito2023-02-171-2/+3
* tcg: Add TranslationBlock.jmp_insn_offsetRichard Henderson2023-01-171-1/+2
* tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALIDRichard Henderson2023-01-171-1/+1
* accel/tcg: Use interval tree for TBs in user-only modeRichard Henderson2022-12-201-3/+40
* accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson2022-11-011-4/+1
* accel/tcg: Introduce cpu_unwind_state_dataRichard Henderson2022-11-011-4/+17
* accel/tcg: Remove restore_state_to_opc functionRichard Henderson2022-10-261-3/+0
* accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson2022-10-261-1/+1
* accel/tcg: Unify declarations of tb_invalidate_phys_rangeRichard Henderson2022-10-261-1/+1
* accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson2022-10-261-0/+22
* accel/tcg: Move assert_no_pages_locked to internal.hRichard Henderson2022-10-261-8/+0
* accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson2022-10-041-2/+30
* accel/tcg: Introduce tb_pc and log_pcRichard Henderson2022-10-041-0/+6
* accel/tcg: Introduce tlb_set_page_fullRichard Henderson2022-10-031-0/+22
* accel/tcg: Introduce probe_access_fullRichard Henderson2022-10-031-0/+15
* accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson2022-09-061-1/+0
* accel/tcg: Make tb_htable_lookup staticRichard Henderson2022-09-061-3/+0
* accel/tcg: Properly implement get_page_addr_code for user-onlyRichard Henderson2022-09-061-53/+24
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-10/+10
* exec/cpu: Make address_space_init/reloading_memory_map target agnosticPhilippe Mathieu-Daudé2022-03-061-25/+0
* misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé2022-03-061-1/+0
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-2/+0
* accel/tcg: introduce CF_NOIRQAlex Bennée2021-11-291-0/+1