Searched refs:PFN_ALIGN (Results 1 – 3 of 3) sorted by relevance
56 #define PFN_ALIGN(x) (((unsigned long)(x) + (PAGE_SIZE - 1)) & PAGE_MASK) macro104 mdesc[3].size = PHYSADDR(PFN_ALIGN(&_end)) - mdesc[3].base; in prom_getmdesc()107 mdesc[4].base = PHYSADDR(PFN_ALIGN(&_end)); in prom_getmdesc()
51 #define PFN_ALIGN(x) (((unsigned long)(x) + (PAGE_SIZE - 1)) & PAGE_MASK) macro