Home
last modified time | relevance | path

Searched refs:CPUID_ECX (Results 1 – 8 of 8) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Dscattered.c27 { X86_FEATURE_APERFMPERF, CPUID_ECX, 0, 0x00000006, 0 },
28 { X86_FEATURE_EPB, CPUID_ECX, 3, 0x00000006, 0 },
30 { X86_FEATURE_MSR_IMM, CPUID_ECX, 5, 0x00000007, 1 },
40 { X86_FEATURE_CDP_L3, CPUID_ECX, 2, 0x00000010, 1 },
41 { X86_FEATURE_CDP_L2, CPUID_ECX, 2, 0x00000010, 2 },
43 { X86_FEATURE_PER_THREAD_MBA, CPUID_ECX, 0, 0x00000010, 3 },
56 { X86_FEATURE_X2AVIC_EXT, CPUID_ECX, 6, 0x8000000a, 0 },
62 { X86_FEATURE_TSA_SQ_NO, CPUID_ECX, 1, 0x80000021, 0 },
63 { X86_FEATURE_TSA_L1_NO, CPUID_ECX, 2, 0x80000021, 0 },
87 &regs[CPUID_EBX], &regs[CPUID_ECX], in init_scattered_cpuid_features()
H A Dtopology_amd.c26 cpuid_leaf_reg(0x80000008, CPUID_ECX, &ecx); in parse_8000_0008()
/linux/arch/x86/kvm/
H A Dreverse_cpuid.h89 [CPUID_1_ECX] = { 1, 0, CPUID_ECX},
91 [CPUID_8000_0001_ECX] = {0x80000001, 0, CPUID_ECX},
97 [CPUID_7_ECX] = { 7, 0, CPUID_ECX},
108 [CPUID_8000_0021_ECX] = {0x80000021, 0, CPUID_ECX},
109 [CPUID_7_1_ECX] = { 7, 1, CPUID_ECX},
111 [CPUID_24_1_ECX] = { 0x24, 1, CPUID_ECX},
198 case CPUID_ECX: in __cpuid_entry_get_reg()
H A Dcpuid.c362 case CPUID_ECX: in cpuid_get_reg_unsafe()
/linux/arch/x86/include/asm/cpuid/
H A Dapi.h130 regs[CPUID_ECX] = subleaf; in __cpuid_read()
131 __cpuid(regs + CPUID_EAX, regs + CPUID_EBX, regs + CPUID_ECX, regs + CPUID_EDX); in __cpuid_read()
H A Dtypes.h22 CPUID_ECX, enumerator
/linux/arch/x86/events/intel/
H A Dpt.c67 PT_CAP(topa_output, 0, CPUID_ECX, BIT(0)),
68 PT_CAP(topa_multiple_entries, 0, CPUID_ECX, BIT(1)),
69 PT_CAP(single_range_output, 0, CPUID_ECX, BIT(2)),
70 PT_CAP(output_subsys, 0, CPUID_ECX, BIT(3)),
71 PT_CAP(payloads_lip, 0, CPUID_ECX, BIT(31)),
244 &pt_pmu.caps[CPUID_ECX + i*PT_CPUID_REGS_NUM], in pt_pmu_hw_init()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c8015 vmx->pt_desc.caps[CPUID_ECX + i*PT_CPUID_REGS_NUM] = best->ecx; in update_intel_pt_cfg()