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

/linux-master/mm/
H A Dsparse-vmemmap.c379 return !IS_ALIGNED(offset, nr_pages) && nr_pages > PAGES_PER_SUBSECTION;
460 if (WARN_ON_ONCE(!IS_ALIGNED(pfn, PAGES_PER_SUBSECTION) ||
461 !IS_ALIGNED(nr_pages, PAGES_PER_SUBSECTION)))
H A Dmemory_hotplug.c313 min_align = PAGES_PER_SUBSECTION;
418 for (; start_pfn < end_pfn; start_pfn += PAGES_PER_SUBSECTION) {
443 for (; pfn >= start_pfn; pfn -= PAGES_PER_SUBSECTION) {
/linux-master/include/linux/
H A Dmmzone.h1774 #define PAGES_PER_SUBSECTION (1UL << PFN_SUBSECTION_SHIFT) macro
1775 #define PAGE_SUBSECTION_MASK (~(PAGES_PER_SUBSECTION-1))
1783 #define SUBSECTION_ALIGN_UP(pfn) ALIGN((pfn), PAGES_PER_SUBSECTION)
1973 return (pfn & ~(PAGE_SECTION_MASK)) / PAGES_PER_SUBSECTION;
/linux-master/scripts/gdb/linux/
H A Dmm.py80 self.PAGES_PER_SUBSECTION = 1 << self.PFN_SUBSECTION_SHIFT
146 return (pfn & ~(self.PAGE_SECTION_MASK)) // self.PAGES_PER_SUBSECTION
/linux-master/arch/powerpc/mm/
H A Dinit_64.c102 for (; (unsigned long)start < vmemmap_end; start += PAGES_PER_SUBSECTION)

Completed in 133 milliseconds