Searched refs:ATTR_AP_RW (Results 1 – 3 of 3) sorted by relevance
64 #define ATTR_AP_RW (0 << 1) macro
544 (ATTR_AF | ATTR_AP(ATTR_AP_RW))); in pmap_page_dirty()1059 if (((tpte & ATTR_AP_RW_BIT) == ATTR_AP(ATTR_AP_RW)) || in pmap_extract_and_hold()1265 pa = VM_PAGE_TO_PHYS(m) | ATTR_DEFAULT | ATTR_AP(ATTR_AP_RW) | in pmap_qenter()3060 if ((new_l3 & ATTR_AP(ATTR_AP_RW)) == in pmap_enter()3061 ATTR_AP(ATTR_AP_RW)) { in pmap_enter()3089 if ((new_l3 & ATTR_AP_RW_BIT) == ATTR_AP(ATTR_AP_RW)) in pmap_enter()3771 ATTR_AP(ATTR_AP_RW)) { in pmap_remove_pages()3888 value |= ATTR_AP(ATTR_AP_RW); in pmap_page_test_mappings()3922 value |= ATTR_AP(ATTR_AP_RW); in pmap_page_test_mappings()4046 if ((pmap_load(pte) & ATTR_AP_RW_BIT) == ATTR_AP(ATTR_AP_RW)) in pmap_remove_write()[all …]
2845 value |= ATTR_AP(ATTR_AP_RW); in pmap_page_test_mappings()