Home
last modified time | relevance | path

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

/linux-6.6.21/tools/arch/x86/include/asm/
Dmsr-index.h296 #define RTIT_CTL_ADDR2 (0x0full << RTIT_CTL_ADDR2_OFFSET) macro
/linux-6.6.21/arch/x86/include/asm/
Dmsr-index.h296 #define RTIT_CTL_ADDR2 (0x0full << RTIT_CTL_ADDR2_OFFSET) macro
/linux-6.6.21/arch/x86/kvm/vmx/
Dvmx.c1659 value = (data & RTIT_CTL_ADDR2) >> RTIT_CTL_ADDR2_OFFSET; in vmx_rtit_ctl_check()