Searched refs:arch_hypervisor (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/stand/common/
H A Dbootstrap.h336 const char *(*arch_hypervisor)(void); member in struct:arch_switch
/freebsd-12-stable/stand/i386/loader/
H A Dmain.c170 archsw.arch_hypervisor = x86_hypervisor;
/freebsd-12-stable/stand/ficl/
H A Dloader.c307 hv = (archsw.arch_hypervisor != NULL)
308 ? (*archsw.arch_hypervisor)()
/freebsd-12-stable/stand/efi/loader/
H A Dmain.c882 archsw.arch_hypervisor = x86_hypervisor;

Completed in 96 milliseconds