Home
last modified time | relevance | path

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

/hypervisor/arch/x86/guest/
A Dve820.c29 uint32_t round_size = round_page_up(size); in find_space_from_ve820() local
39 if ((entry->type == E820_TYPE_RAM) && (length >= (uint64_t)round_size) in find_space_from_ve820()
41 if (((start >= min_addr) && ((start + round_size) <= min(end, round_max_addr))) in find_space_from_ve820()
42 || ((start < min_addr) && ((min_addr + round_size) <= min(end, round_max_addr)))) { in find_space_from_ve820()
43 gpa = (end > round_max_addr) ? (round_max_addr - round_size) : (end - round_size); in find_space_from_ve820()

Completed in 2 milliseconds