Searched refs:SMC_RET3 (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/include/bl31/ |
D | runtime_svc.h | 151 #define SMC_RET3(_h, _x0, _x1, _x2) { \ macro 157 SMC_RET3(_h, (_x0), (_x1), (_x2)); \
|
/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/ |
D | tspd_main.c | 589 SMC_RET3(&tsp_ctx->cpu_ctx, smc_fid, x1, x2); in tspd_smc_handler() 619 SMC_RET3(ns_cpu_context, x1, x2, x3); in tspd_smc_handler()
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | rt-svc-writers-guide.md | 253 SMC_RET3(handle, x0, x1, x2);
|