Home
last modified time | relevance | path

Searched refs:phys_end (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/firmware/efi/libstub/
H A Dunaccepted_memory.c162 unsigned long phys_start, phys_end; in process_unaccepted_memory() local
166 phys_end = end + unaccepted_table->phys_base; in process_unaccepted_memory()
168 arch_accept_memory(phys_start, phys_end); in process_unaccepted_memory()
214 unsigned long phys_start, phys_end; in accept_memory() local
217 phys_end = range_end * unit_size + unaccepted_table->phys_base; in accept_memory()
219 arch_accept_memory(phys_start, phys_end); in accept_memory()
/linux/drivers/firmware/efi/
H A Dunaccepted_memory.c132 unsigned long phys_start, phys_end; in accept_memory() local
136 phys_end = range_end * unit_size + unaccepted->phys_base; in accept_memory()
150 arch_accept_memory(phys_start, phys_end); in accept_memory()