Home
last modified time | relevance | path

Searched refs:SMC_RET3 (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/bl31/
Druntime_svc.h151 #define SMC_RET3(_h, _x0, _x1, _x2) { \ macro
157 SMC_RET3(_h, (_x0), (_x1), (_x2)); \
/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
Dtspd_main.c589 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/
Drt-svc-writers-guide.md253 SMC_RET3(handle, x0, x1, x2);