Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h298 #define RTIT_CTL_ADDR3 (0x0full << RTIT_CTL_ADDR3_OFFSET) macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h314 #define RTIT_CTL_ADDR3 (0x0full << RTIT_CTL_ADDR3_OFFSET) macro
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c1664 value = (data & RTIT_CTL_ADDR3) >> RTIT_CTL_ADDR3_OFFSET; in vmx_rtit_ctl_check()