Searched refs:PG_PROT (Results 1 – 2 of 2) sorted by relevance
75 #define PG_PROT (PG_RW|PG_U) /* all protection bits . */ macro
217 #define pmap_pte_set_prot(pte, v) ((*(int *)pte &= ~PG_PROT), (*(int *)pte |= (v)))