| /linux/arch/x86/kernel/cpu/ |
| H A D | mshyperv.c | 361 eax = cpuid_eax(HYPERV_CPUID_FEATURES); in ms_hyperv_platform() 482 hv_max_functions = cpuid_eax(HYPERV_CPUID_VENDOR_AND_MAX_FUNCTIONS); in hv_get_hypervisor_version() 528 ms_hyperv.features = cpuid_eax(HYPERV_CPUID_FEATURES); in ms_hyperv_init_platform() 532 ms_hyperv.hints = cpuid_eax(HYPERV_CPUID_ENLIGHTMENT_INFO); in ms_hyperv_init_platform() 534 hv_max_functions_eax = cpuid_eax(HYPERV_CPUID_VENDOR_AND_MAX_FUNCTIONS); in ms_hyperv_init_platform() 541 ms_hyperv.max_vp_index = cpuid_eax(HYPERV_CPUID_IMPLEMENT_LIMITS); in ms_hyperv_init_platform() 567 eax = cpuid_eax(HYPERV_CPUID_VIRT_STACK_PROPERTIES); in ms_hyperv_init_platform() 581 ms_hyperv.isolation_config_a = cpuid_eax(HYPERV_CPUID_ISOLATION_CONFIG); in ms_hyperv_init_platform() 634 cpuid_eax(HYPERV_CPUID_NESTED_FEATURES); in ms_hyperv_init_platform()
|
| H A D | bhyve.c | 36 bhyve_cpuid_max = cpuid_eax(bhyve_cpuid_base); in bhyve_detect() 47 return cpuid_eax(cpuid_leaf); in bhyve_features()
|
| H A D | transmeta.c | 15 xlvl = cpuid_eax(0x80860000); in early_init_transmeta() 34 max = cpuid_eax(0x80860000); in init_transmeta()
|
| H A D | amd.c | 563 if (c->extended_cpuid_level >= 0x8000001f && (cpuid_eax(0x8000001f) & BIT(0))) in early_detect_mem_encrypt() 699 level = cpuid_eax(1); in init_amd_k8() 1215 tlb_lld_2m = (cpuid_eax(0x80000005) >> 16) & 0xff; in cpu_detect_tlb_amd()
|
| H A D | common.c | 357 c->cpuid_level = cpuid_eax(0); in squash_the_stupid_serial_number() 1033 c->x86_capability[CPUID_6_EAX] = cpuid_eax(0x00000006); in get_cpu_cap() 1060 eax = cpuid_eax(0x80000000); in get_cpu_cap() 1082 c->x86_capability[CPUID_8000_001F_EAX] = cpuid_eax(0x8000001f); in get_cpu_cap() 1085 c->x86_capability[CPUID_8000_0021_EAX] = cpuid_eax(0x80000021); in get_cpu_cap() 2531 curr_info->cpuid_level = cpuid_eax(0); in store_cpu_caps()
|
| /linux/tools/power/cpupower/utils/helpers/ |
| H A D | cpuid.c | 116 cpuid_level = cpuid_eax(0); in get_cpu_info() 117 ext_cpuid_level = cpuid_eax(0x80000000); in get_cpu_info() 169 (cpuid_eax(6) & (1 << 1))) in get_cpu_info()
|
| H A D | helpers.h | 160 unsigned int cpuid_eax(unsigned int op); 207 static inline unsigned int cpuid_eax(unsigned int op) { return 0; }; in cpuid_eax() function
|
| /linux/drivers/cpufreq/ |
| H A D | powernow-k7.c | 126 maxei = cpuid_eax(0x80000000); in check_powernow() 456 etuple = cpuid_eax(0x80000001); in powernow_decode_bios()
|
| H A D | powernow-k8.c | 467 eax = cpuid_eax(CPUID_PROCESSOR_SIGNATURE); in check_supported_cpu() 476 eax = cpuid_eax(CPUID_GET_MAX_CAPABILITIES); in check_supported_cpu() 672 thiscpuid = cpuid_eax(CPUID_PROCESSOR_SIGNATURE); in find_psb_table()
|
| /linux/drivers/ras/amd/ |
| H A D | fmpm.c | 586 cpuid = cpuid_eax(1); in fmp_is_usable() 729 fmp->fru_arch = cpuid_eax(1); in set_fmp_fields()
|
| /linux/drivers/platform/x86/amd/hfi/ |
| H A D | hfi.c | 212 nr_class_id = cpuid_eax(AMD_HETERO_CPUID_27); in amd_hfi_alloc_class_data()
|
| /linux/arch/x86/kvm/mmu/ |
| H A D | spte.c | 57 return cpuid_eax(0x80000008) & 0xff; in kvm_get_host_maxphyaddr()
|
| /linux/arch/x86/xen/ |
| H A D | enlighten_pv.c | 185 eax = cpuid_eax(0x80000000); in xen_set_mtrr_data() 187 eax = cpuid_eax(0x80000008); in xen_set_mtrr_data()
|
| /linux/arch/x86/pci/ |
| H A D | xen.c | 523 uint32_t eax = cpuid_eax(xen_cpuid_base() + 4); in xen_hvm_msi_init()
|
| /linux/drivers/virt/acrn/ |
| H A D | hsm.c | 510 if (!(cpuid_eax(ACRN_CPUID_FEATURES) & ACRN_FEATURE_PRIVILEGED_VM)) in hsm_init()
|
| /linux/arch/x86/kvm/ |
| H A D | cpuid.c | 689 if (cpuid_eax(base) < cpuid.function) in raw_cpuid_get() 1352 WRITE_ONCE(max_cpuid_80000000, cpuid_eax(0x80000000)); in do_host_cpuid()
|
| /linux/arch/x86/kernel/cpu/microcode/ |
| H A D | amd.c | 956 csig->sig = cpuid_eax(0x00000001); in collect_cpu_info_amd()
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | msr.rst | 177 flags = cpuid_eax(0x40000001);
|
| /linux/drivers/xen/events/ |
| H A D | events_base.c | 2208 if ((cpuid_eax(xen_cpuid_base() + 4) & XEN_HVM_CPUID_UPCALL_VECTOR) && in xen_init_setup_upcall_vector()
|
| /linux/tools/power/cpupower/po/ |
| H A D | ka.po | 271 #. if (cpuid_eax(0x80000000) >= 0x80000007
|
| H A D | cs.po | 251 #. if (cpuid_eax(0x80000000) >= 0x80000007
|
| H A D | pt.po | 245 #. if (cpuid_eax(0x80000000) >= 0x80000007
|
| H A D | fr.po | 246 #. if (cpuid_eax(0x80000000) >= 0x80000007
|
| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | core.c | 123 m->cpuid = cpuid_eax(1); in mce_prep_record_common()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 750 u32 eax = cpuid_eax(0x00000001), i; in cpu_has_broken_vmx_preemption_timer() 2651 return cpuid_eax(0) >= 0x12 && (cpuid_eax(0x12) & BIT(0)); in cpu_has_sgx()
|