Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dpt.c939 if (status & RTIT_STATUS_STOPPED) { in pt_handle_status()
940 status &= ~RTIT_STATUS_STOPPED; in pt_handle_status()
1619 RTIT_STATUS_STOPPED)) && in pt_event_start()
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h396 #define RTIT_STATUS_STOPPED BIT(5) macro
/linux/arch/x86/include/asm/
H A Dmsr-index.h396 #define RTIT_STATUS_STOPPED BIT(5) macro
/linux/arch/x86/kvm/vmx/
H A Dvmx.c168 RTIT_STATUS_ERROR | RTIT_STATUS_STOPPED | \