Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/platform/ext/target/arm/corstone1000/
Dtfm_hal_isolation.c244 bool ns_agent; in tfm_hal_bind_boundary() local
257 ns_agent = IS_NS_AGENT_TZ(p_ldinf); in tfm_hal_bind_boundary()
260 partition_attrs |= ((uint32_t)ns_agent << HANDLE_ATTR_NS_POS) & in tfm_hal_bind_boundary()
/trusted-firmware-m-3.7.0/platform/ext/target/arm/mps2/an519/
Dtfm_hal_isolation.c165 bool ns_agent; in tfm_hal_bind_boundary() local
182 ns_agent = IS_NS_AGENT(p_ldinf); in tfm_hal_bind_boundary()
244 partition_attrs |= ((uint32_t)ns_agent << HANDLE_ATTR_NS_POS) & in tfm_hal_bind_boundary()
/trusted-firmware-m-3.7.0/platform/ext/target/arm/musca_s1/
Dtfm_hal_isolation.c173 bool ns_agent; in tfm_hal_bind_boundary() local
190 ns_agent = IS_NS_AGENT(p_ldinf); in tfm_hal_bind_boundary()
254 partition_attrs |= ((uint32_t)ns_agent << HANDLE_ATTR_NS_POS) & in tfm_hal_bind_boundary()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/secure/
Dtfm_hal_isolation.c361 bool ns_agent; in tfm_hal_bind_boundary() local
379 ns_agent = IS_NS_AGENT(p_ldinf); in tfm_hal_bind_boundary()
427 partition_attrs |= ((uint32_t)ns_agent << HANDLE_ATTR_NS_POS) & in tfm_hal_bind_boundary()
/trusted-firmware-m-3.7.0/config/
Dtfm_ipc_config_default.cmake16 # Derive ns_agent partitions
Dtfm_sfn_config_default.cmake16 # Derive ns_agent partitions
/trusted-firmware-m-3.7.0/platform/ext/target/nordic_nrf/common/core/
Dtfm_hal_isolation.c79 bool ns_agent; in tfm_hal_bind_boundary() local
88 ns_agent = IS_NS_AGENT(p_ldinf); in tfm_hal_bind_boundary()
91 partition_attrs |= ((uint32_t)ns_agent << HANDLE_ATTR_NS_POS) & in tfm_hal_bind_boundary()
/trusted-firmware-m-3.7.0/platform/ext/target/nuvoton/common/
Dtfm_hal_isolation.c266 bool ns_agent; in tfm_hal_bind_boundary() local
284 ns_agent = IS_NS_AGENT(p_ldinf); in tfm_hal_bind_boundary()
365 partition_attrs |= ((uint32_t)ns_agent << HANDLE_ATTR_NS_POS) & in tfm_hal_bind_boundary()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/secure/
Dtfm_hal_isolation.c270 bool ns_agent; in tfm_hal_bind_boundary() local
288 ns_agent = IS_NS_AGENT(p_ldinf); in tfm_hal_bind_boundary()
356 partition_attrs |= ((uint32_t)ns_agent << HANDLE_ATTR_NS_POS) & in tfm_hal_bind_boundary()
/trusted-firmware-m-3.7.0/tools/templates/
Dpartition_load_info.template118 {% if manifest.ns_agent is sameas true %}
133 {% if manifest.ns_agent is sameas true %}
275 {% if manifest.ns_agent is sameas true %}
285 {% if manifest.ns_agent is sameas true %}
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/secure/
Dtfm_hal_isolation.c421 bool ns_agent; in tfm_hal_bind_boundary() local
439 ns_agent = IS_NS_AGENT(p_ldinf); in tfm_hal_bind_boundary()
487 partition_attrs |= ((uint32_t)ns_agent << HANDLE_ATTR_NS_POS) & in tfm_hal_bind_boundary()
/trusted-firmware-m-3.7.0/platform/ext/target/arm/musca_b1/
Dtfm_hal_isolation.c278 bool ns_agent; in tfm_hal_bind_boundary() local
296 ns_agent = IS_NS_AGENT(p_ldinf); in tfm_hal_bind_boundary()
378 partition_attrs |= ((uint32_t)ns_agent << HANDLE_ATTR_NS_POS) & in tfm_hal_bind_boundary()
/trusted-firmware-m-3.7.0/platform/ext/target/arm/mps2/an521/
Dtfm_hal_isolation.c393 bool ns_agent; in tfm_hal_bind_boundary() local
415 ns_agent = IS_NS_AGENT(p_ldinf); in tfm_hal_bind_boundary()
512 partition_attrs |= ((uint32_t)ns_agent << HANDLE_ATTR_NS_POS) & in tfm_hal_bind_boundary()
/trusted-firmware-m-3.7.0/platform/ext/target/nxp/common/
Dtfm_hal_isolation.c338 bool ns_agent; in tfm_hal_bind_boundary() local
357 ns_agent = IS_NS_AGENT(p_ldinf); in tfm_hal_bind_boundary()
427 partition_attrs |= ((uint32_t)ns_agent << HANDLE_ATTR_NS_POS) & in tfm_hal_bind_boundary()
/trusted-firmware-m-3.7.0/docs/design_docs/dual-cpu/
Dmailbox_ns_agent_update.rst367 ns_agent Indicate if manifest owner is an Agent.
400 The manifest for agents involves specific keys ('ns_agent' e.g.), these keys
416 "non_ffm_attributes": "ns_agent", "other_option",
418 ``non_ffm_attributes`` tells the manifest tool that ``ns_agent`` is valid
420 non-agent service abuses ns_agent in its manifest.