Home
last modified time | relevance | path

Searched refs:hv_high (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/x86/include/
H A Dkvm.h66 KVM_CPUID_FEATURES_LEAF <= hv_high); in kvm_cpuid_features_leaf_supported()
H A Dx86_var.h74 extern u_int hv_high;
/freebsd/sys/x86/x86/
H A Dtsc.c129 if (hv_high < 0x40000010) in tsc_freq_cpuid_vm()
157 KASSERT(hv_high >= 0x40000003, ("Invalid max hypervisor leaf on Xen")); in tsc_freq_xen()
H A Didentcpu.c175 u_int hv_high; variable
1428 hv_high = regs[0]; in identify_hypervisor_cpuid_base()
H A Dlocal_apic.c918 if (hv_high < 0x40000010) in lapic_calibrate_initcount_cpuid_vm()
/freebsd/sys/x86/xen/
H A Dhvm.c283 if (hv_high < hv_base + 2) { in xen_early_init()