Searched refs:MSR_IA32_FLUSH_CMD (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | userspace_msr_exit_test.c | 32 .base = MSR_IA32_FLUSH_CMD, 235 test_rdmsr(MSR_IA32_FLUSH_CMD); in guest_code_filter_allow() 238 test_wrmsr(MSR_IA32_FLUSH_CMD, 0); in guest_code_filter_allow() 241 test_wrmsr(MSR_IA32_FLUSH_CMD, 1); in guest_code_filter_allow() 272 test_em_rdmsr(MSR_IA32_FLUSH_CMD); in guest_code_filter_allow() 274 test_em_wrmsr(MSR_IA32_FLUSH_CMD, 0); in guest_code_filter_allow() 276 test_em_wrmsr(MSR_IA32_FLUSH_CMD, 1); in guest_code_filter_allow() 409 case MSR_IA32_FLUSH_CMD: in process_rdmsr() 442 case MSR_IA32_FLUSH_CMD: in process_wrmsr() 541 run_guest_then_process_rdmsr(vcpu, MSR_IA32_FLUSH_CMD); in KVM_ONE_VCPU_TEST() [all …]
|
| /linux/arch/x86/include/asm/ |
| H A D | msr-index.h | 227 #define MSR_IA32_FLUSH_CMD 0x0000010b macro
|
| /linux/tools/arch/x86/include/asm/ |
| H A D | msr-index.h | 227 #define MSR_IA32_FLUSH_CMD 0x0000010b macro
|
| /linux/arch/x86/kvm/svm/ |
| H A D | nested.c | 217 MSR_IA32_FLUSH_CMD, in nested_svm_init_msrpm_merge_offsets()
|
| H A D | svm.c | 806 svm_set_intercept_for_msr(vcpu, MSR_IA32_FLUSH_CMD, MSR_TYPE_W, in svm_recalc_msr_intercepts()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 419 native_wrmsrq(MSR_IA32_FLUSH_CMD, L1D_FLUSH); in vmx_l1d_flush() 4283 vmx_set_intercept_for_msr(vcpu, MSR_IA32_FLUSH_CMD, MSR_TYPE_W, in vmx_recalc_msr_intercepts()
|
| H A D | nested.c | 754 nested_vmx_merge_msr_bitmaps_write(MSR_IA32_FLUSH_CMD); in nested_vmx_prepare_msr_bitmap()
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 3991 case MSR_IA32_FLUSH_CMD: in kvm_set_msr_common() 4001 wrmsrq(MSR_IA32_FLUSH_CMD, L1D_FLUSH); in kvm_set_msr_common()
|