Searched refs:accept_memory (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/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
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | unaccepted_memory.c | 32 void accept_memory(phys_addr_t start, phys_addr_t end) in accept_memory() function
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | misc.h | 256 void accept_memory(phys_addr_t start, phys_addr_t end);
|
H A D | misc.c | 500 accept_memory(__pa(output), __pa(output) + needed_size); in extract_kernel()
|
/openbmc/linux/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);
|
/openbmc/linux/include/linux/ |
H A D | mm.h | 4056 void accept_memory(phys_addr_t start, phys_addr_t end); 4066 static inline void accept_memory(phys_addr_t start, phys_addr_t end) in accept_memory() function
|
/openbmc/linux/mm/ |
H A D | memblock.c | 1476 accept_memory(found, found + size); in memblock_alloc_range_nid()
|
H A D | mm_init.c | 1989 accept_memory(PFN_PHYS(pfn), PFN_PHYS(pfn + nr_pages)); in deferred_free_range()
|
H A D | page_alloc.c | 6620 accept_memory(start, start + (PAGE_SIZE << order)); in accept_page()
|