Home
last modified time | relevance | path

Searched refs:RTIT_STATUS_ERROR (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dmsr-index.h153 #define RTIT_STATUS_ERROR BIT(4) macro
/arch/x86/kernel/cpu/
Dperf_event_intel_pt.c578 if (status & RTIT_STATUS_ERROR) { in pt_handle_status()
581 status &= ~RTIT_STATUS_ERROR; in pt_handle_status()