Searched refs:spm_core_context (Results 1 – 3 of 3) sorted by relevance
34 static spmd_spm_core_context_t spm_core_context[PLATFORM_CORE_COUNT]; variable59 return &spm_core_context[core_idx]; in spmd_get_context_by_mpidr()330 spm_core_context[core_id].state = SPMC_STATE_OFF; in spmd_spmc_init()333 cpu_ctx = &spm_core_context[core_id].cpu_ctx; in spmd_spmc_init()
40 static spmd_spm_core_context_t spm_core_context[PLATFORM_CORE_COUNT]; variable66 return &spm_core_context[core_idx]; in spmd_get_context_by_mpidr()550 spm_core_context[core_id].state = SPMC_STATE_OFF; in spmd_spmc_init()553 cpu_ctx = &spm_core_context[core_id].cpu_ctx; in spmd_spmc_init()
274 static spmd_spm_core_context_t spm_core_context[PLATFORM_CORE_COUNT];