/src/sys/arch/alpha/include/ |
pmap.h | 257 #define pmap_pte_prot(pte) (*(pte) & PG_PROT) macro 280 #define pmap_pte_prot_chg(pte, np) ((np) ^ pmap_pte_prot(pte))
|
pmap.h | 257 #define pmap_pte_prot(pte) (*(pte) & PG_PROT) macro 280 #define pmap_pte_prot_chg(pte, np) ((np) ^ pmap_pte_prot(pte))
|
/src/sys/arch/m68k/m68k/ |
pmap_motorola.c | 205 #define pmap_pte_prot(pte) (*(pte) & PG_PROT) macro 213 #define pmap_pte_prot_chg(pte, np) ((np) ^ pmap_pte_prot(pte))
|
pmap_motorola.c | 205 #define pmap_pte_prot(pte) (*(pte) & PG_PROT) macro 213 #define pmap_pte_prot_chg(pte, np) ((np) ^ pmap_pte_prot(pte))
|
/src/sys/arch/ia64/ia64/ |
pmap.c | 1163 pmap_pte_prot(pmap_t pm, struct ia64_lpte *pte, vm_prot_t prot) function in typeref:typename:PMAP_INLINE void 1794 pmap_pte_prot(pmap, pte, prot); 1929 pmap_pte_prot(pmap, pte, prot); 2101 pmap_pte_prot(kernel_pmap, pte, VM_PROT_ALL);
|
pmap.c | 1163 pmap_pte_prot(pmap_t pm, struct ia64_lpte *pte, vm_prot_t prot) function in typeref:typename:PMAP_INLINE void 1794 pmap_pte_prot(pmap, pte, prot); 1929 pmap_pte_prot(pmap, pte, prot); 2101 pmap_pte_prot(kernel_pmap, pte, VM_PROT_ALL);
|