Searched refs:table_ap_bits (Results 1 – 2 of 2) sorted by relevance
1645 uint64_t table_ap_bits = 0, table_xn = 0, table_pxn = 0; in pmap_get_arm64_prot() local1664 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()
2190 uint64_t table_ap_bits = 0, table_xn = 0, table_pxn = 0; in pmap_get_arm64_prot() local2209 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()