Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_param.c156 [VM_GUEST_HV] = "hv",
/f-stack/freebsd/sys/
H A Dsystm.h85 enum VM_GUEST { VM_GUEST_NO = 0, VM_GUEST_VM, VM_GUEST_XEN, VM_GUEST_HV, enumerator
/f-stack/freebsd/x86/x86/
H A Didentcpu.c1378 { "Microsoft Hv", VM_GUEST_HV }, /* Microsoft Hyper-V */
H A Dio_apic.c432 if (vm_guest == VM_GUEST_HV) { in ioapic_assign_cpu()