Home
last modified time | relevance | path

Searched refs:secondary_ep (Results 1 – 3 of 3) sorted by relevance

/external/arm-trusted-firmware/services/std_svc/spmd/
Dspmd_pm.c51 spmd_pm_secondary_ep_t *secondary_ep = &ctx->secondary_ep; in spmd_pm_secondary_core_set_ep() local
52 if (secondary_ep->locked) { in spmd_pm_secondary_core_set_ep()
58 secondary_ep->entry_point = entry_point; in spmd_pm_secondary_core_set_ep()
59 secondary_ep->context = context; in spmd_pm_secondary_core_set_ep()
60 secondary_ep->locked = true; in spmd_pm_secondary_core_set_ep()
89 if (ctx->secondary_ep.entry_point == 0UL) { in spmd_cpu_on_finish_handler()
93 spmc_ep_info->pc = ctx->secondary_ep.entry_point; in spmd_cpu_on_finish_handler()
96 ctx->secondary_ep.context); in spmd_cpu_on_finish_handler()
127 if (ctx->secondary_ep.entry_point == 0UL) { in spmd_cpu_off_handler()
Dspmd_private.h59 spmd_pm_secondary_ep_t secondary_ep; member
Dspmd_main.c168 spm_core_context[core_id].secondary_ep.entry_point = 0UL; in spmd_init()