aboutsummaryrefslogtreecommitdiff
path: root/target/arm/ptw.c
AgeCommit message (Expand)Author
5 daysarm/ptw: Honour WXN/UWXN and SIF in short-format descriptorsPavel Skripkin
5 daysarm/ptw: Make get_S1prot accept decoded APPavel Skripkin
2024-11-05target/arm: Add new MMU indexes for AArch32 Secure PL1&0Peter Maydell
2024-11-05Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"Peter Maydell
2024-10-13target/arm: Fix alignment fault priority in get_phys_addr_lpaeRichard Henderson
2024-10-13target/arm: Move device detection earlier in get_phys_addr_lpaeRichard Henderson
2024-10-13target/arm: Pass MemOp to get_phys_addr_lpaeRichard Henderson
2024-10-13target/arm: Pass MemOp through get_phys_addr_twostageRichard Henderson
2024-10-13target/arm: Pass MemOp to get_phys_addr_nogpcRichard Henderson
2024-10-13target/arm: Pass MemOp to get_phys_addr_gpcRichard Henderson
2024-10-13target/arm: Pass MemOp to get_phys_addr_with_space_nogpcRichard Henderson
2024-10-13target/arm: Pass MemOp to get_phys_addrRichard Henderson
2024-10-01target/arm: Avoid target_ulong for physical address lookupsArd Biesheuvel
2024-09-13hvf: arm: Implement and use hvf_get_physical_address_rangeDanny Canter
2024-08-13target/arm: Fix usage of MMU indexes when EL3 is AArch32Peter Maydell
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-03-05target/arm: Do memory type alignment check when translation enabledRichard Henderson
2024-02-27arm/ptw: Handle atomic updates of page tables entries in MMIO during PTW.Jonathan Cameron
2024-01-15target/arm: arm_pamax() no longer needs to do feature propagationPeter Maydell
2024-01-09target/arm: Handle FEAT_NV page table attribute changesPeter Maydell
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-11-02target/arm: Correctly propagate stage 1 BTI guarded bit in a two-stage walkPeter Maydell
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell
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