Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
A Dscattered.c27 { X86_FEATURE_APERFMPERF, CPUID_ECX, 0, 0x00000006, 0 },
28 { X86_FEATURE_EPB, CPUID_ECX, 3, 0x00000006, 0 },
35 { X86_FEATURE_CDP_L3, CPUID_ECX, 2, 0x00000010, 1 },
36 { X86_FEATURE_CDP_L2, CPUID_ECX, 2, 0x00000010, 2 },
38 { X86_FEATURE_PER_THREAD_MBA, CPUID_ECX, 0, 0x00000010, 3 },
63 &regs[CPUID_EBX], &regs[CPUID_ECX], in init_scattered_cpuid_features()
/linux/arch/x86/kvm/
A Dreverse_cpuid.h37 [CPUID_1_ECX] = { 1, 0, CPUID_ECX},
39 [CPUID_8000_0001_ECX] = {0x80000001, 0, CPUID_ECX},
45 [CPUID_7_ECX] = { 7, 0, CPUID_ECX},
122 case CPUID_ECX: in __cpuid_entry_get_reg()
/linux/arch/x86/events/intel/
A Dpt.c60 PT_CAP(topa_output, 0, CPUID_ECX, BIT(0)),
61 PT_CAP(topa_multiple_entries, 0, CPUID_ECX, BIT(1)),
62 PT_CAP(single_range_output, 0, CPUID_ECX, BIT(2)),
63 PT_CAP(output_subsys, 0, CPUID_ECX, BIT(3)),
64 PT_CAP(payloads_lip, 0, CPUID_ECX, BIT(31)),
233 &pt_pmu.caps[CPUID_ECX + i*PT_CPUID_REGS_NUM], in pt_pmu_hw_init()
/linux/arch/x86/include/asm/
A Dprocessor.h154 CPUID_ECX, enumerator
/linux/arch/x86/kvm/vmx/
A Dvmx.c7110 vmx->pt_desc.caps[CPUID_ECX + i*PT_CPUID_REGS_NUM] = best->ecx; in update_intel_pt_cfg()

Completed in 22 milliseconds