/trusted-firmware-m-3.7.0/platform/ext/target/arm/corstone1000/ |
D | tfm_hal_isolation.c | 244 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/ |
D | tfm_hal_isolation.c | 165 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/ |
D | tfm_hal_isolation.c | 173 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/ |
D | tfm_hal_isolation.c | 361 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/ |
D | tfm_ipc_config_default.cmake | 16 # Derive ns_agent partitions
|
D | tfm_sfn_config_default.cmake | 16 # Derive ns_agent partitions
|
/trusted-firmware-m-3.7.0/platform/ext/target/nordic_nrf/common/core/ |
D | tfm_hal_isolation.c | 79 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/ |
D | tfm_hal_isolation.c | 266 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/ |
D | tfm_hal_isolation.c | 270 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/ |
D | partition_load_info.template | 118 {% 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/ |
D | tfm_hal_isolation.c | 421 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/ |
D | tfm_hal_isolation.c | 278 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/ |
D | tfm_hal_isolation.c | 393 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/ |
D | tfm_hal_isolation.c | 338 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/ |
D | mailbox_ns_agent_update.rst | 367 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.
|