Home
last modified time | relevance | path

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

/openbsd/sys/arch/alpha/include/
H A Dpmap.h211 #define pmap_pte_prot_chg(pte, np) ((np) ^ pmap_pte_prot(pte)) macro
/openbsd/sys/arch/alpha/alpha/
H A Dpmap.c1461 if (pmap_pte_prot_chg(l3pte, bits)) { in pmap_protect()