Home
last modified time | relevance | path

Searched defs:PG_PFNUM (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/arch/sun3/include/
H A Dpte3x.h115 #define PG_PFNUM(pte) (PG_PA(pte) >> PGSHIFT) macro
H A Dpte3.h66 #define PG_PFNUM(pte) (pte & PG_FRAME) macro
/netbsd-src/sys/arch/alpha/include/
H A Dpte.h101 #define PG_PFNUM(x) ALPHA_PTE_TO_PFN(x) macro
/netbsd-src/sys/arch/sun2/include/
H A Dpte.h162 #define PG_PFNUM(pte) (pte & PG_FRAME) macro
/netbsd-src/sys/arch/vax/include/
H A Dpte.h65 #define PG_PFNUM(x) (((unsigned long)(x) & 0x3ffffe00) >> VAX_PGSHIFT) macro
/netbsd-src/sys/arch/m68k/include/
H A Dpte_motorola.h102 #define PG_PFNUM(x) (((uintptr_t)(x) & PG_FRAME) >> PG_SHIFT) macro
/netbsd-src/sys/arch/sparc/include/
H A Dpte.h274 #define PG_PFNUM 0x0007ffff /* n.b.: only 16 bits on sun4c */ macro
/netbsd-src/sys/arch/sparc64/include/
H A Dpte.h314 #define PG_PFNUM 0x0007ffff /* n.b.: only 16 bits on sun4c */ macro