Searched refs:RTIT_STATUS_ERROR (Results 1 – 4 of 4) sorted by relevance
262 #define RTIT_STATUS_ERROR BIT(4) macro
888 if (status & RTIT_STATUS_ERROR) { in pt_handle_status()891 status &= ~RTIT_STATUS_ERROR; in pt_handle_status()
149 RTIT_STATUS_ERROR | RTIT_STATUS_STOPPED | \