Searched refs:vmx_set_intercept_for_msr (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/vmx/ | 
| D | vmx.c | 3669 static __always_inline void vmx_set_intercept_for_msr(unsigned long *msr_bitmap,  in vmx_set_intercept_for_msr()  function3740 	vmx_set_intercept_for_msr(msr_bitmap, MSR_IA32_RTIT_STATUS,  in pt_update_intercept_for_msr()
 3742 	vmx_set_intercept_for_msr(msr_bitmap, MSR_IA32_RTIT_OUTPUT_BASE,  in pt_update_intercept_for_msr()
 3744 	vmx_set_intercept_for_msr(msr_bitmap, MSR_IA32_RTIT_OUTPUT_MASK,  in pt_update_intercept_for_msr()
 3746 	vmx_set_intercept_for_msr(msr_bitmap, MSR_IA32_RTIT_CR3_MATCH,  in pt_update_intercept_for_msr()
 3749 		vmx_set_intercept_for_msr(msr_bitmap,  in pt_update_intercept_for_msr()
 3751 		vmx_set_intercept_for_msr(msr_bitmap,  in pt_update_intercept_for_msr()
 
 |