vm_entry_instruction_len  718 arch/x86/include/asm/hyperv-tlfs.h 	u32 vm_entry_instruction_len;
vm_entry_instruction_len  187 arch/x86/kvm/vmx/evmcs.c 	EVMCS1_FIELD(VM_ENTRY_INSTRUCTION_LEN, vm_entry_instruction_len,
vm_entry_instruction_len 1466 arch/x86/kvm/vmx/nested.c 		vmcs12->vm_entry_instruction_len =
vm_entry_instruction_len 1467 arch/x86/kvm/vmx/nested.c 			evmcs->vm_entry_instruction_len;
vm_entry_instruction_len 1805 arch/x86/kvm/vmx/nested.c 	evmcs->vm_entry_instruction_len = vmcs12->vm_entry_instruction_len;
vm_entry_instruction_len 2182 arch/x86/kvm/vmx/nested.c 			     vmcs12->vm_entry_instruction_len);
vm_entry_instruction_len 2636 arch/x86/kvm/vmx/nested.c 			if (CC(vmcs12->vm_entry_instruction_len > 15) ||
vm_entry_instruction_len 2637 arch/x86/kvm/vmx/nested.c 			    CC(vmcs12->vm_entry_instruction_len == 0 &&
vm_entry_instruction_len 3375 arch/x86/kvm/vmx/nested.c 			vmcs12->vm_entry_instruction_len =
vm_entry_instruction_len   80 arch/x86/kvm/vmx/vmcs12.c 	FIELD(VM_ENTRY_INSTRUCTION_LEN, vm_entry_instruction_len),
vm_entry_instruction_len  135 arch/x86/kvm/vmx/vmcs12.h 	u32 vm_entry_instruction_len;
vm_entry_instruction_len  317 arch/x86/kvm/vmx/vmcs12.h 	CHECK_OFFSET(vm_entry_instruction_len, 796);
vm_entry_instruction_len   54 arch/x86/kvm/vmx/vmcs_shadow_fields.h SHADOW_FIELD_RW(VM_ENTRY_INSTRUCTION_LEN, vm_entry_instruction_len)
vm_entry_instruction_len  190 tools/testing/selftests/kvm/include/evmcs.h 	u32 vm_entry_instruction_len;
vm_entry_instruction_len  474 tools/testing/selftests/kvm/include/evmcs.h 		*value = current_evmcs->vm_entry_instruction_len;
vm_entry_instruction_len  861 tools/testing/selftests/kvm/include/evmcs.h 		current_evmcs->vm_entry_instruction_len = value;