Home
last modified time | relevance | path

Searched refs:PARTITION_NS_AGENT_TZ (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.7.0/secure_fw/spm/include/load/
Dpartition_defs.h54 #define PARTITION_NS_AGENT_TZ (1UL << 11) macro
70 … & (PARTITION_NS_AGENT_MB | PARTITION_NS_AGENT_TZ)))
72 #define IS_NS_AGENT_TZ(pldi) (!!((pldi)->flags & PARTITION_NS_AGENT_TZ))
82 #define PARTITION_TYPE_TO_INDEX(type) (!!((type) & PARTITION_NS_AGENT_TZ))
/trusted-firmware-m-3.7.0/secure_fw/partitions/ns_agent_tz/
Dload_info_ns_agent_tz.c69 | PARTITION_NS_AGENT_TZ,