Lines Matching refs:ret
71 uint64_t ret; in nxp_sip_handler() local
95 ret = get_random((int)x1); in nxp_sip_handler()
96 if (ret != 0) { in nxp_sip_handler()
97 SMC_RET2(handle, SMC_OK, ret); in nxp_sip_handler()
107 ret = get_hw_unq_key_blob_hw((uint8_t *) x1, (uint32_t) x2); in nxp_sip_handler()
109 if (ret == SMC_OK) { in nxp_sip_handler()
132 ret = prefetch_disable(smc_fid, x1); in nxp_sip_handler()
133 if (ret == SMC_OK) { in nxp_sip_handler()
140 ret = el2_2_aarch32(smc_fid, x1, x2, x3); in nxp_sip_handler()
147 ret = bl31_get_porsr1(); in nxp_sip_handler()
148 SMC_RET2(handle, SMC_OK, ret); in nxp_sip_handler()