Searched refs:table_ap_bits (Results 1 – 2 of 2) sorted by relevance
1563 uint64_t table_ap_bits = 0, table_xn = 0, table_pxn = 0; in pmap_get_arm64_prot() local1585 table_ap_bits = ((aggregate_tte >> ARM_TTE_TABLE_APSHIFT) & AP_MASK); in pmap_get_arm64_prot()1593 effective_prot_bits &= ~(ARM_PTE_AP(table_ap_bits)); in pmap_get_arm64_prot()
2149 uint64_t table_ap_bits = 0, table_xn = 0, table_pxn = 0; in pmap_get_arm64_prot() local2171 table_ap_bits = ((aggregate_tte >> ARM_TTE_TABLE_APSHIFT) & AP_MASK); in pmap_get_arm64_prot()2179 effective_prot_bits &= ~(ARM_PTE_AP(table_ap_bits)); in pmap_get_arm64_prot()