Home
last modified time | relevance | path

Searched refs:bootrom_valid_flags (Results 1 – 1 of 1) 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() local
138 if (flags & ~bootrom_valid_flags) { in bootrom_alloc()
140 flags & ~bootrom_valid_flags); in bootrom_alloc()