Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/spm/core/
Dpsa_interface_sfn.c19 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in psa_framework_version()
29 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in psa_version()
43 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in tfm_psa_call_pack()
68 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in psa_read()
80 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in psa_skip()
91 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in psa_write()
101 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in psa_panic()
117 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in psa_connect()
144 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in psa_close()
169 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in psa_wait()
[all …]
Dbackend_ipc.c416 if (__get_active_exc_num() != EXC_NUM_THREAD_MODE) { in backend_abi_entering_spm()
/trusted-firmware-m-latest/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-latest/secure_fw/spm/core/arch/
Dtfm_arch_v6m_v7m.h34 #define EXC_NUM_THREAD_MODE (0) macro
/trusted-firmware-m-latest/secure_fw/spm/include/
Dtfm_arch_v8m.h39 #define EXC_NUM_THREAD_MODE (0) macro