Home
last modified time | relevance | path

Searched refs:SMC_RET4 (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch64/
Dsmcc_helpers.h31 #define SMC_RET4(_h, _x0, _x1, _x2, _x3) { \ macro
37 SMC_RET4(_h, (_x0), (_x1), (_x2), (_x3)); \
72 SMC_RET4(handle, ((const uint32_t *) &(_uuid))[0], \
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch32/
Dsmcc_helpers.h120 #define SMC_RET4(_h, _r0, _r1, _r2, _r3) { \ macro
127 SMC_RET4(handle, ((const uint32_t *) &(_uuid))[0], \
/device/linaro/bootloader/arm-trusted-firmware/services/spd/tlkd/
Dtlkd_main.c264 SMC_RET4(&tlk_ctx.cpu_ctx, smc_fid, 0, (uint32_t)x1, in tlkd_smc_handler()
297 SMC_RET4(handle, (uint32_t)par, (uint32_t)(par >> 32), 0, 0); in tlkd_smc_handler()
/device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
Dopteed_main.c266 SMC_RET4(&optee_ctx->cpu_ctx, smc_fid, x1, x2, x3); in opteed_smc_handler()
371 SMC_RET4(ns_cpu_context, x1, x2, x3, x4); in opteed_smc_handler()
/device/linaro/bootloader/arm-trusted-firmware/services/spd/trusty/
Dtrusty.c185 SMC_RET4(handle, ctx->fiq_pc, ctx->fiq_cpsr, sp_el0, ctx->fiq_sp_el1); in trusty_get_fiq_regs()
/device/linaro/bootloader/arm-trusted-firmware/docs/
Drt-svc-writers-guide.rst266 SMC_RET4(handle, x0, x1, x2, x3);