/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | mshyperv.c | 299 eax = cpuid_eax(HYPERV_CPUID_FEATURES); in ms_hyperv_platform() 421 ms_hyperv.features = cpuid_eax(HYPERV_CPUID_FEATURES); in ms_hyperv_init_platform() 424 ms_hyperv.hints = cpuid_eax(HYPERV_CPUID_ENLIGHTMENT_INFO); in ms_hyperv_init_platform() 426 hv_max_functions_eax = cpuid_eax(HYPERV_CPUID_VENDOR_AND_MAX_FUNCTIONS); in ms_hyperv_init_platform() 432 ms_hyperv.max_vp_index = cpuid_eax(HYPERV_CPUID_IMPLEMENT_LIMITS); in ms_hyperv_init_platform() 467 hv_host_info_eax = cpuid_eax(HYPERV_CPUID_VERSION); in ms_hyperv_init_platform() 486 ms_hyperv.isolation_config_a = cpuid_eax(HYPERV_CPUID_ISOLATION_CONFIG); in ms_hyperv_init_platform() 524 cpuid_eax(HYPERV_CPUID_NESTED_FEATURES); in ms_hyperv_init_platform() 660 eax = cpuid_eax(HYPERV_CPUID_VIRT_STACK_INTERFACE); 664 eax = cpuid_eax(HYPERV_CPUID_VIRT_STACK_PROPERTIE [all...] |
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 | centaur.c | 27 if (cpuid_eax(0xC0000000) >= 0xC0000001) { in init_c3() 137 unsigned int eax = cpuid_eax(10); in init_centaur() 202 if (cpuid_eax(0x80000000) >= 0x80000005) { in init_centaur()
|
H A D | zhaoxin.c | 25 if (cpuid_eax(0xC0000000) >= 0xC0000001) { in init_zhaoxin_cap() 94 unsigned int eax = cpuid_eax(10); in init_zhaoxin()
|
H A D | scattered.c | 66 max_level = cpuid_eax(cb->level & 0xffff0000); in init_scattered_cpuid_features()
|
H A D | intel.c | 276 c->cpuid_level = cpuid_eax(0); in early_init_intel() 640 unsigned eax = cpuid_eax(10); in init_intel() 927 n = cpuid_eax(2) & 0xFF; in intel_detect_tlb() 1397 return cpuid_eax(0x0000001a) >> X86_HYBRID_CPU_TYPE_ID_SHIFT; in get_this_hybrid_cpu_type()
|
H A D | common.c | 342 c->cpuid_level = cpuid_eax(0); in squash_the_stupid_serial_number() 1046 c->x86_capability[CPUID_6_EAX] = cpuid_eax(0x00000006); in get_cpu_cap() 1070 eax = cpuid_eax(0x80000000); in get_cpu_cap() 1098 c->x86_capability[CPUID_8000_001F_EAX] = cpuid_eax(0x8000001f); in get_cpu_cap() 1101 c->x86_capability[CPUID_8000_0021_EAX] = cpuid_eax(0x80000021); in get_cpu_cap() 2352 curr_info->cpuid_level = cpuid_eax(0); in store_cpu_caps()
|
H A D | hygon.c | 371 tlb_lld_2m[ENTRIES] = (cpuid_eax(0x80000005) >> 16) & 0xff; in cpu_detect_tlb_hygon()
|
H A D | amd.c | 819 level = cpuid_eax(1); in init_amd_k8() 1262 tlb_lld_2m[ENTRIES] = (cpuid_eax(0x80000005) >> 16) & 0xff; in cpu_detect_tlb_amd()
|
/openbmc/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 | 157 unsigned int cpuid_eax(unsigned int op); 204 static inline unsigned int cpuid_eax(unsigned int op) { return 0; }; in cpuid_eax() function
|
/openbmc/u-boot/drivers/timer/ |
H A D | tsc_timer.c | 43 if (cpuid_eax(0) < 0x15) in native_calibrate_tsc() 80 if (cpuid_eax(0) < 0x16) in cpu_mhz_from_cpuid() 83 return cpuid_eax(0x16); in cpu_mhz_from_cpuid()
|
/openbmc/linux/arch/x86/xen/ |
H A D | enlighten_hvm.c | 100 eax = cpuid_eax(base + 1); in init_hvm_pv_info() 260 return cpuid_eax(xen_cpuid_base() + 4) & XEN_HVM_CPUID_EXT_DEST_ID; in msi_ext_dest_id()
|
H A D | enlighten_pv.c | 149 eax = cpuid_eax(0x80000000); in xen_set_mtrr_data() 151 eax = cpuid_eax(0x80000008); in xen_set_mtrr_data()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | acrn.h | 35 return cpuid_eax(ACRN_CPUID_TIMING_INFO); in acrn_get_tsc_khz()
|
H A D | cpuid.h | 94 static inline unsigned int cpuid_eax(unsigned int op) in cpuid_eax() function
|
/openbmc/u-boot/arch/x86/cpu/i386/ |
H A D | cpu.c | 276 cpu->device = cpuid_eax(0x00000001); in identify_cpu() 451 return cpuid_eax(0x80000000) > 0x80000000UL; in can_detect_long_mode()
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | cpu.h | 110 static inline unsigned int cpuid_eax(unsigned int op) in cpuid_eax() function
|
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | cpu.c | 39 if (cpuid_eax(1) < IVB_CONFIG_TDP_MIN_CPUID) in set_flex_ratio_to_tdp_nominal()
|
/openbmc/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()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | mmu.h | 93 return cpuid_eax(0x80000008) & 0xff; in kvm_get_shadow_phys_bits()
|
/openbmc/linux/drivers/dma/ioat/ |
H A D | dca.c | 64 cpuid_level_9 = cpuid_eax(9); in dca_enabled_in_bios()
|
/openbmc/linux/arch/x86/pci/ |
H A D | xen.c | 527 uint32_t eax = cpuid_eax(xen_cpuid_base() + 4); in xen_hvm_msi_init()
|
/openbmc/linux/arch/x86/kernel/cpu/microcode/ |
H A D | intel.c | 73 sig->sig = cpuid_eax(1); in intel_collect_cpu_info()
|