Searched refs:smccc_set_retval (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/ |
| H A D | trng.c | 31 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()
|
| H A D | psci.c | 295 smccc_set_retval(vcpu, val, 0, 0, 0); in kvm_psci_0_2_call() 341 smccc_set_retval(vcpu, val, 0, 0, 0); in kvm_psci_1_0_call() 366 smccc_set_retval(vcpu, val, 0, 0, 0); in kvm_psci_0_1_call()
|
| H A D | hypercalls.c | 96 smccc_set_retval(vcpu, val, 0, 0, 0); in kvm_hvc_call_handler()
|
| /OK3568_Linux_fs/kernel/include/kvm/ |
| H A D | arm_hypercalls.h | 31 static inline void smccc_set_retval(struct kvm_vcpu *vcpu, in smccc_set_retval() function
|