| /OK3568_Linux_fs/kernel/tools/power/cpupower/utils/helpers/ |
| H A D | helpers.h | 137 unsigned int cpuid_ebx(unsigned int op); 169 static inline unsigned int cpuid_ebx(unsigned int op) { return 0; }; in cpuid_ebx() function
|
| H A D | cpuid.c | 136 cpuid_ebx(0x80000008) & (1 << 4)) in get_cpu_info()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | mshyperv.c | 253 ms_hyperv.max_lp_index = cpuid_ebx(HYPERV_CPUID_IMPLEMENT_LIMITS); in ms_hyperv_init_platform() 264 hv_host_info_ebx = cpuid_ebx(HYPERV_CPUID_VERSION); in ms_hyperv_init_platform()
|
| H A D | hygon.c | 57 smp_num_siblings = ((cpuid_ebx(0x8000001e) >> 8) & 0xff) + 1; in hygon_get_topology_early()
|
| H A D | amd.c | 632 c->x86_phys_bits -= (cpuid_ebx(0x8000001f) >> 6) & 0x3f; in early_detect_mem_encrypt() 748 smp_num_siblings = ((cpuid_ebx(0x8000001e) >> 8) & 0xff) + 1; in early_init_amd()
|
| H A D | common.c | 1558 c->initial_apicid = (cpuid_ebx(1) >> 24) & 0xFF; in generic_identify()
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | speedstep-lib.c | 271 ebx = cpuid_ebx(0x00000001); in speedstep_detect_processor() 328 ebx = cpuid_ebx(0x00000001); in speedstep_detect_processor()
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | enlighten_pvh.c | 35 msr = cpuid_ebx(xen_cpuid_base() + 2); in xen_pvh_init()
|
| H A D | enlighten_hvm.c | 109 msr = cpuid_ebx(base + 2); in init_hvm_pv_info()
|
| /OK3568_Linux_fs/kernel/drivers/char/agp/ |
| H A D | efficeon-agp.c | 197 const int clflush_chunk = ((cpuid_ebx(1) >> 8) & 0xff) << 3; in efficeon_create_gatt_table() 240 const int clflush_chunk = ((cpuid_ebx(1) >> 8) & 0xff) << 3; in efficeon_insert_memory()
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | cpu.h | 124 static inline unsigned int cpuid_ebx(unsigned int op) in cpuid_ebx() function
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | k8temp.c | 54 brandidx = cpuid_ebx(0x80000001); in is_rev_g_desktop()
|
| H A D | amd_energy.c | 215 num_siblings = ((cpuid_ebx(0x8000001e) >> 8) & 0xff) + 1; in amd_create_sensor()
|
| H A D | k10temp.c | 325 pkg_type = cpuid_ebx(0x80000001) & CPUID_PKGTYPE_MASK; in has_erratum_319()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ioat/ |
| H A D | dca.c | 17 #define cpu_physical_id(cpu) (cpuid_ebx(1) >> 24)
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | processor.h | 638 static inline unsigned int cpuid_ebx(unsigned int op) in cpuid_ebx() function
|
| /OK3568_Linux_fs/kernel/drivers/visorbus/ |
| H A D | visorchipset.c | 1163 unsigned int cpuid_eax, cpuid_ebx, cpuid_ecx, cpuid_edx; in unisys_vmcall() local 1169 cpuid(0x00000001, &cpuid_eax, &cpuid_ebx, &cpuid_ecx, &cpuid_edx); in unisys_vmcall()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/resctrl/ |
| H A D | core.c | 980 c->x86_cache_max_rmid = cpuid_ebx(0xf); in resctrl_cpu_detect()
|
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | grant-table.c | 1454 width = cpuid_ebx(base + 5) & in gnttab_need_v2()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/svm/ |
| H A D | svm.c | 477 sd->max_asid = cpuid_ebx(SVM_CPUID_FUNC) - 1; in svm_hardware_enable() 855 enc_bit = cpuid_ebx(0x8000001f) & 0x3f; in svm_adjust_mmio_mask()
|