Searched refs:mhp_range_allowed (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/arch/s390/mm/ |
D | init.c | 294 VM_BUG_ON(!mhp_range_allowed(start, size, true)); in arch_add_memory()
|
/linux-6.6.21/include/linux/ |
D | memory_hotplug.h | 122 bool mhp_range_allowed(u64 start, u64 size, bool need_mapping);
|
/linux-6.6.21/mm/ |
D | memory_hotplug.c | 263 if (!mhp_range_allowed(start, size, true)) in register_memory_resource() 380 VM_BUG_ON(!mhp_range_allowed(PFN_PHYS(pfn), nr_pages * PAGE_SIZE, false)); in __add_pages() 1631 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.6.21/arch/arm64/mm/ |
D | mmu.c | 1311 VM_BUG_ON(!mhp_range_allowed(start, size, true)); in arch_add_memory()
|