Searched refs:ret2 (Results 1 – 2 of 2) sorted by relevance
| /hyp/vm/smccc/aarch64/src/ |
| A D | smccc_64.c | 46 uint64_t ret2 = (uint64_t)current->vcpu_regs_gpr.x[2]; in smccc_handle_call() local 61 &ret0, &ret1, &ret2, &ret3); in smccc_handle_call() 74 &ret0, &ret1, &ret2, &ret3); in smccc_handle_call() 80 current->vcpu_regs_gpr.x[2] = (register_t)ret2; in smccc_handle_call() 86 uint32_t ret2 = (uint32_t)current->vcpu_regs_gpr.x[2]; in smccc_handle_call() local 101 &ret0, &ret1, &ret2, &ret3); in smccc_handle_call() 114 &ret0, &ret1, &ret2, &ret3); in smccc_handle_call() 120 current->vcpu_regs_gpr.x[2] = (register_t)ret2; in smccc_handle_call()
|
| /hyp/vm/smccc/src/ |
| A D | smccc.c | 56 smccc_std_hyp_call_uid(uint32_t *ret0, uint32_t *ret1, uint32_t *ret2, in smccc_std_hyp_call_uid() argument 61 *ret2 = (uint32_t)SMCCC_GUNYAH_UID2; in smccc_std_hyp_call_uid()
|
Completed in 8 milliseconds