Searched refs:MSR_IA32_FLUSH_CMD (Results 1 – 7 of 7) sorted by relevance
| /arch/x86/include/asm/ |
| A D | msr-index.h | 223 #define MSR_IA32_FLUSH_CMD 0x0000010b macro
|
| /arch/x86/mm/ |
| A D | tlb.c | 632 wrmsrq(MSR_IA32_FLUSH_CMD, L1D_FLUSH); in l1d_flush_evaluate()
|
| /arch/x86/kvm/svm/ |
| A D | nested.c | 218 MSR_IA32_FLUSH_CMD, in nested_svm_init_msrpm_merge_offsets()
|
| A D | svm.c | 817 svm_set_intercept_for_msr(vcpu, MSR_IA32_FLUSH_CMD, MSR_TYPE_W, in svm_recalc_msr_intercepts()
|
| /arch/x86/kvm/vmx/ |
| A D | vmx.c | 4115 vmx_set_intercept_for_msr(vcpu, MSR_IA32_FLUSH_CMD, MSR_TYPE_W, in vmx_recalc_msr_intercepts() 6592 native_wrmsrq(MSR_IA32_FLUSH_CMD, L1D_FLUSH); in vmx_l1d_flush()
|
| A D | nested.c | 716 MSR_IA32_FLUSH_CMD, MSR_TYPE_W); in nested_vmx_prepare_msr_bitmap()
|
| /arch/x86/kvm/ |
| A D | x86.c | 3856 case MSR_IA32_FLUSH_CMD: in kvm_set_msr_common() 3866 wrmsrq(MSR_IA32_FLUSH_CMD, L1D_FLUSH); in kvm_set_msr_common()
|
Completed in 68 milliseconds