Home
last modified time | relevance | path

Searched refs:sp_context_t (Results 1 – 4 of 4) sorted by relevance

/external/arm-trusted-firmware/services/std_svc/spm_mm/
Dspm_mm_main.c30 static sp_context_t sp_ctx;
35 void sp_state_set(sp_context_t *sp_ptr, sp_state_t state) in sp_state_set()
46 void sp_state_wait_switch(sp_context_t *sp_ptr, sp_state_t from, sp_state_t to) in sp_state_wait_switch()
67 int sp_state_try_switch(sp_context_t *sp_ptr, sp_state_t from, sp_state_t to) in sp_state_try_switch()
88 static uint64_t spm_sp_synchronous_entry(sp_context_t *ctx) in spm_sp_synchronous_entry()
120 sp_context_t *ctx = &sp_ctx; in spm_sp_synchronous_exit()
138 sp_context_t *ctx; in spm_init()
161 sp_context_t *ctx; in spm_mm_setup()
190 sp_context_t *sp_ptr = &sp_ctx; in spm_mm_sp_call()
Dspm_mm_private.h52 } sp_context_t; typedef
58 void spm_sp_setup(sp_context_t *sp_ctx);
62 int32_t spm_memory_attributes_get_smc_handler(sp_context_t *sp_ctx,
64 int spm_memory_attributes_set_smc_handler(sp_context_t *sp_ctx,
Dspm_mm_xlat.c112 int32_t spm_memory_attributes_get_smc_handler(sp_context_t *sp_ctx, in spm_memory_attributes_get_smc_handler()
134 int spm_memory_attributes_set_smc_handler(sp_context_t *sp_ctx, in spm_memory_attributes_set_smc_handler()
Dspm_mm_setup.c25 void spm_sp_setup(sp_context_t *sp_ctx) in spm_sp_setup()