Home
last modified time | relevance | path

Searched refs:CR_ECX (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
Dscattered.c22 CR_ECX, enumerator
45 { X86_FEATURE_APERFMPERF, CR_ECX, 0, 0x00000006, 0 }, in init_scattered_cpuid_features()
46 { X86_FEATURE_EPB, CR_ECX, 3, 0x00000006, 0 }, in init_scattered_cpuid_features()
72 &regs[CR_EBX], &regs[CR_ECX], &regs[CR_EDX]); in init_scattered_cpuid_features()
Dperf_event_intel_pt.c40 CR_ECX, enumerator
70 PT_CAP(topa_output, 0, CR_ECX, BIT(0)),
71 PT_CAP(topa_multiple_entries, 0, CR_ECX, BIT(1)),
72 PT_CAP(single_range_output, 0, CR_ECX, BIT(2)),
73 PT_CAP(payloads_lip, 0, CR_ECX, BIT(31)),
147 &pt_pmu.caps[CR_ECX + i*PT_CPUID_REGS_NUM], in pt_pmu_hw_init()