Home
last modified time | relevance | path

Searched refs:VM_GUEST_NO (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_param.c103 int vm_guest = VM_GUEST_NO; /* Running as virtual machine guest? */
152 [VM_GUEST_NO] = "none",
184 hz = vm_guest > VM_GUEST_NO ? HZ_VM : HZ; in init_param1()
H A Dkern_resource.c1154 } else if (vm_guest == VM_GUEST_NO) { /* tu < ruxp->rux_tu */ in calcru1()
/freebsd/sys/x86/x86/
H A Dtsc.c127 if (vm_guest == VM_GUEST_NO) in tsc_freq_cpuid_vm()
329 (vm_guest == VM_GUEST_NO && in probe_tsc_freq_early()
339 (vm_guest == VM_GUEST_NO && in probe_tsc_freq_early()
351 if (vm_guest == VM_GUEST_NO && in probe_tsc_freq_early()
H A Didentcpu.c1560 if (vm_guest == VM_GUEST_NO && cpu_vendor_id == CPU_VENDOR_AMD && in fix_cpuid()
H A Dcpu_machdep.c1745 vm_guest == VM_GUEST_NO); in zenbleed_chicken_bit_applicable()
H A Dlocal_apic.c1095 if (vm_guest == VM_GUEST_NO) in lapic_calibrate_initcount_cpuid_vm()
/freebsd/sys/dev/smbios/
H A Dsmbios_subr.c77 if (vm_guest != VM_GUEST_NO && vm_guest != VM_GUEST_VM) in identify_hypervisor_smbios()
/freebsd/sys/amd64/amd64/
H A Dinitcpu.c386 if (vm_guest != VM_GUEST_NO && hw_clflush_disable == -1) { in initializecpucache()
H A Dmachdep.c973 physmem_start = (vm_guest > VM_GUEST_NO ? 1 : 16) << PAGE_SHIFT; in getmemsize()
H A Dpmap.c2526 if (vm_guest == VM_GUEST_NO && cpu_vendor_id == CPU_VENDOR_INTEL && in pmap_init()
2591 if (vm_guest != VM_GUEST_NO && (cpu_feature & CPUID_SS) == 0 && in pmap_init()
/freebsd/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_subr.c300 if (vm_guest != VM_GUEST_NO) in dtrace_gethrtime_init()
/freebsd/sys/cddl/dev/dtrace/i386/
H A Ddtrace_subr.c297 if (vm_guest != VM_GUEST_NO) in dtrace_gethrtime_init()
/freebsd/sys/i386/i386/
H A Dinitcpu.c792 if (vm_guest != VM_GUEST_NO && hw_clflush_disable == -1) { in initializecpucache()
H A Dpmap.c1006 if (vm_guest != VM_GUEST_NO && (cpu_feature & CPUID_SS) == 0 && in __CONCAT()
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c1277 ignore = (vm_guest == VM_GUEST_NO); in vga_acpi_disabled()
1323 textmode = vm_guest != VM_GUEST_NO; in vga_init()
/freebsd/sys/x86/acpica/
H A Dmadt.c169 if (vm_guest == VM_GUEST_NO && in madt_x2apic_disable_reason()
/freebsd/sys/sys/
H A Dsystm.h80 enum VM_GUEST { VM_GUEST_NO = 0, VM_GUEST_VM, VM_GUEST_XEN, VM_GUEST_HV, enumerator
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_core.c151 if (core_version >= 2 && vm_guest == VM_GUEST_NO) { in core_pcpu_init()
/freebsd/sys/dev/acpica/
H A Dacpi_hpet.c643 if (vm_guest != VM_GUEST_NO) in hpet_attach()
/freebsd/sys/dev/pci/
H A Dpci.c2596 if (vm_guest != VM_GUEST_NO) { in pci_msi_blacklisted()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c2767 const int reset_method = vm_guest == VM_GUEST_NO ? t4_reset_method : 0; in reset_adapter()