Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dmsr-index.h190 #define RTIT_STATUS_ERROR BIT(4) macro
/Linux-v5.4/arch/x86/events/intel/
Dpt.c854 if (status & RTIT_STATUS_ERROR) { in pt_handle_status()
857 status &= ~RTIT_STATUS_ERROR; in pt_handle_status()
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c146 RTIT_STATUS_ERROR | RTIT_STATUS_STOPPED | \