Home
last modified time | relevance | path

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

/linux/tools/testing/memblock/
H A Dinternal.h23 static inline void accept_memory(phys_addr_t start, unsigned long size) accept_memory() function
/linux/drivers/firmware/efi/
H A Dunaccepted_memory.c33 void accept_memory(phys_addr_t start, unsigned long size) in accept_memory() function
/linux/drivers/firmware/efi/libstub/
H A Dunaccepted_memory.c180 void accept_memory(phys_addr_t start, unsigned long size) in accept_memory() function
H A Defistub.h1257 void accept_memory(phys_addr_t start, unsigned long size);
/linux/arch/x86/boot/compressed/
H A Dmisc.c518 accept_memory(__pa(output), needed_size); in extract_kernel()