Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dsparse-vmemmap.c260 pfn &= PAGE_SUBSECTION_MASK; in __populate_section_memmap()
/Linux-v5.4/include/linux/
Dmmzone.h1164 #define PAGE_SUBSECTION_MASK (~(PAGES_PER_SUBSECTION-1)) macro
1173 #define SUBSECTION_ALIGN_DOWN(pfn) ((pfn) & PAGE_SUBSECTION_MASK)