Home
last modified time | relevance | path

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

/linux/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()
350 smccc_set_retval(vcpu, val, 0, 0, 0); in kvm_psci_1_0_call()
375 smccc_set_retval(vcpu, val, 0, 0, 0); in kvm_psci_0_1_call()
A Dhypercalls.c146 smccc_set_retval(vcpu, val[0], val[1], val[2], val[3]); in kvm_hvc_call_handler()
/linux/include/kvm/
A Darm_hypercalls.h31 static inline void smccc_set_retval(struct kvm_vcpu *vcpu, in smccc_set_retval() function

Completed in 11 milliseconds