Home
last modified time | relevance | path

Searched refs:VM_GUEST_VMWARE (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_param.c157 [VM_GUEST_VMWARE] = "vmware",
/f-stack/freebsd/x86/x86/
H A Didentcpu.c1366 { "VMware Virtual Platform", VM_GUEST_VMWARE },
1379 { "VMwareVMware", VM_GUEST_VMWARE }, /* VMware VM */
1476 vm_guest = VM_GUEST_VMWARE; in identify_hypervisor()
H A Dtsc.c248 if (vm_guest == VM_GUEST_VMWARE) { in probe_tsc_freq()
/f-stack/freebsd/x86/acpica/
H A Dmadt.c161 if (vm_guest == VM_GUEST_VMWARE) { in madt_setup_local()
/f-stack/freebsd/sys/
H A Dsystm.h86 VM_GUEST_VMWARE, VM_GUEST_KVM, VM_GUEST_BHYVE, VM_GUEST_VBOX, enumerator