Home
last modified time | relevance | path

Searched refs:accept_memory (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/memblock/
H A Dinternal.h23 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 Dmisc.h257 void accept_memory(phys_addr_t start, phys_addr_t end);
H A Dmisc.c484 accept_memory(__pa(output), __pa(output) + needed_size); in extract_kernel()
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Dunaccepted_memory.c20 * 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 Dunaccepted_memory.c180 void accept_memory(phys_addr_t start, phys_addr_t end) in accept_memory() function
H A Defistub.h1152 void accept_memory(phys_addr_t start, phys_addr_t end);
/kernel/linux/linux-6.6/include/linux/
H A Dmm.h4076 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 Dmm_init.c1995 accept_memory(PFN_PHYS(pfn), PFN_PHYS(pfn + nr_pages)); in deferred_free_range()
H A Dmemblock.c1452 accept_memory(found, found + size); in memblock_alloc_range_nid()
H A Dpage_alloc.c6625 early_param("accept_memory", accept_memory_parse);
6639 accept_memory(start, start + (PAGE_SIZE << order)); in accept_page()

Completed in 24 milliseconds