Searched refs:pmap_pte_prot (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/alpha/include/
H A Dpmap.h257 #define pmap_pte_prot(pte) (*(pte) & PG_PROT) macro
280 #define pmap_pte_prot_chg(pte, np) ((np) ^ pmap_pte_prot(pte))
/netbsd-current/sys/arch/ia64/ia64/
H A Dpmap.c1163 pmap_pte_prot(pmap_t pm, struct ia64_lpte *pte, vm_prot_t prot) function
1794 pmap_pte_prot(pmap, pte, prot);
1929 pmap_pte_prot(pmap, pte, prot);
2101 pmap_pte_prot(kernel_pmap, pte, VM_PROT_ALL);
/netbsd-current/sys/arch/m68k/m68k/
H A Dpmap_motorola.c205 #define pmap_pte_prot(pte) (*(pte) & PG_PROT) macro
213 #define pmap_pte_prot_chg(pte, np) ((np) ^ pmap_pte_prot(pte))

Completed in 120 milliseconds