Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dintel_pt.h49 #define PT_CPUID_REGS_NUM 4 /* number of regsters (eax, ebx, ecx, edx) */ macro
67 u32 caps[PT_CPUID_REGS_NUM * PT_CPUID_LEAVES];
Dperf_event_intel_pt.c82 u32 c = pt_pmu.caps[cd->leaf * PT_CPUID_REGS_NUM + cd->reg]; in pt_cap_get()
145 &pt_pmu.caps[CR_EAX + i*PT_CPUID_REGS_NUM], in pt_pmu_hw_init()
146 &pt_pmu.caps[CR_EBX + i*PT_CPUID_REGS_NUM], in pt_pmu_hw_init()
147 &pt_pmu.caps[CR_ECX + i*PT_CPUID_REGS_NUM], in pt_pmu_hw_init()
148 &pt_pmu.caps[CR_EDX + i*PT_CPUID_REGS_NUM]); in pt_pmu_hw_init()