Home
last modified time | relevance | path

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

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