Searched refs:SMC_RET4 (Results 1 – 9 of 9) sorted by relevance
/external/arm-trusted-firmware/services/std_svc/trng/ |
D | trng_main.c | 42 SMC_RET4(handle, TRNG_E_SUCCESS, 0, 0, ent[0] & mask); in trng_rnd32() 45 SMC_RET4(handle, TRNG_E_SUCCESS, 0, (ent[0] >> 32) & mask, in trng_rnd32() 49 SMC_RET4(handle, TRNG_E_SUCCESS, ent[1] & mask, in trng_rnd32() 79 SMC_RET4(handle, TRNG_E_SUCCESS, 0, 0, ent[0] & mask); in trng_rnd64() 82 SMC_RET4(handle, TRNG_E_SUCCESS, 0, ent[1] & mask, ent[0]); in trng_rnd64() 85 SMC_RET4(handle, TRNG_E_SUCCESS, ent[2] & mask, ent[1], ent[0]); in trng_rnd64()
|
/external/arm-trusted-firmware/plat/intel/soc/common/ |
D | socfpga_sip_svc.c | 439 SMC_RET4(handle, status, 0, 0, 0); in sip_smc_handler() 449 SMC_RET4(handle, status, 0, 0, 0); in sip_smc_handler() 453 SMC_RET4(handle, status, 0, 0, 0); in sip_smc_handler() 460 SMC_RET4(handle, INTEL_SIP_SMC_STATUS_OK, in sip_smc_handler() 464 SMC_RET4(handle, INTEL_SIP_SMC_STATUS_OK, in sip_smc_handler() 469 SMC_RET4(handle, INTEL_SIP_SMC_STATUS_OK, in sip_smc_handler() 475 SMC_RET4(handle, status, 0, 0, 0); in sip_smc_handler() 501 SMC_RET4(handle, rsu_respbuf[0], rsu_respbuf[1], in sip_smc_handler() 528 SMC_RET4(handle, status, mbox_status, x5, len_in_resp); in sip_smc_handler()
|
/external/arm-trusted-firmware/services/spd/tlkd/ |
D | tlkd_main.c | 94 SMC_RET4(s_cpu_context, (uint32_t)TLK_IRQ_FIRED, 0, (uint32_t)irq, 0); in tlkd_interrupt_handler() 335 SMC_RET4(&tlk_ctx.cpu_ctx, smc_fid, 0, (uint32_t)x1, in tlkd_smc_handler() 368 SMC_RET4(handle, (uint32_t)par, (uint32_t)(par >> 32), 0, 0); in tlkd_smc_handler()
|
/external/arm-trusted-firmware/include/arch/aarch64/ |
D | smccc_helpers.h | 34 #define SMC_RET4(_h, _x0, _x1, _x2, _x3) { \ macro 40 SMC_RET4(_h, (_x0), (_x1), (_x2), (_x3)); \
|
/external/arm-trusted-firmware/include/arch/aarch32/ |
D | smccc_helpers.h | 129 #define SMC_RET4(_h, _r0, _r1, _r2, _r3) { \ macro 135 SMC_RET4(_h, (_r0), (_r1), (_r2), (_r3)); \
|
/external/arm-trusted-firmware/services/spd/opteed/ |
D | opteed_main.c | 267 SMC_RET4(&optee_ctx->cpu_ctx, smc_fid, x1, x2, x3); in opteed_smc_handler() 374 SMC_RET4(ns_cpu_context, x1, x2, x3, x4); in opteed_smc_handler()
|
/external/arm-trusted-firmware/include/lib/ |
D | smccc.h | 156 SMC_RET4(handle, \
|
/external/arm-trusted-firmware/services/spd/trusty/ |
D | trusty.c | 192 SMC_RET4(handle, ctx->fiq_pc, ctx->fiq_cpsr, sp_el0, ctx->fiq_sp_el1); in trusty_get_fiq_regs()
|
/external/arm-trusted-firmware/docs/getting_started/ |
D | rt-svc-writers-guide.rst | 260 SMC_RET4(handle, x0, x1, x2, x3); 271 SMC_RET4(handle, r0, r1, r2, r3);
|