Home
last modified time | relevance | path

Searched refs:MSR_IA32_RTIT_STATUS (Results 1 – 4 of 4) sorted by relevance

/arch/x86/events/intel/
Dpt.c492 wrmsrl(MSR_IA32_RTIT_STATUS, 0); in pt_config()
886 rdmsrl(MSR_IA32_RTIT_STATUS, status); in pt_handle_status()
930 wrmsrl(MSR_IA32_RTIT_STATUS, status); in pt_handle_status()
/arch/x86/include/asm/
Dmsr-index.h277 #define MSR_IA32_RTIT_STATUS 0x00000571 macro
/arch/x86/kvm/vmx/
Dvmx.c622 case MSR_IA32_RTIT_STATUS: in is_valid_passthrough_msr()
1089 wrmsrl(MSR_IA32_RTIT_STATUS, ctx->status); in pt_load_msr()
1103 rdmsrl(MSR_IA32_RTIT_STATUS, ctx->status); in pt_save_msr()
1941 case MSR_IA32_RTIT_STATUS: in vmx_get_msr()
2249 case MSR_IA32_RTIT_STATUS: in vmx_set_msr()
3954 vmx_set_intercept_for_msr(vcpu, MSR_IA32_RTIT_STATUS, MSR_TYPE_RW, flag); in pt_update_intercept_for_msr()
/arch/x86/kvm/
Dx86.c1353 MSR_IA32_RTIT_CTL, MSR_IA32_RTIT_STATUS, MSR_IA32_RTIT_CR3_MATCH,
6459 case MSR_IA32_RTIT_STATUS: in kvm_init_msr_list()