Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h292 #define RTIT_CTL_ADDR0 (0x0full << RTIT_CTL_ADDR0_OFFSET) macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h307 #define RTIT_CTL_ADDR0 (0x0full << RTIT_CTL_ADDR0_OFFSET) macro
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c1653 value = (data & RTIT_CTL_ADDR0) >> RTIT_CTL_ADDR0_OFFSET; in vmx_rtit_ctl_check()