Searched refs:table_ap_bits (Results 1 – 1 of 1) sorted by relevance
1983 uint64_t table_ap_bits = 0, table_xn = 0, table_pxn = 0; in pmap_get_arm64_prot() local2005 table_ap_bits = ((aggregate_tte >> ARM_TTE_TABLE_APSHIFT) & AP_MASK); in pmap_get_arm64_prot()2013 effective_prot_bits &= ~(ARM_PTE_AP(table_ap_bits)); in pmap_get_arm64_prot()