Searched refs:accept_memory (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/memblock/ |
| 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/ |
| 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/ |
| A D | misc.h | 259 void accept_memory(phys_addr_t start, unsigned long size);
|
| A D | misc.c | 514 accept_memory(__pa(output), needed_size); in extract_kernel()
|
| /linux/drivers/firmware/efi/libstub/ |
| A D | unaccepted_memory.c | 180 void accept_memory(phys_addr_t start, unsigned long size) in accept_memory() function
|
| A D | efistub.h | 1232 void accept_memory(phys_addr_t start, unsigned long size);
|
| /linux/include/linux/ |
| A D | mm.h | 4130 void accept_memory(phys_addr_t start, unsigned long size); 4140 static inline void accept_memory(phys_addr_t start, unsigned long size) in accept_memory() function
|
| /linux/mm/ |
| A D | memblock.c | 1503 accept_memory(found, size); in memblock_alloc_range_nid()
|
| A D | mm_init.c | 1936 accept_memory(PFN_PHYS(pfn), nr_pages * PAGE_SIZE); in deferred_free_pages()
|
| A D | page_alloc.c | 1317 accept_memory(page_to_phys(page), PAGE_SIZE << order); in __free_pages_core() 7046 accept_memory(page_to_phys(page), PAGE_SIZE << MAX_PAGE_ORDER); in __accept_page()
|
| /linux/Documentation/admin-guide/ |
| A D | kernel-parameters.txt | 1 accept_memory= [MM] 9 accept_memory=eager can be used to accept all memory
|
Completed in 52 milliseconds