Searched refs:PT_CPUID_REGS_NUM (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dintel_pt.h6 #define PT_CPUID_REGS_NUM 4 /* number of registers (eax, ebx, ecx, edx) */ macro
/linux-master/arch/x86/events/intel/
H A Dpt.h45 u32 caps[PT_CPUID_REGS_NUM * PT_CPUID_LEAVES];
H A Dpt.c78 u32 c = caps[cd->leaf * PT_CPUID_REGS_NUM + cd->reg];
239 &pt_pmu.caps[CPUID_EAX + i*PT_CPUID_REGS_NUM],
240 &pt_pmu.caps[CPUID_EBX + i*PT_CPUID_REGS_NUM],
241 &pt_pmu.caps[CPUID_ECX + i*PT_CPUID_REGS_NUM],
242 &pt_pmu.caps[CPUID_EDX + i*PT_CPUID_REGS_NUM]);
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.h69 u32 caps[PT_CPUID_REGS_NUM * PT_CPUID_LEAVES];
H A Dvmx.c7730 vmx->pt_desc.caps[CPUID_EAX + i*PT_CPUID_REGS_NUM] = best->eax;
7731 vmx->pt_desc.caps[CPUID_EBX + i*PT_CPUID_REGS_NUM] = best->ebx;
7732 vmx->pt_desc.caps[CPUID_ECX + i*PT_CPUID_REGS_NUM] = best->ecx;
7733 vmx->pt_desc.caps[CPUID_EDX + i*PT_CPUID_REGS_NUM] = best->edx;

Completed in 164 milliseconds