Searched refs:hv_end (Results 1 – 1 of 1) sorted by relevance
270 uint64_t hv_end = hv_start + get_hv_image_size(); in alloc_hv_memory() local272 pr_err("%s: hv start: 0x%016x, end: 0x%016x", __func__, hv_start, hv_end); in alloc_hv_memory()274 reserve_e820_region(hv_start, hv_end); in alloc_hv_memory()
Completed in 4 milliseconds