HomeSort by relevance Sort by last modified time
    Searched refs:TSPD_SP_CTX_SIZE (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
tspd_private.h 148 #define TSPD_SP_CTX_SIZE 0x90
149 #define TSPD_SP_CTX_ENTRIES (TSPD_SP_CTX_SIZE >> DWORD_SHIFT)
181 CASSERT(TSPD_SP_CTX_SIZE == sizeof(sp_ctx_regs_t), \
tspd_main.c 144 memcpy(&tsp_ctx->sp_ctx, &tsp_ctx->cpu_ctx, TSPD_SP_CTX_SIZE);
355 TSPD_SP_CTX_SIZE);

Completed in 51 milliseconds