Home
last modified time | relevance | path

Searched refs:PT_CPUID_LEAVES (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dintel_pt.h5 #define PT_CPUID_LEAVES 2 macro
/openbmc/linux/arch/x86/events/intel/
H A Dpt.h45 u32 caps[PT_CPUID_REGS_NUM * PT_CPUID_LEAVES];
H A Dpt.c237 for (i = 0; i < PT_CPUID_LEAVES; i++) { in pt_pmu_hw_init()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.h68 u32 caps[PT_CPUID_REGS_NUM * PT_CPUID_LEAVES];
H A Dvmx.c7710 for (i = 0; i < PT_CPUID_LEAVES; i++) { in update_intel_pt_cfg()