Searched refs:MSR_IA32_RTIT_STATUS (Results 1 – 5 of 5) sorted by relevance
/linux/arch/x86/events/intel/ |
H A D | pt.c | 513 wrmsrq(MSR_IA32_RTIT_STATUS, 0); in pt_config() 930 rdmsrq(MSR_IA32_RTIT_STATUS, status); in pt_handle_status() 974 wrmsrq(MSR_IA32_RTIT_STATUS, status); in pt_handle_status() 1615 rdmsrq(MSR_IA32_RTIT_STATUS, status); in pt_event_start()
|
/linux/arch/x86/include/asm/ |
H A D | msr-index.h | 356 #define MSR_IA32_RTIT_STATUS 0x00000571 macro
|
/linux/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 356 #define MSR_IA32_RTIT_STATUS 0x00000571 macro
|
/linux/arch/x86/kvm/vmx/ |
H A D | vmx.c | 1148 wrmsrq(MSR_IA32_RTIT_STATUS, ctx->status); in pt_load_msr() 1162 rdmsrq(MSR_IA32_RTIT_STATUS, ctx->status); in pt_save_msr() 2056 case MSR_IA32_RTIT_STATUS: in vmx_get_msr() 2364 case MSR_IA32_RTIT_STATUS: in vmx_set_msr() 4061 vmx_set_intercept_for_msr(vcpu, MSR_IA32_RTIT_STATUS, MSR_TYPE_RW, flag); in pt_update_intercept_for_msr()
|
/linux/arch/x86/kvm/ |
H A D | x86.c | 330 MSR_IA32_RTIT_CTL, MSR_IA32_RTIT_STATUS, MSR_IA32_RTIT_CR3_MATCH, 7313 case MSR_IA32_RTIT_STATUS: in kvm_probe_msr_to_save()
|