aboutsummaryrefslogtreecommitdiffstats
path: root/accel/tcg/user-exec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.hRichard Henderson2024-07-231-1/+0
* accel/tcg: Move user definition of cpu_interrupt() to user-exec.cPhilippe Mathieu-Daudé2024-05-061-0/+8
* exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé2024-05-061-0/+1
* exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan2024-05-061-1/+1
* accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h'Philippe Mathieu-Daudé2024-04-261-0/+1
* accel/tcg: Disconnect TargetPageDataNode from page sizeRichard Henderson2024-02-291-5/+8
* accel/tcg: Remove qemu_host_page_size from page_protect/page_unprotectRichard Henderson2024-02-291-8/+10
* tcg: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé2023-10-071-1/+1
* accel/tcg: Make cpu-exec-common.c a target agnostic unitPhilippe Mathieu-Daudé2023-10-041-0/+1
* accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'Philippe Mathieu-Daudé2023-10-041-1/+1
* accel/tcg: move ld/st helpers to ldst_common.c.incAnton Johansson2023-10-041-193/+0
* accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()Anton Johansson2023-10-041-77/+106
* accel/tcg: Use CPUState in atomicity helpersAnton Johansson2023-10-041-8/+8
* accel/tcg: Modify atomic_mmu_lookup() to use CPUStateAnton Johansson2023-10-041-4/+4
* accel/tcg: Fix type of 'last' for pageflags_{find,next}Luca Bonissi2023-07-241-2/+2
* tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128Richard Henderson2023-07-151-1/+1
* accel/tcg: Return bool from page_check_rangeRichard Henderson2023-07-151-11/+11
* accel/tcg: Accept more page flags in page_check_rangeRichard Henderson2023-07-151-2/+2
* accel/tcg: Introduce page_find_range_emptyRichard Henderson2023-07-151-0/+41
* accel/tcg: Introduce page_check_range_emptyRichard Henderson2023-07-151-0/+7
* plugins: force slow path when plugins instrument memory opsAlex Bennée2023-07-031-2/+6
* tcg: Add host memory barriers to cpu_ldst.h interfacesRichard Henderson2023-06-261-0/+10
* accel/tcg: Replace target_ulong with vaddr in *_mmu_lookup()Anton Johansson2023-06-261-3/+3
* accel: Replace target_ulong with vaddr in probe_*()Anton Johansson2023-06-261-4/+4
* accel/tcg: Eliminate #if on HAVE_ATOMIC128 and HAVE_CMPXCHG128Richard Henderson2023-05-231-1/+1
* accel/tcg: Remove prot argument to atomic_mmu_lookupRichard Henderson2023-05-231-6/+2
* accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmuRichard Henderson2023-05-231-227/+75
* tcg: Widen helper_{ld,st}_i128 addresses to uint64_tRichard Henderson2023-05-161-3/+2
* accel/tcg: Widen tcg-ldst.h addresses to uint64_tRichard Henderson2023-05-161-13/+13
* accel/tcg: Remove helper_unaligned_{ld,st}Richard Henderson2023-05-161-10/+0
* tcg: Add 128-bit guest memory primitivesRichard Henderson2023-05-161-22/+70
* accel/tcg: Implement helper_{ld,st}*_mmu for user-onlyRichard Henderson2023-05-161-98/+253
* accel/tcg: Honor atomicity of storesRichard Henderson2023-05-161-6/+6
* accel/tcg: Honor atomicity of loadsRichard Henderson2023-05-161-12/+14
* accel/tcg: Add cpu_ld*_code_mmuRichard Henderson2023-05-021-0/+58
* accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson2023-03-281-1/+1
* accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson2023-03-281-6/+5
* accel/tcg: Pass last not end to page_set_flagsRichard Henderson2023-03-281-9/+7
* accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza2023-02-281-2/+3
* tcg: Add guest load/store primitives for TCGv_i128Richard Henderson2023-02-041-0/+66
* accel/tcg: Handle false negative lookup in page_check_rangeRichard Henderson2023-01-051-7/+34
* accel/tcg: Use g_free_rcu for user-exec interval treesRichard Henderson2023-01-051-8/+10
* accel/tcg: Use interval tree for user-only page trackingRichard Henderson2022-12-201-200/+413
* accel/tcg: Move page_{get,set}_flags to user-exec.cRichard Henderson2022-12-201-0/+346
* accel/tcg: Use interval tree for TARGET_PAGE_DATA_SIZERichard Henderson2022-12-201-26/+75
* accel/tcg: Simplify page_get/alloc_target_dataRichard Henderson2022-10-261-12/+4
* accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.cRichard Henderson2022-10-261-0/+50
* accel/tcg: Unlock mmap_lock after longjmpRichard Henderson2022-09-061-3/+0
* accel/tcg: Properly implement get_page_addr_code for user-onlyRichard Henderson2022-09-061-0/+14
* Fix 'writeable' typosPeter Maydell2022-06-081-3/+3