Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/alpha/include/
H A Dpmap.h280 #define pmap_pte_prot_chg(pte, np) ((np) ^ pmap_pte_prot(pte)) macro
/netbsd-src/sys/arch/m68k/m68k/
H A Dpmap_motorola.c213 #define pmap_pte_prot_chg(pte, np) ((np) ^ pmap_pte_prot(pte)) macro