aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tlb_helper.c
AgeCommit message (Expand)Author
2022-07-18target/arm: Fold regime_tcr() and regime_tcr_value() togetherPeter Maydell
2022-07-18target/arm: Define and use new regime_tcr_value() functionPeter Maydell
2022-06-08target/arm: Move {arm_s1_, }regime_using_lpae_format to tlb_helper.cRichard Henderson
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2021-12-15target/arm: Take an exception if PC is misalignedRichard Henderson
2021-12-15target/arm: Split compute_fsr_fsc out of arm_deliver_faultRichard Henderson
2021-11-02target/arm: Implement arm_cpu_record_sigbusRichard Henderson
2021-11-02target/arm: Implement arm_cpu_record_sigsegvRichard Henderson
2021-03-23target/arm: Set ARMMMUFaultInfo.level in user-only arm_cpu_tlb_fillRichard Henderson
2021-02-16linux-user/aarch64: Pass syndrome to EXC_*_ABORTRichard Henderson
2021-01-19target/arm: set HPFAR_EL2.NS on secure stage 2 faultsRémi Denis-Courmont
2020-06-26target/arm: Cache the Tagged bit for a page in MemTxAttrsRichard Henderson
2020-06-26target/arm: Always pass cacheattr to get_phys_addrRichard Henderson
2020-06-26target/arm: Define arm_cpu_do_unaligned_access for user-onlyRichard Henderson
2020-05-14target-arm: kvm64: handle SIGBUS signal from kernel or KVMDongjiu Geng
2020-01-17target/arm: Return correct IL bit in merge_syn_data_abortJeff Kubascik
2019-07-01target/arm: Move TLB related routines to tlb_helper.cPhilippe Mathieu-Daudé