Home
last modified time | relevance | path

Searched refs:x86_vendor (Results 1 – 25 of 48) sorted by relevance

12

/xen-4.10.0-shim-comet/xen/arch/x86/acpi/
A Dsuspend.c36 if ( boot_cpu_data.x86_vendor == X86_VENDOR_INTEL || in save_rest_processor_state()
37 boot_cpu_data.x86_vendor == X86_VENDOR_CENTAUR ) in save_rest_processor_state()
63 if ( boot_cpu_data.x86_vendor == X86_VENDOR_INTEL || in restore_rest_processor_state()
64 boot_cpu_data.x86_vendor == X86_VENDOR_CENTAUR ) in restore_rest_processor_state()
A Dcpu_idle.c137 if ( c->x86_vendor != X86_VENDOR_INTEL || c->x86 != 6 ) in do_get_hw_residencies()
510 (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) && in errata_c6_eoi_workaround()
775 else if ( current_cpu_data.x86_vendor == X86_VENDOR_AMD && in acpi_dead_idle()
889 else if ( (c->x86_vendor == X86_VENDOR_INTEL) || in acpi_processor_power_init_bm_check()
890 ((c->x86_vendor == X86_VENDOR_AMD) && (c->x86 == 0x15)) ) in acpi_processor_power_init_bm_check()
906 if ( c->x86_vendor == X86_VENDOR_INTEL && in acpi_processor_power_init_bm_check()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Diommu.h54 switch ( boot_cpu_data.x86_vendor ) in iommu_get_ops()
69 switch ( boot_cpu_data.x86_vendor ) in iommu_hardware_setup()
A Dcpufeature.h68 #define cpu_has_ffxsr ((boot_cpu_data.x86_vendor == X86_VENDOR_AMD) \
A Dcpuid.h218 uint8_t x86_vendor; member
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Demul-priv-op.c202 boot_cpu_data.x86_vendor == X86_VENDOR_AMD && in pci_cfg_ok()
912 if ( boot_cpu_data.x86_vendor != X86_VENDOR_AMD ) in read_msr()
921 if ( boot_cpu_data.x86_vendor == X86_VENDOR_INTEL ) in read_msr()
957 if ( boot_cpu_data.x86_vendor == X86_VENDOR_INTEL ) in read_msr()
1048 if ( boot_cpu_data.x86_vendor != X86_VENDOR_AMD ) in write_msr()
1056 if ( boot_cpu_data.x86_vendor != X86_VENDOR_AMD || in write_msr()
1069 if ( boot_cpu_data.x86_vendor != X86_VENDOR_AMD || in write_msr()
1090 if ( boot_cpu_data.x86_vendor != X86_VENDOR_INTEL ) in write_msr()
1110 (boot_cpu_data.x86_vendor != X86_VENDOR_AMD) ) in write_msr()
1118 if ( boot_cpu_data.x86_vendor != X86_VENDOR_INTEL ) in write_msr()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dcpuid.c178 switch ( p->x86_vendor ) in recalculate_misc()
302 p->x86_vendor = boot_cpu_data.x86_vendor; in calculate_raw_policy()
391 if ( (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) && in calculate_hvm_max_policy()
459 p->x86_vendor = get_cpu_vendor(p->basic.vendor_ebx, p->basic.vendor_ecx, in recalculate_cpuid_policy()
465 (p->x86_vendor == X86_VENDOR_AMD in recalculate_cpuid_policy()
507 if ( boot_cpu_data.x86_vendor != X86_VENDOR_AMD ) in recalculate_cpuid_policy()
854 if ( boot_cpu_data.x86_vendor != X86_VENDOR_INTEL || in guest_cpuid()
909 if ( p->x86_vendor == X86_VENDOR_INTEL && in guest_cpuid()
A Dmsr.c42 if ( boot_cpu_data.x86_vendor == X86_VENDOR_INTEL || in calculate_hvm_max_policy()
43 boot_cpu_data.x86_vendor == X86_VENDOR_AMD ) in calculate_hvm_max_policy()
A Di387.c52 boot_cpu_data.x86_vendor == X86_VENDOR_AMD ) in fpu_fxrstor()
175 boot_cpu_data.x86_vendor == X86_VENDOR_AMD ) in fpu_fxsave()
A Ddomctl.c55 int old_vendor = p->x86_vendor; in update_domain_cpuid_info()
131 if ( is_hvm_domain(d) && (p->x86_vendor != old_vendor) ) in update_domain_cpuid_info()
157 switch ( boot_cpu_data.x86_vendor ) in update_domain_cpuid_info()
204 if ( boot_cpu_data.x86_vendor == X86_VENDOR_AMD ) in update_domain_cpuid_info()
221 if ( boot_cpu_data.x86_vendor == X86_VENDOR_AMD ) in update_domain_cpuid_info()
229 if ( boot_cpu_data.x86_vendor != X86_VENDOR_INTEL ) in update_domain_cpuid_info()
251 if ( boot_cpu_data.x86_vendor == X86_VENDOR_INTEL ) in update_domain_cpuid_info()
274 if ( p->x86_vendor != X86_VENDOR_AMD ) in update_domain_cpuid_info()
277 switch ( boot_cpu_data.x86_vendor ) in update_domain_cpuid_info()
A Dmicrocode.c114 if ( boot_cpu_data.x86_vendor == X86_VENDOR_AMD ) in microcode_scan_module()
116 else if ( boot_cpu_data.x86_vendor == X86_VENDOR_INTEL ) in microcode_scan_module()
A Dmicrocode_intel.c101 if ( (c->x86_vendor != X86_VENDOR_INTEL) || (c->x86 < 6) ) in collect_cpu_info()
409 if ( boot_cpu_data.x86_vendor == X86_VENDOR_INTEL ) in microcode_init_intel()
A Dnmi.c221 switch (boot_cpu_data.x86_vendor) { in disable_lapic_nmi_watchdog()
385 switch (boot_cpu_data.x86_vendor) { in setup_apic_nmi_watchdog()
A Dalternative.c93 if ( (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) && in arch_init_ideal_nops()
A Dmicrocode_amd.c87 if ( (c->x86_vendor != X86_VENDOR_AMD) || (c->x86 < 0x10) ) in collect_cpu_info()
636 if ( boot_cpu_data.x86_vendor == X86_VENDOR_AMD ) in microcode_init_amd()
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/cpufreq/
A Dcpufreq.c65 if (cpu->x86_vendor != X86_VENDOR_INTEL || in check_est_cpu()
605 if (c->x86_vendor == X86_VENDOR_INTEL && c->cpuid_level >= 6) in acpi_cpufreq_cpu_init()
651 (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)) in cpufreq_driver_init()
654 (boot_cpu_data.x86_vendor == X86_VENDOR_AMD)) in cpufreq_driver_init()
666 if ( (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL ) || in cpufreq_cpu_init()
667 (boot_cpu_data.x86_vendor == X86_VENDOR_AMD ) ) in cpufreq_cpu_init()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/
A Dvmce.c59 if ( boot_cpu_data.x86_vendor == X86_VENDOR_INTEL ) in vmce_init_vcpu()
77 if ( boot_cpu_data.x86_vendor == X86_VENDOR_INTEL ) in vmce_restore_vcpu()
150 switch ( boot_cpu_data.x86_vendor ) in bank_mce_rdmsr()
280 switch ( boot_cpu_data.x86_vendor ) in bank_mce_wrmsr()
A Dnon-fatal.c102 switch (c->x86_vendor) { in init_nonfatal_mce_checker()
A Damd_nonfatal.c206 if (c->x86_vendor != X86_VENDOR_AMD) in amd_nonfatal_mcheck_init()
A Dmce.c360 if ( boot_cpu_data.x86_vendor == X86_VENDOR_INTEL ) in mcheck_mca_logout()
589 c->x86_vendor == X86_VENDOR_INTEL && c->x86_model < 0x1a; in mce_firstbank()
769 switch ( c->x86_vendor ) in mcheck_init()
864 m.cpuvendor = boot_cpu_data.x86_vendor; in x86_mcinfo_apei_save()
966 xcp->mc_vendor = c->x86_vendor; in do_mc_get_cpu_info()
1123 if ( c->x86_vendor == X86_VENDOR_AMD ) in x86_mc_msrinject_verify()
1158 if ( c->x86_vendor != X86_VENDOR_AMD ) in x86_mc_msrinject_verify()
1166 if ( c->x86_vendor == X86_VENDOR_AMD ) in x86_mc_msrinject_verify()
A Dmcaction.c108 (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL && in mc_memerr_dhandler()
A Dmce.h164 switch (boot_cpu_data.x86_vendor) { in mce_vendor_bank_msr()
A Dmce_amd.c165 BUG_ON(c->x86_vendor != X86_VENDOR_AMD); in mcequirk_lookup_amd_quirkdata()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dcommon.c316 c->x86_vendor = get_cpu_vendor(ebx, ecx, edx, gcv_host); in early_cpu_detect()
361 c->x86_vendor = get_cpu_vendor(ebx, ecx, edx, gcv_host); in generic_identify()
424 c->x86_vendor = X86_VENDOR_UNKNOWN; in identify_cpu()
479 "%02x/%02x", c->x86_vendor, c->x86_model); in identify_cpu()
671 if (c->x86_vendor < X86_VENDOR_NUM) in print_cpu_info()
850 if (c->x86_vendor != m->vendor) in x86_match_cpu()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dtraps.c325 if ( boot_cpu_data.x86_vendor == X86_VENDOR_INTEL || in subarch_percpu_traps_init()
326 boot_cpu_data.x86_vendor == X86_VENDOR_CENTAUR ) in subarch_percpu_traps_init()

Completed in 38 milliseconds

12