Home
last modified time | relevance | path

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

/include/linux/
Dmmzone.h1193 #define PAGES_PER_SUBSECTION (1UL << PFN_SUBSECTION_SHIFT) macro
1194 #define PAGE_SUBSECTION_MASK (~(PAGES_PER_SUBSECTION-1))
1202 #define SUBSECTION_ALIGN_UP(pfn) ALIGN((pfn), PAGES_PER_SUBSECTION)
1361 return (pfn & ~(PAGE_SECTION_MASK)) / PAGES_PER_SUBSECTION; in subsection_map_index()