OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SMC_RET3
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/include/bl31/
runtime_svc.h
151
#define
SMC_RET3
(_h, _x0, _x1, _x2) { \
157
SMC_RET3
(_h, (_x0), (_x1), (_x2)); \
/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
tspd_main.c
589
SMC_RET3
(&tsp_ctx->cpu_ctx, smc_fid, x1, x2);
619
SMC_RET3
(ns_cpu_context, x1, x2, x3);
Completed in 60 milliseconds