Searched refs:PC_BASE_ALIGN (Results 1 – 3 of 3) sorted by relevance
352 #define PC_BASE_ALIGN ((pfn_t)1 << PAGE_BSZS_SHIFT(MMU_PAGE_SIZES-1)) macro353 #define PC_BASE_ALIGN_MASK (PC_BASE_ALIGN - 1)
569 #define PC_BASE_ALIGN ((pfn_t)1 << PAGE_BSZS_SHIFT(mmu_page_sizes-1)) macro570 #define PC_BASE_ALIGN_MASK (PC_BASE_ALIGN - 1)
973 npgs = roundup(physmax, PC_BASE_ALIGN) - newbase; in page_ctrs_adjust()