Searched refs:arch_accept_memory (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | unaccepted_memory.c | 121 arch_accept_memory(start, end); in process_unaccepted_memory() 132 arch_accept_memory(start, round_up(start, unit_size)); in process_unaccepted_memory() 138 arch_accept_memory(round_down(end, unit_size), end); in process_unaccepted_memory() 147 arch_accept_memory(start, in process_unaccepted_memory() 168 arch_accept_memory(phys_start, phys_end); in process_unaccepted_memory() 218 arch_accept_memory(phys_start, phys_end); in accept_memory()
|
H A D | efistub.h | 1153 void arch_accept_memory(phys_addr_t start, phys_addr_t end);
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | unaccepted_memory.h | 8 static inline void arch_accept_memory(phys_addr_t start, phys_addr_t end) in arch_accept_memory() function
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | mem.c | 35 void arch_accept_memory(phys_addr_t start, phys_addr_t end) in arch_accept_memory() function
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | unaccepted_memory.c | 145 arch_accept_memory(phys_start, phys_end); in accept_memory()
|