Home
last modified time | relevance | path

Searched refs:VM_EXIT_MSR_LOAD_COUNT (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmcs12.c75 FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count),
Devmcs.c259 EVMCS1_FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count,
Dnested.c2510 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()
Dvmx.c1012 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); in clear_atomic_switch_msr()
1087 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); in add_atomic_switch_msr()
4444 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); in init_vmcs()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h249 VM_EXIT_MSR_LOAD_COUNT = 0x00004010, enumerator
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/
Devmcs.h586 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/
Dvmx.h260 VM_EXIT_MSR_LOAD_COUNT = 0x00004010, enumerator
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c244 vmwrite(VM_EXIT_MSR_LOAD_COUNT, 0); in init_vmcs_control_fields()