Home
last modified time | relevance | path

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

/linux/include/linux/
A Dmmzone.h1281 #define PAGE_SECTION_MASK (~(PAGES_PER_SECTION-1)) macro
1299 #define SECTION_ALIGN_UP(pfn) (((pfn) + PAGES_PER_SECTION - 1) & PAGE_SECTION_MASK)
1300 #define SECTION_ALIGN_DOWN(pfn) ((pfn) & PAGE_SECTION_MASK)
1478 return (pfn & ~(PAGE_SECTION_MASK)) / PAGES_PER_SUBSECTION; in subsection_map_index()
/linux/mm/
A Dsparse.c207 - (pfn & ~PAGE_SECTION_MASK)); in subsection_map_init()
243 start &= PAGE_SECTION_MASK; in memory_present()
349 goal = pgdat_to_phys(pgdat) & (PAGE_SECTION_MASK << PAGE_SHIFT); in sparse_early_usemaps_alloc_pgdat_section()
A Dpage_ext.c267 pfn &= PAGE_SECTION_MASK; in init_section_page_ext()

Completed in 11 milliseconds