Home
last modified time | relevance | path

Searched refs:X86_FEATURE_INTEL_PT (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/
Dscattered.c44 { X86_FEATURE_INTEL_PT, CR_EBX,25, 0x00000007, 0 }, in init_scattered_cpuid_features()
Dperf_event_intel_pt.c127 if (!test_cpu_cap(&boot_cpu_data, X86_FEATURE_INTEL_PT)) in pt_pmu_hw_init()
/linux-4.1.27/arch/x86/include/asm/
Dcpufeature.h198 #define X86_FEATURE_INTEL_PT ( 7*32+15) /* Intel Processor Trace */ macro