Searched defs:saved_tsp_args (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
H A Dtspd_private.h195 * 'saved_tsp_args' - space to store arguments for TSP arithmetic operations
209 uint64_t saved_tsp_args[TSP_NUM_ARGS]; member in struct:tsp_context
217 tsp_ctx->saved_tsp_args[0] = x1;\
218 tsp_ctx->saved_tsp_args[1] = x2;\
222 x1 = tsp_ctx->saved_tsp_args[0];\
223 x2 = tsp_ctx->saved_tsp_args[1];\

Completed in 336 milliseconds