Home
last modified time | relevance | path

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

/drivers/firmware/efi/libstub/
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()
/drivers/firmware/efi/
A Dunaccepted_memory.c129 unsigned long phys_start, phys_end; in accept_memory() local
133 phys_end = range_end * unit_size + unaccepted->phys_base; in accept_memory()
147 arch_accept_memory(phys_start, phys_end); in accept_memory()

Completed in 6 milliseconds