Home
last modified time | relevance | path

Searched refs:PT_CPUID_REGS_NUM (Results 1 – 3 of 3) 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/kvm/vmx/
H A Dvmx.h64 u32 caps[PT_CPUID_REGS_NUM * PT_CPUID_LEAVES];
H A Dvmx.c7904 vmx->pt_desc.caps[CPUID_EAX + i*PT_CPUID_REGS_NUM] = best->eax; in update_intel_pt_cfg()
7905 vmx->pt_desc.caps[CPUID_EBX + i*PT_CPUID_REGS_NUM] = best->ebx; in update_intel_pt_cfg()
7906 vmx->pt_desc.caps[CPUID_ECX + i*PT_CPUID_REGS_NUM] = best->ecx; in update_intel_pt_cfg()
7907 vmx->pt_desc.caps[CPUID_EDX + i*PT_CPUID_REGS_NUM] = best->edx; in update_intel_pt_cfg()