Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dmmzone.h1202 #define PAGE_SECTION_MASK (~(PAGES_PER_SECTION-1)) macro
1220 #define SECTION_ALIGN_UP(pfn) (((pfn) + PAGES_PER_SECTION - 1) & PAGE_SECTION_MASK)
1221 #define SECTION_ALIGN_DOWN(pfn) ((pfn) & PAGE_SECTION_MASK)
1397 return (pfn & ~(PAGE_SECTION_MASK)) / PAGES_PER_SUBSECTION; in subsection_map_index()
/kernel/linux/linux-5.10/mm/
Dsparse.c233 - (pfn & ~PAGE_SECTION_MASK)); in subsection_map_init()
269 start &= PAGE_SECTION_MASK; in memory_present()
365 goal = __pa(pgdat) & (PAGE_SECTION_MASK << PAGE_SHIFT); in sparse_early_usemaps_alloc_pgdat_section()
Dpage_ext.c257 pfn &= PAGE_SECTION_MASK; in init_section_page_ext()