Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/services/spd/tspd/
Dtspd_private.h126 #define TSPD_SP_CTX_SIZE 0x90 macro
127 #define TSPD_SP_CTX_ENTRIES (TSPD_SP_CTX_SIZE >> DWORD_SHIFT)
160 CASSERT(TSPD_SP_CTX_SIZE == sizeof(sp_ctx_regs_t),
Dtspd_main.c198 memcpy(&tsp_ctx->sp_ctx, &tsp_ctx->cpu_ctx, TSPD_SP_CTX_SIZE); in tspd_sel1_interrupt_handler()
403 TSPD_SP_CTX_SIZE); in tspd_smc_handler()