Searched refs:table_ap_bits (Results 1 – 2 of 2) sorted by relevance
1524 uint64_t table_ap_bits = 0, table_xn = 0, table_pxn = 0; in pmap_get_arm64_prot() local1546 table_ap_bits = ((aggregate_tte >> ARM_TTE_TABLE_APSHIFT) & AP_MASK); in pmap_get_arm64_prot()1554 effective_prot_bits &= ~(ARM_PTE_AP(table_ap_bits)); in pmap_get_arm64_prot()
2112 uint64_t table_ap_bits = 0, table_xn = 0, table_pxn = 0; in pmap_get_arm64_prot() local2134 table_ap_bits = ((aggregate_tte >> ARM_TTE_TABLE_APSHIFT) & AP_MASK); in pmap_get_arm64_prot()2142 effective_prot_bits &= ~(ARM_PTE_AP(table_ap_bits)); in pmap_get_arm64_prot()