Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/memblock/
H A Dinternal.h23 static inline void accept_memory(phys_addr_t start, phys_addr_t end) in accept_memory() function
/openbmc/linux/drivers/firmware/efi/
H A Dunaccepted_memory.c31 void accept_memory(phys_addr_t start, phys_addr_t end) in accept_memory() function
/openbmc/linux/arch/x86/boot/compressed/
H A Dmisc.h257 void accept_memory(phys_addr_t start, phys_addr_t end);
H A Dmisc.c500 accept_memory(__pa(output), __pa(output) + needed_size); in extract_kernel()
/openbmc/linux/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);
/openbmc/linux/include/linux/
H A Dmm.h4051 void accept_memory(phys_addr_t start, phys_addr_t end);
4061 static inline void accept_memory(phys_addr_t start, phys_addr_t end) in accept_memory() function
/openbmc/linux/mm/
H A Dmemblock.c1452 accept_memory(found, found + size); in memblock_alloc_range_nid()
H A Dmm_init.c1989 accept_memory(PFN_PHYS(pfn), PFN_PHYS(pfn + nr_pages)); in deferred_free_range()
H A Dpage_alloc.c6601 accept_memory(start, start + (PAGE_SIZE << order)); in accept_page()