Searched refs:accept_memory (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/tools/testing/memblock/ |
D | internal.h | 23 static inline void accept_memory(phys_addr_t start, phys_addr_t end) in accept_memory() function
|
/Linux-v6.6/drivers/firmware/efi/ |
D | unaccepted_memory.c | 31 void accept_memory(phys_addr_t start, phys_addr_t end) in accept_memory() function
|
/Linux-v6.6/arch/x86/boot/compressed/ |
D | misc.h | 256 void accept_memory(phys_addr_t start, phys_addr_t end);
|
D | misc.c | 484 accept_memory(__pa(output), __pa(output) + needed_size); in extract_kernel()
|
/Linux-v6.6/drivers/firmware/efi/libstub/ |
D | unaccepted_memory.c | 180 void accept_memory(phys_addr_t start, phys_addr_t end) in accept_memory() function
|
D | efistub.h | 1151 void accept_memory(phys_addr_t start, phys_addr_t end);
|
/Linux-v6.6/include/linux/ |
D | mm.h | 4049 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/ |
D | memblock.c | 1451 accept_memory(found, found + size); in memblock_alloc_range_nid()
|
D | mm_init.c | 1983 accept_memory(PFN_PHYS(pfn), PFN_PHYS(pfn + nr_pages)); in deferred_free_range()
|
D | page_alloc.c | 6600 accept_memory(start, start + (PAGE_SIZE << order)); in accept_page()
|