Home
last modified time | relevance | path

Searched refs:pmap_pte_w_chg (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/arch/alpha/include/
H A Dpmap.h272 #define pmap_pte_w_chg(pte, nw) ((nw) ^ pmap_pte_w(pte)) macro
/netbsd/sys/arch/m68k/m68k/
H A Dpmap_motorola.c208 #define pmap_pte_w_chg(pte, nw) ((nw) ^ pmap_pte_w(pte)) macro
1110 if (pmap_pte_w_chg(pte, wired ? PG_W : 0)) { in pmap_enter()
1539 if (pmap_pte_w_chg(pte, 0)) { in pmap_unwire()
/netbsd/sys/arch/alpha/alpha/
H A Dpmap.c2278 if (pmap_pte_w_chg(pte, wired ? PG_WIRED : 0)) { in pmap_enter()
2545 if (pmap_pte_w_chg(pte, 0)) { in pmap_unwire()