aboutsummaryrefslogtreecommitdiff
path: root/target/arm/ptw.c
AgeCommit message (Expand)Author
2023-10-03target/arm: Replace TARGET_PAGE_ENTRY_EXTRAAnton Johansson
2023-08-22target/arm: Pass security space rather than flag for AT instructionsJean-Philippe Brucker
2023-08-22target/arm: Skip granule protection checks for AT instructionsJean-Philippe Brucker
2023-08-22target/arm/ptw: Load stage-2 tables from realm physical spaceJean-Philippe Brucker
2023-08-22target/arm/ptw: Report stage 2 fault level for stage 2 faults on stage 1 ptwPeter Maydell
2023-08-22target/arm/ptw: Check for block descriptors at invalid levelsPeter Maydell
2023-08-22target/arm/ptw: Set attributes correctly for MMU disabled data accessesPeter Maydell
2023-08-22target/arm/ptw: Drop S1Translate::out_securePeter Maydell
2023-08-22target/arm/ptw: Remove S1Translate::in_securePeter Maydell
2023-08-22target/arm/ptw: Remove last uses of ptw->in_securePeter Maydell
2023-08-22target/arm/ptw: Only fold in NSTable bit effects in Secure statePeter Maydell
2023-08-22target/arm/ptw: Pass an ARMSecuritySpace to arm_hcr_el2_eff_secstate()Peter Maydell
2023-08-22target/arm/ptw: Pass ARMSecurityState to regime_translation_disabled()Peter Maydell
2023-08-22target/arm/ptw: Pass ptw into get_phys_addr_pmsa*() and get_phys_addr_disabled()Peter Maydell
2023-08-22target/arm/ptw: Set s1ns bit in fault info more consistentlyPeter Maydell
2023-08-22target/arm/ptw: Don't report GPC faults on stage 1 ptw as stage2 faultsPeter Maydell
2023-08-22target/arm/ptw: Don't set fi->s1ptw for UnsuppAtomicUpdate faultPeter Maydell
2023-07-17target/arm/ptw.c: Account for FEAT_RME when applying {N}SW, SA bitsPeter Maydell
2023-07-17target/arm: Fix S1_ptw_translate() debug pathPeter Maydell
2023-07-17target/arm/ptw.c: Add comments to S1Translate struct fieldsPeter Maydell
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée
2023-07-03target/arm: make arm_casq_ptw CONFIG_TCG onlyAlex Bennée
2023-06-23target/arm: Implement the granule protection checkRichard Henderson
2023-06-23target/arm: Use get_phys_addr_with_struct for stage2Richard Henderson
2023-06-23target/arm: Move s1_is_el0 into S1TranslateRichard Henderson
2023-06-23target/arm: Use get_phys_addr_with_struct in S1_ptw_translateRichard Henderson
2023-06-23target/arm: Handle no-execute for Realm and Root regimesRichard Henderson
2023-06-23target/arm: Handle Block and Page bits for security spaceRichard Henderson
2023-06-23target/arm: NSTable is RES0 for the RME EL3 regimeRichard Henderson
2023-06-23target/arm: Pipe ARMSecuritySpace through ptw.cRichard Henderson
2023-06-23target/arm: Remove __attribute__((nonnull)) from ptw.cRichard Henderson
2023-06-23target/arm: Introduce ARMMMUIdx_Phys_{Realm,Root}Richard Henderson
2023-06-23target/arm: Adjust the order of Phys and Stage2 ARMMMUIdxRichard Henderson
2023-06-07target/arm: Only include tcg/oversized-guest.h if CONFIG_TCGRichard Henderson
2023-06-05tcg: Split out tcg/oversized-guest.hRichard Henderson
2023-06-05target/arm: Fix test of TCG_OVERSIZED_GUESTRichard Henderson
2023-05-12target/arm: Correct AArch64.S2MinTxSZ 32-bit EL1 input size checkPeter Maydell
2023-05-12target/arm: Fix handling of SW and NSW bits for stage 2 walksPeter Maydell
2023-05-12target/arm: Don't allow stage 2 page table walks to downgrade to NSPeter Maydell
2023-04-20target/arm: Implement FEAT_PAN3Peter Maydell
2023-04-10target/arm: Copy guarded bit in combine_cacheattrsRichard Henderson
2023-04-10target/arm: PTE bit GP only applies to stage1Richard Henderson
2023-03-06target/arm: Rewrite check_s2_mmu_setupRichard Henderson
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza
2023-02-27target/arm: Don't access TCG code when debugging with KVMFabiano Rosas
2023-02-03target/arm: Fix physical address resolution for Stage2Richard Henderson
2023-01-23target/arm: Fix in_debug path in S1_ptw_translateRichard Henderson
2023-01-05target/arm: Add PMSAv8r functionalityTobias Röhmel
2023-01-05target/arm: Make stage_2_format for cache attributes optionalTobias Röhmel