Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmcs12.c77 FIELD(VM_ENTRY_MSR_LOAD_COUNT, vm_entry_msr_load_count),
H A Devmcs.c261 EVMCS1_FIELD(VM_ENTRY_MSR_LOAD_COUNT, vm_entry_msr_load_count,
H A Dnested.c2511 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr); in prepare_vmcs02_rare()
3069 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0); in nested_vmx_check_vmentry_hw()
3101 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr); in nested_vmx_check_vmentry_hw()
4561 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr); in nested_vmx_vmexit()
H A Dvmx.c1003 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr); in clear_atomic_switch_msr()
1077 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr); in add_atomic_switch_msr()
4444 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0); in init_vmcs()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/
H A Devmcs.h589 case VM_ENTRY_MSR_LOAD_COUNT: in evmcs_vmread()
976 case VM_ENTRY_MSR_LOAD_COUNT: in evmcs_vmwrite()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h251 VM_ENTRY_MSR_LOAD_COUNT = 0x00004014, enumerator
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dvmx.h262 VM_ENTRY_MSR_LOAD_COUNT = 0x00004014, enumerator
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c247 vmwrite(VM_ENTRY_MSR_LOAD_COUNT, 0); in init_vmcs_control_fields()