Home
last modified time | relevance | path

Searched refs:MSR_IA32_RTIT_CR3_MATCH (Results 1 – 2 of 2) sorted by relevance

/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h407 #define MSR_IA32_RTIT_CR3_MATCH 0x00000572 macro
/linux/arch/x86/kvm/vmx/
H A Dvmx.c1253 wrmsrq(MSR_IA32_RTIT_CR3_MATCH, ctx->cr3_match); in pt_load_msr()
1267 rdmsrq(MSR_IA32_RTIT_CR3_MATCH, ctx->cr3_match); in pt_save_msr()
2229 case MSR_IA32_RTIT_CR3_MATCH: in vmx_get_msr()
2548 case MSR_IA32_RTIT_CR3_MATCH: in vmx_set_msr()
4221 vmx_set_intercept_for_msr(vcpu, MSR_IA32_RTIT_CR3_MATCH, MSR_TYPE_RW, flag); in pt_update_intercept_for_msr()