Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmmzone.h1883 #define PAGE_SUBSECTION_MASK (~(PAGES_PER_SUBSECTION-1)) macro
1892 #define SUBSECTION_ALIGN_DOWN(pfn) ((pfn) & PAGE_SUBSECTION_MASK)
2241 PAGE_SUBSECTION_MASK : PAGE_SECTION_MASK)) in next_valid_pfn()
/linux/arch/powerpc/mm/
H A Dinit_64.c81 start_pfn = (offset / sizeof(struct page)) & PAGE_SUBSECTION_MASK; in vmemmap_subsection_start()