Searched refs:tdvmcall_set_return_code (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/kvm/vmx/ |
| H A D | tdx.c | 254 static __always_inline void tdvmcall_set_return_code(struct kvm_vcpu *vcpu, in tdvmcall_set_return_code() function 1164 tdvmcall_set_return_code(vcpu, vcpu->run->hypercall.ret); in complete_hypercall_exit() 1192 tdvmcall_set_return_code(vcpu, TDVMCALL_STATUS_INVALID_OPERAND); in tdx_complete_vmcall_map_gpa() 1207 tdvmcall_set_return_code(vcpu, TDVMCALL_STATUS_RETRY); in tdx_complete_vmcall_map_gpa() 1283 tdvmcall_set_return_code(vcpu, ret); in tdx_map_gpa() 1371 tdvmcall_set_return_code(vcpu, TDVMCALL_STATUS_INVALID_OPERAND); in tdx_emulate_io() 1488 tdvmcall_set_return_code(vcpu, TDVMCALL_STATUS_INVALID_OPERAND); in tdx_emulate_mmio() 1496 tdvmcall_set_return_code(vcpu, vcpu->run->tdx.get_tdvmcall_info.ret); in tdx_complete_get_td_vm_call_info() 1521 tdvmcall_set_return_code(vcpu, TDVMCALL_STATUS_SUCCESS); in tdx_get_td_vm_call_info() 1536 tdvmcall_set_return_code(vcpu, TDVMCALL_STATUS_INVALID_OPERAND); in tdx_get_td_vm_call_info() [all …]
|