Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dmmzone.h1587 #define PAGE_SECTION_MASK (~(PAGES_PER_SECTION-1)) macro
1605 #define SECTION_ALIGN_UP(pfn) (((pfn) + PAGES_PER_SECTION - 1) & PAGE_SECTION_MASK)
1606 #define SECTION_ALIGN_DOWN(pfn) ((pfn) & PAGE_SECTION_MASK)
1810 return (pfn & ~(PAGE_SECTION_MASK)) / PAGES_PER_SUBSECTION; in subsection_map_index()
/linux-6.1.9/mm/
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()
Dpage_ext.c335 pfn &= PAGE_SECTION_MASK; in init_section_page_ext()