Searched refs:hv_base (Results 1 – 6 of 6) 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 | 66 KVM_CPUID_FEATURES_LEAF > hv_base && in kvm_cpuid_features_leaf_supported()
|
| H A D | x86_var.h | 74 extern u_int hv_base;
|
| /freebsd/sys/x86/x86/ |
| H A D | identcpu.c | 178 u_int hv_base; variable 1444 hv_base = leaf; in identify_hypervisor_cpuid_base()
|
| H A D | local_apic.c | 2107 cpuid_count(hv_base + 4, 0, regs); in detect_extended_dest_id()
|