Searched refs:CR_EBX (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | scattered.c | 24 CR_EBX enumerator 44 { X86_FEATURE_INTEL_PT, CR_EBX,25, 0x00000007, 0 }, in init_scattered_cpuid_features() 72 ®s[CR_EBX], ®s[CR_ECX], ®s[CR_EDX]); in init_scattered_cpuid_features()
|
D | perf_event_intel_pt.c | 42 CR_EBX enumerator 67 PT_CAP(cr3_filtering, 0, CR_EBX, BIT(0)), 68 PT_CAP(psb_cyc, 0, CR_EBX, BIT(1)), 69 PT_CAP(mtc, 0, CR_EBX, BIT(3)), 75 PT_CAP(cycle_thresholds, 1, CR_EBX, 0xffff), 76 PT_CAP(psb_periods, 1, CR_EBX, 0xffff0000), 146 &pt_pmu.caps[CR_EBX + i*PT_CPUID_REGS_NUM], in pt_pmu_hw_init()
|