Searched refs:curr_partition (Results 1 – 4 of 4) sorted by relevance
/trusted-firmware-m-3.6.0/secure_fw/spm/core/ |
D | agent_api.c | 27 struct partition_t *curr_partition = GET_CURRENT_COMPONENT(); in tfm_spm_agent_psa_call() local 34 curr_partition->boundary, (uintptr_t)params, in tfm_spm_agent_psa_call() 63 struct partition_t *curr_partition = GET_CURRENT_COMPONENT(); in tfm_spm_agent_psa_connect() local 65 if (!IS_NS_AGENT_MAILBOX(curr_partition->p_ldinf)) { in tfm_spm_agent_psa_connect()
|
D | psa_call_api.c | 33 struct partition_t *curr_partition = GET_CURRENT_COMPONENT(); in spm_associate_call_params() local 64 curr_partition->boundary, (uintptr_t)inptr, in spm_associate_call_params() 79 curr_partition->boundary, (uintptr_t)outptr, in spm_associate_call_params() 115 curr_partition->boundary, (uintptr_t)ivecs_local[i].base, in spm_associate_call_params() 138 curr_partition->boundary, (uintptr_t)ovecs_local[i].base, in spm_associate_call_params()
|
D | psa_read_write_skip_api.c | 20 struct partition_t *curr_partition = GET_CURRENT_COMPONENT(); in tfm_spm_partition_psa_read() local 68 curr_partition->boundary, (uintptr_t)buffer, in tfm_spm_partition_psa_read() 149 struct partition_t *curr_partition = GET_CURRENT_COMPONENT(); in tfm_spm_partition_psa_write() local 199 curr_partition->boundary, (uintptr_t)buffer, in tfm_spm_partition_psa_write()
|
D | tfm_boot_data.c | 155 struct partition_t *curr_partition = GET_CURRENT_COMPONENT(); in tfm_core_get_boot_data_handler() local 159 curr_partition->boundary, (uintptr_t)buf_start, in tfm_core_get_boot_data_handler()
|