Home
last modified time | relevance | path

Searched refs:PG_PROT (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dpmap.h75 #define PG_PROT (PG_RW|PG_U) /* all protection bits . */ macro
/f-stack/freebsd/i386/i386/
H A Dpmap.c217 #define pmap_pte_set_prot(pte, v) ((*(int *)pte &= ~PG_PROT), (*(int *)pte |= (v)))