Home
last modified time | relevance | path

Searched refs:GET_CURRENT_COMPONENT (Results 1 – 13 of 13) sorted by relevance

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dpsa_interface_sfn.c48 p_client = GET_CURRENT_COMPONENT(); in tfm_psa_call_pack()
52 p_target = GET_CURRENT_COMPONENT(); in tfm_psa_call_pack()
122 p_client = GET_CURRENT_COMPONENT(); in psa_connect()
126 p_target = GET_CURRENT_COMPONENT(); in psa_connect()
149 p_client = GET_CURRENT_COMPONENT(); in psa_close()
153 p_target = GET_CURRENT_COMPONENT(); in psa_close()
279 p_client = GET_CURRENT_COMPONENT(); in agent_psa_call()
283 p_target = GET_CURRENT_COMPONENT(); in agent_psa_call()
308 p_client = GET_CURRENT_COMPONENT(); in agent_psa_connect()
312 p_target = GET_CURRENT_COMPONENT(); in agent_psa_connect()
[all …]
Dpsa_irq_api.c23 partition = GET_CURRENT_COMPONENT(); in tfm_spm_partition_psa_irq_enable()
40 partition = GET_CURRENT_COMPONENT(); in tfm_spm_partition_psa_irq_disable()
60 partition = GET_CURRENT_COMPONENT(); in tfm_spm_partition_psa_reset_signal()
93 partition = GET_CURRENT_COMPONENT(); in tfm_spm_partition_psa_eoi()
Dmailbox_agent_api.c27 struct partition_t *curr_partition = GET_CURRENT_COMPONENT(); in tfm_spm_agent_psa_call()
61 struct partition_t *curr_partition = GET_CURRENT_COMPONENT(); in tfm_spm_agent_psa_connect()
86 struct partition_t *curr_partition = GET_CURRENT_COMPONENT(); in tfm_spm_agent_psa_close()
Dinterrupt.c56 p_curr_sp = GET_CURRENT_COMPONENT(); in tfm_flih_prepare_depriv_flih()
103 p_owner_sp = GET_CURRENT_COMPONENT(); in tfm_flih_return_to_isr()
188 GET_CURRENT_COMPONENT()); in spm_handle_interrupt()
Dspm_ipc.c161 partition = GET_CURRENT_COMPONENT(); in tfm_spm_check_authorization()
307 p_connection->p_client = GET_CURRENT_COMPONENT(); in spm_init_idle_connection()
326 partition = GET_CURRENT_COMPONENT(); in tfm_spm_partition_get_running_partition_id()
336 struct partition_t *partition = GET_CURRENT_COMPONENT(); in tfm_spm_is_ns_caller()
Dpsa_api.c84 partition = GET_CURRENT_COMPONENT(); in tfm_spm_partition_psa_wait()
131 partition = GET_CURRENT_COMPONENT(); in tfm_spm_partition_psa_get()
339 partition = GET_CURRENT_COMPONENT(); in tfm_spm_partition_psa_clear()
Dbackend_sfn.c98 p_curr = GET_CURRENT_COMPONENT(); in spm_init_function()
156 struct partition_t *partition = GET_CURRENT_COMPONENT(); in backend_system_run()
Dpsa_read_write_skip_api.c20 struct partition_t *curr_partition = GET_CURRENT_COMPONENT(); in tfm_spm_partition_psa_read()
149 struct partition_t *curr_partition = GET_CURRENT_COMPONENT(); in tfm_spm_partition_psa_write()
Dtfm_svcalls.c87 struct partition_t *p_part_next = GET_CURRENT_COMPONENT(); in thread_mode_spm_return()
173 p_curr_sp = GET_CURRENT_COMPONENT(); in prepare_to_thread_mode_spm()
227 curr_partition = GET_CURRENT_COMPONENT(); in handle_spm_svc_requests()
Dtfm_boot_data.c155 struct partition_t *curr_partition = GET_CURRENT_COMPONENT(); in tfm_core_get_boot_data_handler()
Dbackend_ipc.c409 struct partition_t *caller = GET_CURRENT_COMPONENT(); in backend_abi_entering_spm()
496 p_part_curr = GET_CURRENT_COMPONENT(); in ipc_schedule()
Dpsa_call_api.c31 struct partition_t *curr_partition = GET_CURRENT_COMPONENT(); in spm_associate_call_params()
/trusted-firmware-m-3.7.0/secure_fw/spm/include/
Dcurrent.h15 #define GET_CURRENT_COMPONENT() GET_CTX_OWNER(CURRENT_THREAD->p_context_ctrl) macro
21 #define GET_CURRENT_COMPONENT() p_current_partition macro