Home
last modified time | relevance | path

Searched refs:smccc_set_retval (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/arch/arm64/kvm/
Dtrng.c31 smccc_set_retval(vcpu, TRNG_INVALID_PARAMETER, 0, 0, 0); in kvm_trng_do_rnd()
42 smccc_set_retval(vcpu, TRNG_SUCCESS, lower_32_bits(bits[1]), in kvm_trng_do_rnd()
45 smccc_set_retval(vcpu, TRNG_SUCCESS, bits[2], bits[1], bits[0]); in kvm_trng_do_rnd()
73 smccc_set_retval(vcpu, le32_to_cpu(u[0]), le32_to_cpu(u[1]), in kvm_trng_call()
83 smccc_set_retval(vcpu, val, 0, 0, 0); in kvm_trng_call()
Dpsci.c311 smccc_set_retval(vcpu, val, 0, 0, 0); in kvm_psci_0_2_call()
399 smccc_set_retval(vcpu, val, 0, 0, 0); in kvm_psci_1_x_call()
421 smccc_set_retval(vcpu, val, 0, 0, 0); in kvm_psci_0_1_call()
447 smccc_set_retval(vcpu, val, 0, 0, 0); in kvm_psci_call()
462 smccc_set_retval(vcpu, SMCCC_RET_NOT_SUPPORTED, 0, 0, 0); in kvm_psci_call()
Dhypercalls.c368 smccc_set_retval(vcpu, val[0], val[1], val[2], val[3]); in kvm_smccc_call_handler()
/Linux-v6.6/include/kvm/
Darm_hypercalls.h31 static inline void smccc_set_retval(struct kvm_vcpu *vcpu, in smccc_set_retval() function