Searched refs:ret1 (Results 1 – 2 of 2) sorted by relevance
| /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 60 *ret1 = (uint32_t)SMCCC_GUNYAH_UID1; in smccc_std_hyp_call_uid() 68 smccc_std_hyp_revision(uint32_t *ret0, uint32_t *ret1) in smccc_std_hyp_revision() argument 81 *ret1 = 0U; // Minor Revision in smccc_std_hyp_revision()
|
| /hyp/vm/smccc/aarch64/src/ |
| A D | smccc_64.c | 45 uint64_t ret1 = (uint64_t)current->vcpu_regs_gpr.x[1]; in smccc_handle_call() local 61 &ret0, &ret1, &ret2, &ret3); in smccc_handle_call() 74 &ret0, &ret1, &ret2, &ret3); in smccc_handle_call() 79 current->vcpu_regs_gpr.x[1] = (register_t)ret1; in smccc_handle_call() 85 uint32_t ret1 = (uint32_t)current->vcpu_regs_gpr.x[1]; in smccc_handle_call() local 101 &ret0, &ret1, &ret2, &ret3); in smccc_handle_call() 114 &ret0, &ret1, &ret2, &ret3); in smccc_handle_call() 119 current->vcpu_regs_gpr.x[1] = (register_t)ret1; in smccc_handle_call()
|
Completed in 7 milliseconds