Home
last modified time | relevance | path

Searched refs:table_ap_bits (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/osfmk/arm64/sptm/pmap/
H A Dpmap.c1645 uint64_t table_ap_bits = 0, table_xn = 0, table_pxn = 0; in pmap_get_arm64_prot() local
1664 table_ap_bits = ((aggregate_tte >> ARM_TTE_TABLE_APSHIFT) & AP_MASK); in pmap_get_arm64_prot()
1672 effective_prot_bits &= ~(ARM_PTE_AP(table_ap_bits)); in pmap_get_arm64_prot()
/xnu-12377.1.9/osfmk/arm/pmap/
H A Dpmap.c2190 uint64_t table_ap_bits = 0, table_xn = 0, table_pxn = 0; in pmap_get_arm64_prot() local
2209 table_ap_bits = ((aggregate_tte >> ARM_TTE_TABLE_APSHIFT) & AP_MASK); in pmap_get_arm64_prot()
2217 effective_prot_bits &= ~(ARM_PTE_AP(table_ap_bits)); in pmap_get_arm64_prot()