Searched refs:accept_memory (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/memblock/ |
| H A D | internal.h | 35 static inline void accept_memory(phys_addr_t start, unsigned long size) 23 static inline void accept_memory(phys_addr_t start, unsigned long size) 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/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
|
| H A D | efistub.h | 1257 void accept_memory(phys_addr_t start, unsigned long size);
|
| /linux/arch/x86/boot/compressed/ |
| H A D | misc.c | 518 accept_memory(__pa(output), needed_size); in extract_kernel()
|
| /linux/mm/ |
| H A D | memblock.c | 481 accept_memory(addr, new_alloc_size); in memblock_double_array() 1603 accept_memory(found, size); in memblock_alloc_range_nid()
|
| H A D | mm_init.c | 1995 accept_memory(PFN_PHYS(pfn), nr_pages * PAGE_SIZE); in deferred_free_pages()
|
| H A D | page_alloc.c | 1626 accept_memory(page_to_phys(page), PAGE_SIZE << order); in __free_pages_core() 7731 early_param("accept_memory", accept_memory_parse); in alloc_frozen_pages_nolock_noprof() 7749 accept_memory(page_to_phys(page), PAGE_SIZE << MAX_PAGE_ORDER); in alloc_frozen_pages_nolock_noprof()
|
| /linux/include/linux/ |
| H A D | mm.h | 5133 void accept_memory(phys_addr_t start, unsigned long size); 5143 static inline void accept_memory(phys_addr_t start, unsigned long size) 5117 static inline void accept_memory(phys_addr_t start, unsigned long size) accept_memory() function
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 97 accept_memory= [MM] 105 accept_memory=eager can be used to accept all memory
|