Searched defs:context (Results 1 – 7 of 7) sorted by relevance
/tf-a-ffa_el3_spmc/bl31/ |
A D | bl31_context_mgmt.c | 31 void cm_set_context(void *context, uint32_t security_state) in cm_set_context() 56 void cm_set_context_by_index(unsigned int cpu_idx, void *context, in cm_set_context_by_index()
|
/tf-a-ffa_el3_spmc/drivers/nxp/crypto/caam/src/auth/ |
A D | hash.c | 64 int hash_update(enum hash_algo algo, void *context, void *data_ptr, in hash_update() 111 int hash_final(enum hash_algo algo, void *context, void *hash_ptr, in hash_final()
|
/tf-a-ffa_el3_spmc/include/lib/el3_runtime/ |
A D | context_mgmt.h | 62 static inline void cm_set_next_context(void *context) in cm_set_next_context()
|
/tf-a-ffa_el3_spmc/lib/extensions/sve/ |
A D | sve.c | 28 void sve_enable(cpu_context_t *context) in sve_enable()
|
/tf-a-ffa_el3_spmc/bl32/sp_min/ |
A D | sp_min_main.c | 79 void cm_set_context(void *context, uint32_t security_state) in cm_set_context() 102 void cm_set_context_by_index(unsigned int cpu_idx, void *context, in cm_set_context_by_index()
|
/tf-a-ffa_el3_spmc/bl1/aarch64/ |
A D | bl1_context_mgmt.c | 27 void cm_set_context(void *context, uint32_t security_state) in cm_set_context()
|
/tf-a-ffa_el3_spmc/bl1/aarch32/ |
A D | bl1_context_mgmt.c | 56 void cm_set_next_context(void *context) in cm_set_next_context()
|
Completed in 5 milliseconds