Home
last modified time | relevance | path

Searched defs:pmap_pte_prot (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/alpha/include/
H A Dpmap.h257 #define pmap_pte_prot(pte) (*(pte) & PG_PROT) macro
/netbsd-src/sys/arch/m68k/m68k/
H A Dpmap_motorola.c205 #define pmap_pte_prot(pte) (*(pte) & PG_PROT) macro
/netbsd-src/sys/arch/ia64/ia64/
H A Dpmap.c1163 pmap_pte_prot(pmap_t pm, struct ia64_lpte *pte, vm_prot_t prot) in pmap_pte_prot() function