Searched refs:accept_memory (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/memblock/ |
| H A D | internal.h | 22 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 | 257 void accept_memory(phys_addr_t start, unsigned long size);
|
| H A D | misc.c | 518 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
|
| H A D | efistub.h | 1264 void accept_memory(phys_addr_t start, unsigned long size);
|
| /linux/mm/ |
| H A D | memblock.c | 479 accept_memory(addr, new_alloc_size); in memblock_double_array() 1543 accept_memory(found, size); in memblock_alloc_range_nid()
|
| H A D | mm_init.c | 2007 accept_memory(PFN_PHYS(pfn), nr_pages * PAGE_SIZE); in deferred_free_pages()
|
| H A D | page_alloc.c | 1656 accept_memory(page_to_phys(page), PAGE_SIZE << order); in __free_pages_core() 7642 accept_memory(page_to_phys(page), PAGE_SIZE << MAX_PAGE_ORDER); in __accept_page()
|
| /linux/kernel/ |
| H A D | kexec_core.c | 224 accept_memory(image->segment[i].mem, image->segment[i].memsz); in sanity_check_segment_list()
|
| /linux/include/linux/ |
| H A D | mm.h | 4758 void accept_memory(phys_addr_t start, unsigned long size); 4768 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 | 100 accept_memory= [MM] 108 accept_memory=eager can be used to accept all memory
|