Searched refs:accept_memory (Results 1 – 9 of 9) sorted by relevance
/linux/tools/testing/memblock/ |
H A D | internal.h | 23 static inline void accept_memory(phys_addr_t start, unsigned long size) in accept_memory() function
|
/linux/drivers/firmware/efi/ |
H A D | unaccepted_memory.c | 33 void accept_memory(phys_addr_t start, unsigned long size) in accept_memory() function
|
/linux/arch/x86/boot/compressed/ |
H A D | misc.h | 259 void accept_memory(phys_addr_t start, unsigned long size);
|
H A D | misc.c | 529 accept_memory(__pa(output), needed_size); in extract_kernel()
|
/linux/drivers/firmware/efi/libstub/ |
H A D | unaccepted_memory.c | 180 void accept_memory(phys_addr_t start, unsigned long size) in accept_memory() function
|
/linux/include/linux/ |
H A D | mm.h | 4106 void accept_memory(phys_addr_t start, unsigned long size); 4116 static inline void accept_memory(phys_addr_t start, unsigned long size) in accept_memory() function
|
/linux/mm/ |
H A D | memblock.c | 1503 accept_memory(found, size); in memblock_alloc_range_nid()
|
H A D | page_alloc.c | 1313 accept_memory(page_to_phys(page), PAGE_SIZE << order); in __free_pages_core() 6958 accept_memory(page_to_phys(page), PAGE_SIZE << MAX_PAGE_ORDER); in __accept_page()
|
/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 1 accept_memory= [MM] 9 accept_memory=eager can be used to accept all memory
|