Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/spm/spm_mm/
H A Dspm_mm_private.h53 } sp_context_t; typedef
56 void spm_sp_setup(sp_context_t *sp_ctx);
58 int32_t spm_memory_attributes_get_smc_handler(sp_context_t *sp_ctx,
62 int spm_memory_attributes_set_smc_handler(sp_context_t *sp_ctx,
H A Dspm_mm_main.c33 static sp_context_t sp_ctx;
46 static void sp_state_set(sp_context_t *sp_ptr, sp_state_t state) in sp_state_set()
55 static void sp_state_wait_switch(sp_context_t *sp_ptr, sp_state_t from, sp_state_t to) in sp_state_wait_switch()
65 static uint64_t spm_sp_synchronous_entry(sp_context_t *ctx) in spm_sp_synchronous_entry()
97 sp_context_t *ctx = &sp_ctx; in spm_sp_synchronous_exit()
115 sp_context_t *ctx; in spm_init()
138 sp_context_t *ctx; in spm_mm_setup()
167 sp_context_t *sp_ptr = &sp_ctx; in spm_mm_sp_call()
H A Dspm_mm_xlat.c90 int32_t spm_memory_attributes_get_smc_handler(sp_context_t *sp_ctx, in spm_memory_attributes_get_smc_handler()
151 int spm_memory_attributes_set_smc_handler(sp_context_t *sp_ctx, in spm_memory_attributes_set_smc_handler()
H A Dspm_mm_setup.c122 void spm_sp_setup(sp_context_t *sp_ctx) in spm_sp_setup()