Searched refs:ret3 (Results 1 – 2 of 2) sorted by relevance
| /hyp/vm/smccc/aarch64/src/ |
| A D | smccc_64.c | 47 uint64_t ret3 = (uint64_t)current->vcpu_regs_gpr.x[3]; in smccc_handle_call() local 61 &ret0, &ret1, &ret2, &ret3); in smccc_handle_call() 74 &ret0, &ret1, &ret2, &ret3); in smccc_handle_call() 81 current->vcpu_regs_gpr.x[3] = (register_t)ret3; in smccc_handle_call() 87 uint32_t ret3 = (uint32_t)current->vcpu_regs_gpr.x[3]; in smccc_handle_call() local 101 &ret0, &ret1, &ret2, &ret3); in smccc_handle_call() 114 &ret0, &ret1, &ret2, &ret3); in smccc_handle_call() 121 current->vcpu_regs_gpr.x[3] = (register_t)ret3; in smccc_handle_call()
|
| /hyp/vm/smccc/src/ |
| A D | smccc.c | 57 uint32_t *ret3) in smccc_std_hyp_call_uid() argument 62 *ret3 = (uint32_t)SMCCC_GUNYAH_UID3; in smccc_std_hyp_call_uid()
|
Completed in 9 milliseconds