Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dbootrom.c134 static const int bootrom_valid_flags = BOOTROM_ALLOC_TOP; in bootrom_alloc()
160 if (flags & BOOTROM_ALLOC_TOP) { in bootrom_alloc()
181 if (flags & BOOTROM_ALLOC_TOP) in bootrom_alloc()
273 BOOTROM_ALLOC_TOP, &ptr, NULL) != 0) { in bootrom_loadrom()
H A Dbootrom.h43 BOOTROM_ALLOC_TOP = 0x80, enumerator