Searched refs:phys_end (Results 1 – 2 of 2) sorted by relevance
162 unsigned long phys_start, phys_end; in process_unaccepted_memory() local166 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() local217 phys_end = range_end * unit_size + unaccepted_table->phys_base; in accept_memory()219 arch_accept_memory(phys_start, phys_end); in accept_memory()
129 unsigned long phys_start, phys_end; in accept_memory() local133 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