Searched refs:MSR_IA32_RTIT_STATUS (Results 1 – 4 of 4) sorted by relevance
/arch/x86/events/intel/ |
D | pt.c | 492 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/ |
D | msr-index.h | 277 #define MSR_IA32_RTIT_STATUS 0x00000571 macro
|
/arch/x86/kvm/vmx/ |
D | vmx.c | 622 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/ |
D | x86.c | 1353 MSR_IA32_RTIT_CTL, MSR_IA32_RTIT_STATUS, MSR_IA32_RTIT_CR3_MATCH, 6459 case MSR_IA32_RTIT_STATUS: in kvm_init_msr_list()
|