Lines Matching refs:start_pfn
210 static bool pages_correctly_reserved(unsigned long start_pfn) in pages_correctly_reserved() argument
214 unsigned long pfn = start_pfn; in pages_correctly_reserved()
248 unsigned long start_pfn; in memory_block_action() local
254 start_pfn = page_to_pfn(first_page); in memory_block_action()
258 if (!pages_correctly_reserved(start_pfn)) in memory_block_action()
261 ret = online_pages(start_pfn, nr_pages, online_type); in memory_block_action()
264 ret = offline_pages(start_pfn, nr_pages); in memory_block_action()
512 int __weak arch_get_memory_phys_device(unsigned long start_pfn) in arch_get_memory_phys_device() argument
553 unsigned long start_pfn; in init_memory_block() local
568 start_pfn = section_nr_to_pfn(mem->start_section_nr); in init_memory_block()
569 mem->phys_device = arch_get_memory_phys_device(start_pfn); in init_memory_block()