Searched refs:cpuid_count (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | topology.c | 40 cpuid_count(0xb, SMT_LEVEL, &eax, &ebx, &ecx, &edx); in detect_extended_topology() 63 cpuid_count(0xb, sub_index, &eax, &ebx, &ecx, &edx); in detect_extended_topology()
|
D | scattered.c | 71 cpuid_count(cb->level, cb->sub_leaf, ®s[CR_EAX], in init_scattered_cpuid_features()
|
D | common.c | 634 cpuid_count(0x00000007, 0, &eax, &ebx, &ecx, &edx); in get_cpu_cap() 643 cpuid_count(0x0000000d, 1, &eax, &ebx, &ecx, &edx); in get_cpu_cap() 653 cpuid_count(0x0000000F, 0, &eax, &ebx, &ecx, &edx); in get_cpu_cap() 660 cpuid_count(0x0000000F, 1, &eax, &ebx, &ecx, &edx); in get_cpu_cap()
|
D | intel_cacheinfo.c | 595 cpuid_count(0x8000001d, index, &eax.full, in cpuid4_cache_lookup_regs() 601 cpuid_count(4, index, &eax.full, &ebx.full, &ecx.full, &edx); in cpuid4_cache_lookup_regs() 631 cpuid_count(op, i, &eax, &ebx, &ecx, &edx); in find_num_cache_leaves()
|
D | perf_event_amd_uncore.c | 376 cpuid_count(0x8000001d, 2, &eax, &ebx, &ecx, &edx); in amd_uncore_cpu_starting()
|
D | intel.c | 329 cpuid_count(4, 0, &eax, &ebx, &ecx, &edx); in intel_num_cpu_cores()
|
D | perf_event_intel_pt.c | 131 cpuid_count(20, i, in pt_pmu_hw_init()
|
/linux-4.1.27/arch/x86/kernel/ |
D | xsave.c | 475 cpuid_count(XSTATE_CPUID, leaf, &eax, &ebx, &ecx, &edx); in setup_xstate_features() 591 cpuid_count(XSTATE_CPUID, 0, &eax, &ebx, &ecx, &edx); in init_xstate_size() 599 cpuid_count(XSTATE_CPUID, i, &eax, &ebx, &ecx, &edx); in init_xstate_size() 617 cpuid_count(XSTATE_CPUID, 0, &eax, &ebx, &ecx, &edx); in xstate_enable_boot_cpu()
|
D | cpuid.c | 57 cpuid_count(cmd->eax, cmd->ecx, in cpuid_smp_cpuid()
|
/linux-4.1.27/arch/x86/kvm/ |
D | cpuid.c | 37 cpuid_count(0xD, feature_bit, &eax, &ebx, &ecx, &edx); in xstate_required_size() 254 cpuid_count(entry->function, entry->index, in do_cpuid_1_ent()
|
D | x86.c | 3221 cpuid_count(XSTATE_CPUID, index, in fill_xsave() 3259 cpuid_count(XSTATE_CPUID, index, in load_xsave()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | processor.h | 638 static inline void cpuid_count(unsigned int op, int count, in cpuid_count() function
|