Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dmm.py153 def pfn_section_valid(self, ms, pfn): member in aarch64_page_ops
180 return self.early_section(ms) or self.pfn_section_valid(ms, pfn)
/linux/mm/
H A Dmemory_hotplug.c365 if (!pfn_section_valid(ms, pfn)) in pfn_to_online_page()