Searched refs:PT_CAP (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_pt.c | 56 #define PT_CAP(_n, _l, _r, _m) \ macro 66 PT_CAP(max_subleaf, 0, CR_EAX, 0xffffffff), 67 PT_CAP(cr3_filtering, 0, CR_EBX, BIT(0)), 68 PT_CAP(topa_output, 0, CR_ECX, BIT(0)), 69 PT_CAP(topa_multiple_entries, 0, CR_ECX, BIT(1)), 70 PT_CAP(payloads_lip, 0, CR_ECX, BIT(31)),
|