Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/x86/
H A Dsetup.c78 u64 max_end = fwcfg_get_u64(FW_CFG_MAX_RAM); in find_highmem() local
79 if (max_end == 0) in find_highmem()
80 max_end = -1ull; in find_highmem()
94 if (mem->base_addr >= max_end) in find_highmem()
98 if (best_end > max_end) in find_highmem()
99 best_end = max_end; in find_highmem()