Searched refs:PMR_ALIGN (Results 1 – 1 of 1) sorted by relevance
195 #define PMR_ALIGN(pgno, align) \ macro522 PMR_ALIGN(atop(VM_PAGE_TO_PHYS(pg)) + 1, boundary); in uvm_pmr_findnextsegment()1079 fstart = PMR_ALIGN(fstart, align); in uvm_pmr_getpages()1085 MIN(fend, PMR_ALIGN(fstart + 1, boundary)); in uvm_pmr_getpages()