Home
last modified time | relevance | path

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

/linux-6.6.21/tools/arch/x86/include/asm/
Dmsr-index.h305 #define RTIT_STATUS_STOPPED BIT(5) macro
/linux-6.6.21/arch/x86/include/asm/
Dmsr-index.h305 #define RTIT_STATUS_STOPPED BIT(5) macro
/linux-6.6.21/arch/x86/events/intel/
Dpt.c910 if (status & RTIT_STATUS_STOPPED) { in pt_handle_status()
911 status &= ~RTIT_STATUS_STOPPED; in pt_handle_status()
/linux-6.6.21/arch/x86/kvm/vmx/
Dvmx.c156 RTIT_STATUS_ERROR | RTIT_STATUS_STOPPED | \