aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tlb_helper.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-05target/arm: Enable TTBCR_EAE for ARMv8-R AArch32Tobias Röhmel1-0/+4
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-4/+4
2022-10-20target/arm: Use softmmu tlbs for page table walkingRichard Henderson1-3/+14
2022-10-20target/arm: Use probe_access_full for MTERichard Henderson1-4/+0
2022-10-20target/arm: Enable TARGET_PAGE_ENTRY_EXTRARichard Henderson1-0/+3
2022-10-10target/arm: Use tlb_set_page_fullRichard Henderson1-5/+4
2022-09-22target/arm: Create GetPhysAddrResultRichard Henderson1-13/+9
2022-07-18target/arm: Fold regime_tcr() and regime_tcr_value() togetherPeter Maydell1-1/+1
2022-07-18target/arm: Define and use new regime_tcr_value() functionPeter Maydell1-1/+1
2022-06-08target/arm: Move {arm_s1_, }regime_using_lpae_format to tlb_helper.cRichard Henderson1-0/+26
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-3/+4
2021-12-15target/arm: Take an exception if PC is misalignedRichard Henderson1-0/+18
2021-12-15target/arm: Split compute_fsr_fsc out of arm_deliver_faultRichard Henderson1-17/+28
2021-11-02target/arm: Implement arm_cpu_record_sigbusRichard Henderson1-0/+6
2021-11-02target/arm: Implement arm_cpu_record_sigsegvRichard Henderson1-17/+19
2021-03-23target/arm: Set ARMMMUFaultInfo.level in user-only arm_cpu_tlb_fillRichard Henderson1-0/+1
2021-02-16linux-user/aarch64: Pass syndrome to EXC_*_ABORTRichard Henderson1-6/+9
2021-01-19target/arm: set HPFAR_EL2.NS on secure stage 2 faultsRémi Denis-Courmont1-0/+3
2020-06-26target/arm: Cache the Tagged bit for a page in MemTxAttrsRichard Henderson1-0/+5
2020-06-26target/arm: Always pass cacheattr to get_phys_addrRichard Henderson1-1/+3
2020-06-26target/arm: Define arm_cpu_do_unaligned_access for user-onlyRichard Henderson1-2/+2
2020-05-14target-arm: kvm64: handle SIGBUS signal from kernel or KVMDongjiu Geng1-1/+1
2020-01-17target/arm: Return correct IL bit in merge_syn_data_abortJeff Kubascik1-1/+1
2019-07-01target/arm: Move TLB related routines to tlb_helper.cPhilippe Mathieu-Daudé1-0/+200