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/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/kernel/ |
H A D | kexec_core.c | 222 accept_memory(image->segment[i].mem, image->segment[i].memsz); in sanity_check_segment_list()
|
/linux/mm/ |
H A D | memblock.c | 478 accept_memory(addr, new_alloc_size); in memblock_double_array() 1606 accept_memory(found, size); in memblock_alloc_range_nid()
|
H A D | mm_init.c | 2010 accept_memory(PFN_PHYS(pfn), nr_pages * PAGE_SIZE); in deferred_free_pages()
|
H A D | page_alloc.c | 1613 accept_memory(page_to_phys(page), PAGE_SIZE << order); in check_new_pages() 7346 early_param("accept_memory", accept_memory_parse); in alloc_pages_nolock_noprof() 7364 accept_memory(page_to_phys(page), PAGE_SIZE << MAX_PAGE_ORDER); in alloc_pages_nolock_noprof()
|
/linux/include/linux/ |
H A D | mm.h | 4079 void accept_memory(phys_addr_t start, unsigned long size); 4089 static inline void accept_memory(phys_addr_t start, unsigned long size) in accept_memory() function
|
/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
|