Searched refs:tdvmcall_set_return_code (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/kvm/vmx/ |
H A D | tdx.c | 241 static __always_inline void tdvmcall_set_return_code(struct kvm_vcpu *vcpu, in tdvmcall_set_return_code() function 1129 tdvmcall_set_return_code(vcpu, vcpu->run->hypercall.ret); in complete_hypercall_exit() 1157 tdvmcall_set_return_code(vcpu, TDVMCALL_STATUS_INVALID_OPERAND); in tdx_complete_vmcall_map_gpa() 1172 tdvmcall_set_return_code(vcpu, TDVMCALL_STATUS_RETRY); in tdx_complete_vmcall_map_gpa() 1248 tdvmcall_set_return_code(vcpu, ret); in tdx_map_gpa() 1336 tdvmcall_set_return_code(vcpu, TDVMCALL_STATUS_INVALID_OPERAND); in tdx_emulate_io() 1453 tdvmcall_set_return_code(vcpu, TDVMCALL_STATUS_INVALID_OPERAND); in tdx_emulate_mmio() 1461 tdvmcall_set_return_code(vcpu, vcpu->run->tdx.get_tdvmcall_info.ret); in tdx_complete_get_td_vm_call_info() 1486 tdvmcall_set_return_code(vcpu, TDVMCALL_STATUS_SUCCESS); in tdx_get_td_vm_call_info() 1501 tdvmcall_set_return_code(vcpu, TDVMCALL_STATUS_INVALID_OPERAND); in tdx_get_td_vm_call_info() [all …]
|