aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/cputlb.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-14accel/tcg: Forward probe size on to notdirty_writeJessica Clarke1-4/+7
2023-11-07accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'Philippe Mathieu-Daudé1-0/+1
2023-11-06accel/tcg: Fix condition for store_atom_insert_al16Richard Henderson1-1/+1
2023-11-06accel/tcg: Move HMP info jit and info opcount codeRichard Henderson1-15/+0
2023-10-04accel/tcg: Make cpu-exec-common.c a target agnostic unitPhilippe Mathieu-Daudé1-0/+1
2023-10-04accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'Philippe Mathieu-Daudé1-1/+1
2023-10-04accel/tcg: move ld/st helpers to ldst_common.c.incAnton Johansson1-214/+0
2023-10-04accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()Anton Johansson1-5/+11
2023-10-04accel/tcg: Use CPUState in atomicity helpersAnton Johansson1-10/+10
2023-10-04accel/tcg: Modify atomic_mmu_lookup() to use CPUStateAnton Johansson1-13/+13
2023-10-04accel/tcg: Modify memory access functions to use CPUStateAnton Johansson1-177/+171
2023-10-04accel/tcg: Modify probe_access_internal() to use CPUStateAnton Johansson1-23/+23
2023-10-04accel/tcg: Modify tlb_*() to use CPUStateAnton Johansson1-116/+104
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-10/+10
2023-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson1-1/+1
2023-09-16accel/tcg: Introduce do_st16_mmio_leNRichard Henderson1-30/+58
2023-09-16accel/tcg: Introduce do_ld16_mmio_beNRichard Henderson1-32/+59
2023-09-16accel/tcg: Merge io_writex into do_st_mmio_leNRichard Henderson1-51/+29
2023-09-16accel/tcg: Merge io_readx into do_ld_mmio_beNRichard Henderson1-54/+30
2023-09-16accel/tcg: Replace direct use of io_readx/io_writex in do_{ld,st}_1Richard Henderson1-2/+4
2023-09-16accel/tcg: Merge cpu_transaction_failed into io_failedRichard Henderson1-20/+13
2023-09-16plugin: Simplify struct qemu_plugin_hwaddrRichard Henderson1-7/+9
2023-09-16accel/tcg: Use CPUTLBEntryFull.phys_addr in io_failedRichard Henderson1-8/+4
2023-09-16accel/tcg: Split out io_prepare and io_failedRichard Henderson1-31/+44
2023-09-16accel/tcg: Simplify tlb_plugin_lookupRichard Henderson1-56/+23
2023-09-15accel/tcg: Fix the comment for CPUTLBEntryFullLIU Zhiwei1-4/+7
2023-08-24accel/tcg: Update run_on_cpu_data static assertAnton Johansson1-2/+3
2023-08-24accel/tcg: Widen address arg in tlb_compare_set()Anton Johansson1-1/+1
2023-08-24include/exec: Replace target_ulong with abi_ptr in cpu_[st|ld]*()Anton Johansson1-5/+5
2023-08-06accel/tcg: Call save_iotlb_data from io_readx as wellMikhail Tyutin1-15/+21
2023-08-05accel/tcg: Do not issue misaligned i/oRichard Henderson1-46/+72
2023-08-05accel/tcg: Issue wider aligned i/o in do_{ld,st}_mmio_*Richard Henderson1-7/+69
2023-08-05accel/tcg: Adjust parameters and locking with do_{ld,st}_mmio_*Richard Henderson1-33/+34
2023-07-24accel/tcg: Zero-pad vaddr in tlb_debug outputAnton Johansson1-10/+10
2023-07-15tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128Richard Henderson1-1/+1
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée1-7/+34
2023-06-26accel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASKRichard Henderson1-4/+14
2023-06-26accel/tcg: Store some tlb flags in CPUTLBEntryFullRichard Henderson1-39/+57
2023-06-26tcg: Add host memory barriers to cpu_ldst.h interfacesRichard Henderson1-0/+10
2023-06-26accel/tcg: Replace target_ulong with vaddr in *_mmu_lookup()Anton Johansson1-3/+3
2023-06-26accel: Replace target_ulong with vaddr in probe_*()Anton Johansson1-6/+6
2023-06-26accel/tcg: Widen pc to vaddr in CPUJumpCacheAnton Johansson1-1/+1
2023-06-26accel/tcg/cputlb.c: Widen addr in MMULookupPageDataAnton Johansson1-15/+15
2023-06-26accel/tcg/cputlb.c: Widen CPUTLBEntry access functionsAnton Johansson1-4/+4
2023-06-26accel: Replace target_ulong in tlb_*()Anton Johansson1-90/+87
2023-06-20accel/tcg: Handle MO_ATOM_WITHIN16 in do_st16_leNRichard Henderson1-0/+1
2023-06-05tcg: Split helper-proto.hRichard Henderson1-2/+1
2023-06-05tcg: Split out tcg/oversized-guest.hRichard Henderson1-0/+1
2023-06-05tcg: Widen CPUTLBEntry comparators to 64-bitsRichard Henderson1-2/+6
2023-05-23accel/tcg: Correctly use atomic128.h in ldst_atomicity.c.incRichard Henderson1-1/+1