index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
arm
/
ptw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/arm: Use the max page size in a 2-stage ptw
Richard Henderson
2022-10-27
1
-1
/
+10
*
target/arm: Implement FEAT_HAFDBS, dirty bit portion
Richard Henderson
2022-10-27
1
-0
/
+16
*
target/arm: Implement FEAT_HAFDBS, access flag portion
Richard Henderson
2022-10-27
1
-22
/
+155
*
target/arm: Tidy merging of attributes from descriptor and table
Richard Henderson
2022-10-27
1
-18
/
+16
*
target/arm: Consider GP an attribute in get_phys_addr_lpae
Richard Henderson
2022-10-27
1
-4
/
+2
*
target/arm: Don't shift attrs in get_phys_addr_lpae
Richard Henderson
2022-10-27
1
-16
/
+15
*
target/arm: Fix fault reporting in get_phys_addr_lpae
Richard Henderson
2022-10-27
1
-18
/
+13
*
target/arm: Remove loop from get_phys_addr_lpae
Richard Henderson
2022-10-27
1
-92
/
+92
*
target/arm: Move S1_ptw_translate outside arm_ld[lq]_ptw
Richard Henderson
2022-10-27
1
-19
/
+22
*
target/arm: Add ptw_idx to S1Translate
Richard Henderson
2022-10-27
1
-17
/
+54
*
target/arm: Introduce regime_is_stage2
Richard Henderson
2022-10-27
1
-8
/
+6
*
target/arm: Implement FEAT_E0PD
Peter Maydell
2022-10-27
1
-19
/
+0
*
target/arm: Use bool consistently for get_phys_addr subroutines
Richard Henderson
2022-10-20
1
-4
/
+3
*
target/arm: Split out get_phys_addr_twostage
Richard Henderson
2022-10-20
1
-91
/
+100
*
target/arm: Use softmmu tlbs for page table walking
Richard Henderson
2022-10-20
1
-72
/
+126
*
target/arm: Move be test for regime into S1TranslateResult
Richard Henderson
2022-10-20
1
-2
/
+4
*
target/arm: Plumb debug into S1Translate
Richard Henderson
2022-10-20
1
-18
/
+37
*
target/arm: Split out S1Translate type
Richard Henderson
2022-10-20
1
-61
/
+79
*
target/arm: Add ARMMMUIdx_Phys_{S,NS}
Richard Henderson
2022-10-20
1
-2
/
+17
*
target/arm: Use probe_access_full for BTI
Richard Henderson
2022-10-20
1
-3
/
+4
*
target/arm: Use ARMGranuleSize in ARMVAParameters
Peter Maydell
2022-10-10
1
-7
/
+1
*
target/arm: Use tlb_set_page_full
Richard Henderson
2022-10-10
1
-89
/
+90
*
target/arm: Fix cacheattr in get_phys_addr_disabled
Richard Henderson
2022-10-10
1
-23
/
+25
*
target/arm: Split out get_phys_addr_disabled
Richard Henderson
2022-10-10
1
-64
/
+74
*
target/arm: Fix ATS12NSO* from S PL1
Richard Henderson
2022-10-10
1
-4
/
+4
*
target/arm: Pass HCR to attribute subroutines.
Richard Henderson
2022-10-10
1
-13
/
+17
*
target/arm: Remove env argument from combined_attrs_fwb
Richard Henderson
2022-10-10
1
-3
/
+2
*
target/arm: Hoist read of *is_secure in S1_ptw_translate
Richard Henderson
2022-10-10
1
-10
/
+12
*
target/arm: Drop secure check for HCR.TGE vs SCTLR_EL1.M
Richard Henderson
2022-10-10
1
-2
/
+2
*
target/arm: Reorg regime_translation_disabled
Richard Henderson
2022-10-10
1
-7
/
+25
*
target/arm: Fold secure and non-secure a-profile mmu indexes
Richard Henderson
2022-10-10
1
-21
/
+4
*
target/arm: Merge regime_is_secure into get_phys_addr
Richard Henderson
2022-10-10
1
-2
/
+42
*
target/arm: Split out get_phys_addr_with_secure
Richard Henderson
2022-10-10
1
-29
/
+15
*
target/arm: Add is_secure parameter to regime_translation_disabled
Richard Henderson
2022-10-10
1
-9
/
+11
*
target/arm: Fix S2 disabled check in S1_ptw_translate
Richard Henderson
2022-10-10
1
-3
/
+3
*
target/arm: Add is_secure parameter to get_phys_addr_lpae
Richard Henderson
2022-10-10
1
-10
/
+10
*
target/arm: Make the final stage1+2 write to secure be unconditional
Richard Henderson
2022-10-10
1
-11
/
+10
*
target/arm: Split s2walk_secure from ipa_secure in get_phys_addr
Richard Henderson
2022-10-10
1
-9
/
+9
*
target/arm: Add is_secure parameter to get_phys_addr_pmsav5
Richard Henderson
2022-09-22
1
-2
/
+2
*
target/arm: Add secure parameter to get_phys_addr_pmsav7
Richard Henderson
2022-09-22
1
-3
/
+2
*
target/arm: Add is_secure parameter to pmsav7_use_background_region
Richard Henderson
2022-09-22
1
-5
/
+5
*
target/arm: Add secure parameter to get_phys_addr_pmsav8
Richard Henderson
2022-09-22
1
-3
/
+2
*
target/arm: Add is_secure parameter to get_phys_addr_v6
Richard Henderson
2022-09-22
1
-6
/
+5
*
target/arm: Add is_secure parameter to get_phys_addr_v5
Richard Henderson
2022-09-22
1
-7
/
+7
*
target/arm: Add secure parameter to pmsav8_mpu_lookup
Richard Henderson
2022-09-22
1
-4
/
+3
*
target/arm: Add is_secure parameter to v8m_security_lookup
Richard Henderson
2022-09-22
1
-4
/
+5
*
target/arm: Remove is_subpage argument to pmsav8_mpu_lookup
Richard Henderson
2022-09-22
1
-11
/
+12
*
target/arm: Use GetPhysAddrResult in pmsav8_mpu_lookup
Richard Henderson
2022-09-22
1
-11
/
+9
*
target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav8
Richard Henderson
2022-09-22
1
-14
/
+14
*
target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav7
Richard Henderson
2022-09-22
1
-19
/
+17
[next]