Searched defs:PG_PFNUM (Results 1 – 8 of 8) sorted by relevance
115 #define PG_PFNUM(pte) (PG_PA(pte) >> PGSHIFT) macro
66 #define PG_PFNUM(pte) (pte & PG_FRAME) macro
101 #define PG_PFNUM(x) ALPHA_PTE_TO_PFN(x) macro
162 #define PG_PFNUM(pte) (pte & PG_FRAME) macro
65 #define PG_PFNUM(x) (((unsigned long)(x) & 0x3ffffe00) >> VAX_PGSHIFT) macro
102 #define PG_PFNUM(x) (((uintptr_t)(x) & PG_FRAME) >> PG_SHIFT) macro
274 #define PG_PFNUM 0x0007ffff /* n.b.: only 16 bits on sun4c */ macro
314 #define PG_PFNUM 0x0007ffff /* n.b.: only 16 bits on sun4c */ macro