Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bhyve/
H A Dbootrom.c133 static const int bootrom_valid_flags = BOOTROM_ALLOC_TOP; in bootrom_alloc()
159 if (flags & BOOTROM_ALLOC_TOP) { in bootrom_alloc()
180 if (flags & BOOTROM_ALLOC_TOP) in bootrom_alloc()
272 BOOTROM_ALLOC_TOP, &ptr, NULL) != 0) { in bootrom_loadrom()
H A Dbootrom.h43 BOOTROM_ALLOC_TOP = 0x80, enumerator