Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Dpt.c909 if (status & RTIT_STATUS_ERROR) { in pt_handle_status()
912 status &= ~RTIT_STATUS_ERROR; in pt_handle_status()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h304 #define RTIT_STATUS_ERROR BIT(4) macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h320 #define RTIT_STATUS_ERROR BIT(4) macro
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c158 RTIT_STATUS_ERROR | RTIT_STATUS_STOPPED | \