Searched refs:VM_EXIT_MSR_LOAD_COUNT (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmcs12.c | 75 FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count),
|
H A D | evmcs.c | 259 EVMCS1_FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count,
|
H A D | nested.c | 2510 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in prepare_vmcs02_rare() 3073 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); in nested_vmx_check_vmentry_hw() 3105 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in nested_vmx_check_vmentry_hw() 4577 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in nested_vmx_vmexit()
|
H A D | vmx.c | 1011 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); in clear_atomic_switch_msr() 1086 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); in add_atomic_switch_msr() 4469 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); in init_vmcs()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmcs12.c | 77 FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count),
|
H A D | hyperv.c | 388 EVMCS1_FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count,
|
H A D | nested.c | 2516 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in prepare_vmcs02_rare() 3096 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); in nested_vmx_check_vmentry_hw() 3128 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in nested_vmx_check_vmentry_hw() 4821 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); in nested_vmx_vmexit()
|
H A D | vmx.c | 1024 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); in clear_atomic_switch_msr() 1099 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); in add_atomic_switch_msr() 4777 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); in init_vmcs() 6357 if (vmcs_read32(VM_EXIT_MSR_LOAD_COUNT) > 0) in dump_vmcs()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/ |
H A D | evmcs.h | 586 case VM_EXIT_MSR_LOAD_COUNT: in evmcs_vmread() 973 case VM_EXIT_MSR_LOAD_COUNT: in evmcs_vmwrite()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | vmx.h | 260 VM_EXIT_MSR_LOAD_COUNT = 0x00004010, enumerator
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 249 VM_EXIT_MSR_LOAD_COUNT = 0x00004010, enumerator
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | vmx.h | 276 VM_EXIT_MSR_LOAD_COUNT = 0x00004010, enumerator
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 204 VM_EXIT_MSR_LOAD_COUNT = 0x00004010, enumerator
|
H A D | evmcs.h | 606 case VM_EXIT_MSR_LOAD_COUNT: in evmcs_vmread() 1113 case VM_EXIT_MSR_LOAD_COUNT: in evmcs_vmwrite()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 229 vmwrite(VM_EXIT_MSR_LOAD_COUNT, 0); in init_vmcs_control_fields()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 244 vmwrite(VM_EXIT_MSR_LOAD_COUNT, 0); in init_vmcs_control_fields()
|
Completed in 61 milliseconds