Searched refs:VM_GUEST_NO (Results 1 - 17 of 17) sorted by path

/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_timer.c427 if ((max - min > 8 || delta > 3) && vm_guest == VM_GUEST_NO)
/freebsd-11-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c1278 textmode = vm_guest != VM_GUEST_NO;
/freebsd-11-stable/sys/kern/
H A Dsubr_param.c102 int vm_guest = VM_GUEST_NO; /* Running as virtual machine guest? */
170 hz = vm_guest > VM_GUEST_NO ? HZ_VM : HZ;
/freebsd-11-stable/sys/amd64/amd64/
H A Dinitcpu.c297 if (vm_guest != VM_GUEST_NO && hw_clflush_disable == -1) {
H A Dmachdep.c1330 physmem_start = (vm_guest > VM_GUEST_NO ? 1 : 16) << PAGE_SHIFT;
H A Dpmap.c1291 if (vm_guest == VM_GUEST_NO && cpu_vendor_id == CPU_VENDOR_INTEL &&
1350 if (vm_guest != VM_GUEST_NO && (cpu_feature & CPUID_SS) == 0 &&
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_misc.c393 zfs_deadman_enabled = (vm_guest == VM_GUEST_NO) ? 1 : 0;
/freebsd-11-stable/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_subr.c321 if (vm_guest != VM_GUEST_NO)
/freebsd-11-stable/sys/cddl/dev/dtrace/i386/
H A Ddtrace_subr.c323 if (vm_guest != VM_GUEST_NO)
/freebsd-11-stable/sys/dev/pci/
H A Dpci.c2446 if (vm_guest != VM_GUEST_NO) {
/freebsd-11-stable/sys/i386/i386/
H A Dinitcpu.c795 if (vm_guest != VM_GUEST_NO && hw_clflush_disable == -1) {
H A Dmachdep.c2257 memtest = (vm_guest > VM_GUEST_NO) ? 0 : 1;
H A Dpmap.c837 if (vm_guest != VM_GUEST_NO && (cpu_feature & CPUID_SS) == 0 &&
/freebsd-11-stable/sys/sys/
H A Dsystm.h78 enum VM_GUEST { VM_GUEST_NO = 0, VM_GUEST_VM, VM_GUEST_XEN, VM_GUEST_HV, enumerator in enum:VM_GUEST
/freebsd-11-stable/sys/x86/acpica/
H A Dmadt.c166 } else if (vm_guest == VM_GUEST_NO &&
/freebsd-11-stable/sys/x86/x86/
H A Didentcpu.c1437 if (vm_guest == VM_GUEST_NO && cpu_vendor_id == CPU_VENDOR_AMD &&
H A Dtsc.c254 (vm_guest == VM_GUEST_NO &&
264 (vm_guest == VM_GUEST_NO &&
276 if (vm_guest == VM_GUEST_NO &&

Completed in 257 milliseconds