Searched refs:hv_base (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/x86/xen/ |
H A D | hvm.c | 135 do_cpuid(hv_base + 1, regs); in hypervisor_version() 283 if (hv_high < hv_base + 2) { in xen_early_init() 290 do_cpuid(hv_base + 2, regs); in xen_early_init() 507 KASSERT(hv_base != 0, ("Invalid base Xen CPUID leaf")); in xen_hvm_cpu_init() 508 cpuid_count(hv_base + 4, 0, regs); in xen_hvm_cpu_init() 538 KASSERT(hv_base != 0, ("Invalid base Xen CPUID leaf")); in xen_has_iommu_maps() 539 cpuid_count(hv_base + 4, 0, regs); in xen_has_iommu_maps()
|
H A D | xen_apic.c | 346 KASSERT(hv_base != 0, ("Invalid base Xen CPUID leaf")); in xen_setup_cpus() 347 cpuid_count(hv_base + 4, 0, regs); in xen_setup_cpus()
|
/freebsd/sys/x86/include/ |
H A D | kvm.h | 65 KVM_CPUID_FEATURES_LEAF > hv_base && in kvm_cpuid_features_leaf_supported()
|
H A D | x86_var.h | 73 extern u_int hv_base;
|
/freebsd/sys/x86/x86/ |
H A D | identcpu.c | 174 u_int hv_base; variable 1427 hv_base = leaf; in identify_hypervisor_cpuid_base()
|