Searched refs:accept_memory (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/memblock/ |
H A D | internal.h | 23 static inline void accept_memory(phys_addr_t start, phys_addr_t end) in accept_memory() function
|
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | misc.h | 257 void accept_memory(phys_addr_t start, phys_addr_t end);
|
H A D | misc.c | 484 accept_memory(__pa(output), __pa(output) + needed_size); in extract_kernel()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | unaccepted_memory.c | 20 * accept_memory() -- Consult bitmap and accept the memory if needed. 31 void accept_memory(phys_addr_t start, phys_addr_t end) in accept_memory() function 79 * 2. Implicitly extend accept_memory(start, end) to end+unit_size if in accept_memory() 182 * the comment on load_unaligned_zeropad() in accept_memory(). in range_contains_unaccepted_memory()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | unaccepted_memory.c | 180 void accept_memory(phys_addr_t start, phys_addr_t end) in accept_memory() function
|
H A D | efistub.h | 1152 void accept_memory(phys_addr_t start, phys_addr_t end);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mm.h | 4076 void accept_memory(phys_addr_t start, phys_addr_t end); 4086 static inline void accept_memory(phys_addr_t start, phys_addr_t end) in accept_memory() function
|
/kernel/linux/linux-6.6/mm/ |
H A D | mm_init.c | 1995 accept_memory(PFN_PHYS(pfn), PFN_PHYS(pfn + nr_pages)); in deferred_free_range()
|
H A D | memblock.c | 1452 accept_memory(found, found + size); in memblock_alloc_range_nid()
|
H A D | page_alloc.c | 6625 early_param("accept_memory", accept_memory_parse); 6639 accept_memory(start, start + (PAGE_SIZE << order)); in accept_page()
|
Completed in 24 milliseconds