Home
last modified time | relevance | path

Searched refs:EXC_NUM_THREAD_MODE (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-3.4.0/secure_fw/spm/cmsis_psa/
Dpsa_interface_sfn.c17 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in psa_framework_version_sfn()
27 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in psa_version_sfn()
41 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in psa_call_pack_sfn()
66 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in psa_read_sfn()
78 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in psa_skip_sfn()
89 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in psa_write_sfn()
99 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in psa_panic_sfn()
115 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in psa_connect_sfn()
142 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in psa_close_sfn()
167 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in psa_wait_sfn()
[all …]
Dspm_cross_call.c66 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in spm_interface_cross_dispatcher()
/trusted-firmware-m-3.4.0/secure_fw/spm/ns_client_ext/
Dtfm_ns_client_ext.c32 if (__get_active_exc_num() == EXC_NUM_THREAD_MODE) { in tfm_nsce_init()
52 if (__get_active_exc_num() == EXC_NUM_THREAD_MODE) { in tfm_nsce_acquire_ctx()
74 if (__get_active_exc_num() == EXC_NUM_THREAD_MODE) { in tfm_nsce_release_ctx()
102 if (__get_active_exc_num() == EXC_NUM_THREAD_MODE) { in tfm_nsce_load_ctx()
135 if (__get_active_exc_num() == EXC_NUM_THREAD_MODE) { in tfm_nsce_save_ctx()
/trusted-firmware-m-3.4.0/secure_fw/spm/cmsis_psa/arch/
Dtfm_arch_v6m_v7m.h34 #define EXC_NUM_THREAD_MODE (0) macro
/trusted-firmware-m-3.4.0/secure_fw/spm/include/
Dtfm_arch_v8m.h51 #define EXC_NUM_THREAD_MODE (0) macro