Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A De820.c363 e820_alloc_lowest(const uint64_t min_address, const uint64_t length, in e820_alloc_lowest() function
408 return (e820_alloc_lowest(0, length, alignment, type)); in e820_alloc()
410 return (e820_alloc_lowest(address, length, alignment, type)); in e820_alloc()