Searched defs:PFN_BASE (Results 1 – 2 of 2) sorted by relevance
249 #define PFN_BASE(pfnum, szc) (pfnum & ~(SZCPAGES(szc) - 1)) macro
300 #define PFN_BASE(pfnum, szc) (pfnum & ~((1 << PAGE_BSZS_SHIFT(szc)) - 1)) macro