Searched refs:SMC_RET4 (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/include/bl31/ |
D | runtime_svc.h | 155 #define SMC_RET4(_h, _x0, _x1, _x2, _x3) { \ macro 267 SMC_RET4(handle, ((const uint32_t *) &(_uuid))[0], \
|
/device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/ |
D | opteed_main.c | 414 SMC_RET4(&optee_ctx->cpu_ctx, smc_fid, x1, x2, x3); in opteed_smc_handler() 519 SMC_RET4(ns_cpu_context, x1, x2, x3, x4); in opteed_smc_handler()
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | rt-svc-writers-guide.md | 254 SMC_RET4(handle, x0, x1, x2, x3);
|