Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/memblock/
Dinternal.h23 static inline void accept_memory(phys_addr_t start, phys_addr_t end) in accept_memory() function
/Linux-v6.6/drivers/firmware/efi/
Dunaccepted_memory.c31 void accept_memory(phys_addr_t start, phys_addr_t end) in accept_memory() function
/Linux-v6.6/arch/x86/boot/compressed/
Dmisc.h256 void accept_memory(phys_addr_t start, phys_addr_t end);
Dmisc.c484 accept_memory(__pa(output), __pa(output) + needed_size); in extract_kernel()
/Linux-v6.6/drivers/firmware/efi/libstub/
Dunaccepted_memory.c180 void accept_memory(phys_addr_t start, phys_addr_t end) in accept_memory() function
Defistub.h1151 void accept_memory(phys_addr_t start, phys_addr_t end);
/Linux-v6.6/include/linux/
Dmm.h4049 void accept_memory(phys_addr_t start, phys_addr_t end);
4059 static inline void accept_memory(phys_addr_t start, phys_addr_t end) in accept_memory() function
/Linux-v6.6/mm/
Dmemblock.c1451 accept_memory(found, found + size); in memblock_alloc_range_nid()
Dmm_init.c1983 accept_memory(PFN_PHYS(pfn), PFN_PHYS(pfn + nr_pages)); in deferred_free_range()
Dpage_alloc.c6600 accept_memory(start, start + (PAGE_SIZE << order)); in accept_page()