Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/spm/core/
Dtfm_boot_data.c64 static const struct boot_data_access_policy access_policy_table[] = { variable
97 const uint32_t array_size = ARRAY_SIZE(access_policy_table); in tfm_core_check_boot_data_access_policy()
107 if (partition_id == access_policy_table[i].partition_id) { in tfm_core_check_boot_data_access_policy()
108 if (major_type == access_policy_table[i].major_type) { in tfm_core_check_boot_data_access_policy()