Searched defs:context (Results 1 – 9 of 9) sorted by relevance
/arm-trusted-firmware-2.8.0/lib/extensions/sve/ |
A D | sve.c | 33 void sve_enable(cpu_context_t *context) in sve_enable() 52 void sve_disable(cpu_context_t *context) in sve_disable()
|
/arm-trusted-firmware-2.8.0/bl31/ |
A D | bl31_context_mgmt.c | 31 void cm_set_context(void *context, uint32_t security_state) in cm_set_context() 58 void cm_set_context_by_index(unsigned int cpu_idx, void *context, in cm_set_context_by_index()
|
/arm-trusted-firmware-2.8.0/lib/extensions/sme/ |
A D | sme.c | 32 void sme_enable(cpu_context_t *context) in sme_enable() 83 void sme_disable(cpu_context_t *context) in sme_disable()
|
/arm-trusted-firmware-2.8.0/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()
|
/arm-trusted-firmware-2.8.0/include/lib/el3_runtime/ |
A D | context_mgmt.h | 63 static inline void cm_set_next_context(void *context) in cm_set_next_context()
|
/arm-trusted-firmware-2.8.0/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()
|
/arm-trusted-firmware-2.8.0/bl1/aarch64/ |
A D | bl1_context_mgmt.c | 28 void cm_set_context(void *context, uint32_t security_state) in cm_set_context()
|
/arm-trusted-firmware-2.8.0/bl1/aarch32/ |
A D | bl1_context_mgmt.c | 56 void cm_set_next_context(void *context) in cm_set_next_context()
|
/arm-trusted-firmware-2.8.0/tools/conventional-changelog-tf-a/ |
A D | index.js | 168 writerOpts.transform = function (commit, context) { argument
|
Completed in 11 milliseconds