Searched refs:VM_ENTRY_MSR_LOAD_COUNT (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/vmx/ | 
| D | vmcs12.c | 77 	FIELD(VM_ENTRY_MSR_LOAD_COUNT, vm_entry_msr_load_count),
  | 
| D | evmcs.c | 267 	EVMCS1_FIELD(VM_ENTRY_MSR_LOAD_COUNT, vm_entry_msr_load_count,
  | 
| D | nested.c | 2289 	vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr);  in prepare_vmcs02_rare() 2824 		vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0);  in nested_vmx_check_vmentry_hw() 2883 		vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr);  in nested_vmx_check_vmentry_hw() 4113 	vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr);  in nested_vmx_vmexit()
  | 
| D | vmx.c | 877 	vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr);  in clear_atomic_switch_msr() 951 		vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr);  in add_atomic_switch_msr() 4220 	vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0);  in vmx_vcpu_setup()
  | 
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | vmx.h | 257 	VM_ENTRY_MSR_LOAD_COUNT         = 0x00004014,  enumerator
  | 
| /Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/ | 
| D | vmx.h | 251 	VM_ENTRY_MSR_LOAD_COUNT		= 0x00004014,  enumerator
  | 
| /Linux-v5.4/tools/testing/selftests/kvm/include/ | 
| D | evmcs.h | 587 	case VM_ENTRY_MSR_LOAD_COUNT:  in evmcs_vmread() 974 	case VM_ENTRY_MSR_LOAD_COUNT:  in evmcs_vmwrite()
  | 
| /Linux-v5.4/tools/testing/selftests/kvm/lib/x86_64/ | 
| D | vmx.c | 244 	vmwrite(VM_ENTRY_MSR_LOAD_COUNT, 0);  in init_vmcs_control_fields()
  |