summaryrefslogtreecommitdiff
path: root/target/arm/ptw.c
AgeCommit message (Expand)Author
2022-07-18target/arm: Store TCR_EL* registers as uint64_tPeter Maydell
2022-07-18target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_tPeter Maydell
2022-07-18target/arm: Fold regime_tcr() and regime_tcr_value() togetherPeter Maydell
2022-07-18target/arm: Calculate mask/base_mask in get_level1_table_address()Peter Maydell
2022-07-18target/arm: Define and use new regime_tcr_value() functionPeter Maydell
2022-07-07target/arm: Fix qemu-system-arm handling of LPAE block descriptors for highmemPeter Maydell
2022-06-27target/arm: Check V7VE as well as LPAE in arm_pamaxRichard Henderson
2022-06-27target/arm: Extend arm_pamax to more than aarch64Richard Henderson
2022-06-08target/arm: Pass CPUARMState to arm_ld[lq]_ptwRichard Henderson
2022-06-08target/arm: Move stage_1_mmu_idx, arm_stage1_mmu_idx to ptw.cRichard Henderson
2022-06-08target/arm: Move arm_cpu_get_phys_page_attrs_debug to ptw.cRichard Henderson
2022-06-08target/arm: Move regime_translation_disabled to ptw.cRichard Henderson
2022-06-08target/arm: Move regime_ttbr to ptw.cRichard Henderson
2022-06-08target/arm: Move regime_is_user to ptw.cRichard Henderson
2022-06-08target/arm: Move ap_to_tw_prot etc to ptw.cRichard Henderson
2022-06-08target/arm: Move aa32_va_parameters to ptw.cRichard Henderson
2022-06-08target/arm: Move check_s2_mmu_setup to ptw.cRichard Henderson
2022-06-08target/arm: Move get_S1prot, get_S2prot to ptw.cRichard Henderson
2022-06-08target/arm: Move arm_pamax, pamax_map into ptw.cRichard Henderson
2022-06-08target/arm: Move arm_{ldl,ldq}_ptw to ptw.cRichard Henderson
2022-06-08target/arm: Move get_phys_addr_lpae to ptw.cRichard Henderson
2022-06-08target/arm: Move combine_cacheattrs and subroutines to ptw.cRichard Henderson
2022-06-08target/arm: Move get_level1_table_address to ptw.cRichard Henderson
2022-06-08target/arm: Move m_is_{ppb,system}_region to ptw.cRichard Henderson
2022-06-08target/arm: Move v8m_security_lookup to ptw.cRichard Henderson
2022-06-08target/arm: Move pmsav7_use_background_region to ptw.cRichard Henderson
2022-06-08target/arm: Move pmsav8_mpu_lookup to ptw.cRichard Henderson
2022-06-08target/arm: Move get_phys_addr_pmsav8 to ptw.cRichard Henderson
2022-06-08target/arm: Move get_phys_addr_pmsav7 to ptw.cRichard Henderson
2022-06-08target/arm: Move get_phys_addr_pmsav7_default to ptw.cRichard Henderson
2022-06-08target/arm: Move get_phys_addr_pmsav5 to ptw.cRichard Henderson
2022-06-08target/arm: Move get_phys_addr_v6 to ptw.cRichard Henderson
2022-06-08target/arm: Move get_phys_addr_v5 to ptw.cRichard Henderson
2022-06-08target/arm: Move get_phys_addr to ptw.cRichard Henderson