Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dintel_pt.h6 #define PT_CPUID_REGS_NUM 4 /* number of registers (eax, ebx, ecx, edx) */ macro
/linux/arch/x86/events/intel/
H A Dpt.c78 u32 c = caps[cd->leaf * PT_CPUID_REGS_NUM + cd->reg]; in intel_pt_validate_cap()
239 &pt_pmu.caps[CPUID_EAX + i*PT_CPUID_REGS_NUM], in pt_pmu_hw_init()
240 &pt_pmu.caps[CPUID_EBX + i*PT_CPUID_REGS_NUM], in pt_pmu_hw_init()
241 &pt_pmu.caps[CPUID_ECX + i*PT_CPUID_REGS_NUM], in pt_pmu_hw_init()
242 &pt_pmu.caps[CPUID_EDX + i*PT_CPUID_REGS_NUM]); in pt_pmu_hw_init()