aboutsummaryrefslogtreecommitdiff
path: root/target/arm/ptw.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-17target/arm/ptw.c: Account for FEAT_RME when applying {N}SW, SA bitsPeter Maydell1-5/+8
2023-07-17target/arm: Fix S1_ptw_translate() debug pathPeter Maydell1-5/+32
2023-07-17target/arm/ptw.c: Add comments to S1Translate struct fieldsPeter Maydell1-0/+40
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée1-7/+7
2023-07-03target/arm: make arm_casq_ptw CONFIG_TCG onlyAlex Bennée1-2/+2
2023-06-23target/arm: Implement the granule protection checkRichard Henderson1-17/+232
2023-06-23target/arm: Use get_phys_addr_with_struct for stage2Richard Henderson1-10/+1
2023-06-23target/arm: Move s1_is_el0 into S1TranslateRichard Henderson1-15/+12
2023-06-23target/arm: Use get_phys_addr_with_struct in S1_ptw_translateRichard Henderson1-28/+18
2023-06-23target/arm: Handle no-execute for Realm and Root regimesRichard Henderson1-6/+46
2023-06-23target/arm: Handle Block and Page bits for security spaceRichard Henderson1-16/+73
2023-06-23target/arm: NSTable is RES0 for the RME EL3 regimeRichard Henderson1-14/+14
2023-06-23target/arm: Pipe ARMSecuritySpace through ptw.cRichard Henderson1-15/+71
2023-06-23target/arm: Remove __attribute__((nonnull)) from ptw.cRichard Henderson1-4/+2
2023-06-23target/arm: Introduce ARMMMUIdx_Phys_{Realm,Root}Richard Henderson1-2/+8
2023-06-23target/arm: Adjust the order of Phys and Stage2 ARMMMUIdxRichard Henderson1-7/+5
2023-06-07target/arm: Only include tcg/oversized-guest.h if CONFIG_TCGRichard Henderson1-2/+3
2023-06-05tcg: Split out tcg/oversized-guest.hRichard Henderson1-0/+1
2023-06-05target/arm: Fix test of TCG_OVERSIZED_GUESTRichard Henderson1-1/+6
2023-05-12target/arm: Correct AArch64.S2MinTxSZ 32-bit EL1 input size checkPeter Maydell1-12/+2
2023-05-12target/arm: Fix handling of SW and NSW bits for stage 2 walksPeter Maydell1-25/+51
2023-05-12target/arm: Don't allow stage 2 page table walks to downgrade to NSPeter Maydell1-2/+3
2023-04-20target/arm: Implement FEAT_PAN3Peter Maydell1-1/+13
2023-04-10target/arm: Copy guarded bit in combine_cacheattrsRichard Henderson1-0/+1
2023-04-10target/arm: PTE bit GP only applies to stage1Richard Henderson1-5/+5
2023-03-06target/arm: Rewrite check_s2_mmu_setupRichard Henderson1-76/+97
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson1-1/+1
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza1-1/+1
2023-02-27target/arm: Don't access TCG code when debugging with KVMFabiano Rosas1-0/+4
2023-02-03target/arm: Fix physical address resolution for Stage2Richard Henderson1-1/+1
2023-01-23target/arm: Fix in_debug path in S1_ptw_translateRichard Henderson1-2/+2
2023-01-05target/arm: Add PMSAv8r functionalityTobias Röhmel1-22/+104
2023-01-05target/arm: Make stage_2_format for cache attributes optionalTobias Röhmel1-2/+8
2023-01-05target/arm:Set lg_page_size to 0 if either S1 or S2 asks for itPeter Maydell1-3/+13
2022-11-22target/arm: Use signed quantity to represent VMSAv8-64 translation levelArd Biesheuvel1-2/+2
2022-11-22target/arm: Don't do two-stage lookup if stage 2 is disabledPeter Maydell1-3/+4
2022-11-21target/arm: Limit LPA2 effective output address when TCR.DS == 0Ard Biesheuvel1-0/+8
2022-11-04target/arm: Two fixes for secure ptwRichard Henderson1-7/+8
2022-11-04target/arm: Fix Privileged Access Never (PAN) for aarch32Timofey Kutergin1-5/+30
2022-10-27target/arm: Use the max page size in a 2-stage ptwRichard Henderson1-1/+10
2022-10-27target/arm: Implement FEAT_HAFDBS, dirty bit portionRichard Henderson1-0/+16
2022-10-27target/arm: Implement FEAT_HAFDBS, access flag portionRichard Henderson1-22/+155
2022-10-27target/arm: Tidy merging of attributes from descriptor and tableRichard Henderson1-18/+16
2022-10-27target/arm: Consider GP an attribute in get_phys_addr_lpaeRichard Henderson1-4/+2
2022-10-27target/arm: Don't shift attrs in get_phys_addr_lpaeRichard Henderson1-16/+15
2022-10-27target/arm: Fix fault reporting in get_phys_addr_lpaeRichard Henderson1-18/+13
2022-10-27target/arm: Remove loop from get_phys_addr_lpaeRichard Henderson1-92/+92
2022-10-27target/arm: Move S1_ptw_translate outside arm_ld[lq]_ptwRichard Henderson1-19/+22
2022-10-27target/arm: Add ptw_idx to S1TranslateRichard Henderson1-17/+54
2022-10-27target/arm: Introduce regime_is_stage2Richard Henderson1-8/+6