Searched refs:mhp_range_allowed (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/s390/mm/ |
D | init.c | 291 VM_BUG_ON(!mhp_range_allowed(start, size, true)); in arch_add_memory()
|
/linux-6.1.9/include/linux/ |
D | memory_hotplug.h | 120 bool mhp_range_allowed(u64 start, u64 size, bool need_mapping);
|
/linux-6.1.9/mm/ |
D | memory_hotplug.c | 196 if (!mhp_range_allowed(start, size, true)) in register_memory_resource() 313 VM_BUG_ON(!mhp_range_allowed(PFN_PHYS(pfn), nr_pages * PAGE_SIZE, false)); in __add_pages() 1551 bool mhp_range_allowed(u64 start, u64 size, bool need_mapping) in mhp_range_allowed() function
|
D | memremap.c | 218 if (!mhp_range_allowed(range->start, range_len(range), !is_private)) { in pagemap_range()
|
/linux-6.1.9/arch/arm64/mm/ |
D | mmu.c | 1547 VM_BUG_ON(!mhp_range_allowed(start, size, true)); in arch_add_memory()
|