Searched refs:PT_CPUID_REGS_NUM (Results 1 – 2 of 2) sorted by relevance
49 #define PT_CPUID_REGS_NUM 4 /* number of regsters (eax, ebx, ecx, edx) */ macro67 u32 caps[PT_CPUID_REGS_NUM * PT_CPUID_LEAVES];
82 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()