Home
last modified time | relevance | path

Searched refs:TSPD_SP_CTX_SIZE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
Dtspd_private.h125 #define TSPD_SP_CTX_SIZE 0x90 macro
126 #define TSPD_SP_CTX_ENTRIES (TSPD_SP_CTX_SIZE >> DWORD_SHIFT)
158 CASSERT(TSPD_SP_CTX_SIZE == sizeof(sp_ctx_regs_t), \
Dtspd_main.c132 memcpy(&tsp_ctx->sp_ctx, &tsp_ctx->cpu_ctx, TSPD_SP_CTX_SIZE); in tspd_sel1_interrupt_handler()
337 TSPD_SP_CTX_SIZE); in tspd_smc_handler()