Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/kvm/
A 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()
A Dpsci.c304 smccc_set_retval(vcpu, val, 0, 0, 0); in kvm_psci_0_2_call()
392 smccc_set_retval(vcpu, val, 0, 0, 0); in kvm_psci_1_x_call()
417 smccc_set_retval(vcpu, val, 0, 0, 0); in kvm_psci_0_1_call()
442 smccc_set_retval(vcpu, val, 0, 0, 0); in kvm_psci_call()
A Dhypercalls.c227 smccc_set_retval(vcpu, val[0], val[1], val[2], val[3]); in kvm_hvc_call_handler()
/linux-6.3-rc2/include/kvm/
A Darm_hypercalls.h31 static inline void smccc_set_retval(struct kvm_vcpu *vcpu, in smccc_set_retval() function

Completed in 9 milliseconds