index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
arm
/
ptw.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav5
Richard Henderson
2022-09-22
1
-12
/
+12
*
target/arm: Use GetPhysAddrResult in get_phys_addr_v5
Richard Henderson
2022-09-22
1
-14
/
+11
*
target/arm: Use GetPhysAddrResult in get_phys_addr_v6
Richard Henderson
2022-09-22
1
-16
/
+14
*
target/arm: Use GetPhysAddrResult in get_phys_addr_lpae
Richard Henderson
2022-09-22
1
-43
/
+26
*
target/arm: Create GetPhysAddrResult
Richard Henderson
2022-09-22
1
-57
/
+63
*
target/arm: Store TCR_EL* registers as uint64_t
Peter Maydell
2022-07-18
1
-1
/
+1
*
target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_t
Peter Maydell
2022-07-18
1
-7
/
+7
*
target/arm: Fold regime_tcr() and regime_tcr_value() together
Peter Maydell
2022-07-18
1
-3
/
+3
*
target/arm: Calculate mask/base_mask in get_level1_table_address()
Peter Maydell
2022-07-18
1
-5
/
+9
*
target/arm: Define and use new regime_tcr_value() function
Peter Maydell
2022-07-18
1
-4
/
+4
*
target/arm: Fix qemu-system-arm handling of LPAE block descriptors for highmem
Peter Maydell
2022-07-07
1
-1
/
+1
*
target/arm: Check V7VE as well as LPAE in arm_pamax
Richard Henderson
2022-06-27
1
-1
/
+7
*
target/arm: Extend arm_pamax to more than aarch64
Richard Henderson
2022-06-27
1
-8
/
+16
*
target/arm: Pass CPUARMState to arm_ld[lq]_ptw
Richard Henderson
2022-06-08
1
-14
/
+9
*
target/arm: Move stage_1_mmu_idx, arm_stage1_mmu_idx to ptw.c
Richard Henderson
2022-06-08
1
-0
/
+28
*
target/arm: Move arm_cpu_get_phys_page_attrs_debug to ptw.c
Richard Henderson
2022-06-08
1
-0
/
+24
*
target/arm: Move regime_translation_disabled to ptw.c
Richard Henderson
2022-06-08
1
-1
/
+46
*
target/arm: Move regime_ttbr to ptw.c
Richard Henderson
2022-06-08
1
-0
/
+16
*
target/arm: Move regime_is_user to ptw.c
Richard Henderson
2022-06-08
1
-0
/
+22
*
target/arm: Move ap_to_tw_prot etc to ptw.c
Richard Henderson
2022-06-08
1
-0
/
+81
*
target/arm: Move aa32_va_parameters to ptw.c
Richard Henderson
2022-06-08
1
-0
/
+64
*
target/arm: Move check_s2_mmu_setup to ptw.c
Richard Henderson
2022-06-08
1
-0
/
+70
*
target/arm: Move get_S1prot, get_S2prot to ptw.c
Richard Henderson
2022-06-08
1
-0
/
+128
*
target/arm: Move arm_pamax, pamax_map into ptw.c
Richard Henderson
2022-06-08
1
-0
/
+25
*
target/arm: Move arm_{ldl,ldq}_ptw to ptw.c
Richard Henderson
2022-06-08
1
-6
/
+154
*
target/arm: Move get_phys_addr_lpae to ptw.c
Richard Henderson
2022-06-08
1
-0
/
+411
*
target/arm: Move combine_cacheattrs and subroutines to ptw.c
Richard Henderson
2022-06-08
1
-0
/
+221
*
target/arm: Move get_level1_table_address to ptw.c
Richard Henderson
2022-06-08
1
-0
/
+23
*
target/arm: Move m_is_{ppb,system}_region to ptw.c
Richard Henderson
2022-06-08
1
-0
/
+16
*
target/arm: Move v8m_security_lookup to ptw.c
Richard Henderson
2022-06-08
1
-0
/
+126
*
target/arm: Move pmsav7_use_background_region to ptw.c
Richard Henderson
2022-06-08
1
-0
/
+21
*
target/arm: Move pmsav8_mpu_lookup to ptw.c
Richard Henderson
2022-06-08
1
-3
/
+143
*
target/arm: Move get_phys_addr_pmsav8 to ptw.c
Richard Henderson
2022-06-08
1
-0
/
+77
*
target/arm: Move get_phys_addr_pmsav7 to ptw.c
Richard Henderson
2022-06-08
1
-0
/
+190
*
target/arm: Move get_phys_addr_pmsav7_default to ptw.c
Richard Henderson
2022-06-08
1
-0
/
+41
*
target/arm: Move get_phys_addr_pmsav5 to ptw.c
Richard Henderson
2022-06-08
1
-0
/
+85
*
target/arm: Move get_phys_addr_v6 to ptw.c
Richard Henderson
2022-06-08
1
-0
/
+153
[prev]
[next]