Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nxp/common/
Dtfm_hal_isolation.c659 trdc_mbc_memory_block_config_t mbcBlockConfig; in ppc_configure_to_secure() local
661 (void)memset(&mbcBlockConfig, 0, sizeof(mbcBlockConfig)); in ppc_configure_to_secure()
663 mbcBlockConfig.nseEnable = false; in ppc_configure_to_secure()
665 mbcBlockConfig.domainIdx = 0; /* Core domain */ in ppc_configure_to_secure()
666 mbcBlockConfig.mbcIdx = platform_data->mbcIdx; in ppc_configure_to_secure()
667 mbcBlockConfig.slaveMemoryIdx = platform_data->slaveMemoryIdx; in ppc_configure_to_secure()
668 mbcBlockConfig.memoryBlockIdx = platform_data->memoryBlockIdx; in ppc_configure_to_secure()
671 mbcBlockConfig.memoryAccessControlSelect = TRDC_ACCESS_CONTROL_POLICY_SEC_PRIV_INDEX; in ppc_configure_to_secure()
673 mbcBlockConfig.memoryAccessControlSelect = TRDC_ACCESS_CONTROL_POLICY_SEC_INDEX; in ppc_configure_to_secure()
675 TRDC_MbcSetMemoryBlockConfig(TRDC, &mbcBlockConfig); in ppc_configure_to_secure()