aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/tb-jmp-cache.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-26accel/tcg: Widen pc to vaddr in CPUJumpCacheAnton Johansson1-1/+1
2023-03-01accel/tcg: Move jmp-cache `CF_PCREL` checks to callerAnton Johansson1-36/+0
2023-03-01accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson1-25/+23
2023-02-02cpu: free cpu->tb_jmp_cache with RCUEmilio Cota1-0/+1
2022-10-04accel/tcg: Introduce TARGET_TB_PCRELRichard Henderson1-0/+41
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson1-0/+24