Home
last modified time | relevance | path

Searched refs:pid (Results 1 – 15 of 15) sorted by relevance

/trusted-firmware-m-3.6.0/tools/
Dtfm_parse_manifest_list.py97 def manifest_validation(manifest, pid): argument
123 if (pid == None or pid >= TFM_PID_BASE) \
344 pid = None
346 pid = manifest_item['pid']
349 if pid in pid_list:
350 raise Exception('PID No. {} has already been used!'.format(pid))
352 pid_list.append(pid)
364 manifest = manifest_validation(manifest, pid)
369 if pid == None or pid >= TFM_PID_BASE:
441 pid = max(pid_list, default = TFM_PID_BASE - 1)
[all …]
/trusted-firmware-m-3.6.0/secure_fw/spm/include/load/
Dinterrupt_defs.h26 int32_t pid; /* Owner Partition ID */ member
Dpartition_defs.h93 int32_t pid; /* Partition ID */ member
/trusted-firmware-m-3.6.0/secure_fw/spm/core/
Dinterrupt.c153 if (p_ildi->pid != p_part->p_ldinf->pid) { in spm_handle_interrupt()
Dspm_ipc.c115 if (p_part->p_ldinf->pid == partition_id) { in tfm_spm_get_partition_by_id()
289 if (partition_id != p_conn_handle->service->partition->p_ldinf->pid) { in spm_msg_handle_to_connection()
334 return partition->p_ldinf->pid; in tfm_spm_partition_get_running_partition_id()
Dstack_watermark.c57 SPMLOG_VAL(" Partition id: ", p_pt->p_ldinf->pid); in dump_used_stacks()
Drom_loader.c95 if (p_ptldinf->pid < 0) { in load_a_partition_assuredly()
/trusted-firmware-m-3.6.0/interface/include/psa_manifest/
Dpid.h.template19 #define {{"%-62s"|format(partition.manifest.name)}} ({{partition.attr.pid}})
/trusted-firmware-m-3.6.0/secure_fw/partitions/idle_partition/
Dload_info_idle_sp.c54 .pid = TFM_SP_IDLE_ID,
/trusted-firmware-m-3.6.0/secure_fw/partitions/ns_agent_tz/
Dload_info_ns_agent_tz.c65 .pid = 0,
/trusted-firmware-m-3.6.0/tools/templates/
Dpartition_load_info.template24 #include "psa_manifest/pid.h"
110 .pid = {{manifest.name}},
274 .pid = {{manifest.name}},
/trusted-firmware-m-3.6.0/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_iap_ffr.h134 uint16_t pid; member
/trusted-firmware-m-3.6.0/docs/integration_guide/services/
Dtfm_manifest_tool_user_guide.rst17 as ``psa_manifest/pid.h`` and ``psa_manifest/sid.h``.
123 - ``pid``
Dtfm_secure_partition_addition.rst165 "pid": 290,
181 ``<TF-M build folder>generated/interface/include/psa_manifest/pid.h``. Each
/trusted-firmware-m-3.6.0/docs/design_docs/services/
Dsecure_partition_manager.rst723 int32_t pid; /* Partition ID */