Searched refs:smccc_set_retval (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/arm64/kvm/ |
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()
|
A D | psci.c | 304 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 D | hypercalls.c | 227 smccc_set_retval(vcpu, val[0], val[1], val[2], val[3]); in kvm_hvc_call_handler()
|
/linux-6.3-rc2/include/kvm/ |
A D | arm_hypercalls.h | 31 static inline void smccc_set_retval(struct kvm_vcpu *vcpu, in smccc_set_retval() function
|
Completed in 9 milliseconds