Searched refs:PAGE_SUBSECTION_MASK (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/mm/
H A Dinit_64.c80 start_pfn = (offset / sizeof(struct page)) & PAGE_SUBSECTION_MASK;
/linux-master/include/linux/
H A Dmmzone.h1775 #define PAGE_SUBSECTION_MASK (~(PAGES_PER_SUBSECTION-1)) macro
1784 #define SUBSECTION_ALIGN_DOWN(pfn) ((pfn) & PAGE_SUBSECTION_MASK)

Completed in 103 milliseconds