/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/iee_apc/ |
D | fsl_iee_apc.c | 65 status_t IEE_APC_SetRegionConfig(IEE_APC_Type *base, iee_apc_region_t region, uint32_t startAddr, u… in IEE_APC_SetRegionConfig() argument 80 if (region == kIEE_APC_Region0) in IEE_APC_SetRegionConfig() 87 if (region == kIEE_APC_Region1) in IEE_APC_SetRegionConfig() 94 if (region == kIEE_APC_Region2) in IEE_APC_SetRegionConfig() 101 if (region == kIEE_APC_Region3) in IEE_APC_SetRegionConfig() 108 if (region == kIEE_APC_Region4) in IEE_APC_SetRegionConfig() 115 if (region == kIEE_APC_Region5) in IEE_APC_SetRegionConfig() 122 if (region == kIEE_APC_Region6) in IEE_APC_SetRegionConfig() 129 if (region == kIEE_APC_Region7) in IEE_APC_SetRegionConfig() 149 status_t IEE_APC_LockRegionConfig(IEE_APC_Type *base, iee_apc_region_t region, iee_apc_domain_t dom… in IEE_APC_LockRegionConfig() argument [all …]
|
D | fsl_iee_apc.h | 92 status_t IEE_APC_SetRegionConfig(IEE_APC_Type *base, iee_apc_region_t region, uint32_t startAddr, u… 104 status_t IEE_APC_LockRegionConfig(IEE_APC_Type *base, iee_apc_region_t region, iee_apc_domain_t dom… 114 void IEE_APC_RegionEnable(IEE_APC_Type *base, iee_apc_region_t region);
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/prince/ |
D | fsl_prince.c | 180 status_t PRINCE_GenNewIV(prince_region_t region, uint8_t *iv_code, bool store, flash_config_t *flas… in PRINCE_GenNewIV() argument 194 …sicKey(PUF, (puf_key_index_register_t)(uint32_t)((uint32_t)kPUF_KeyIndex_02 + (uint32_t)region), 8, in PRINCE_GenNewIV() 205 (((uint32_t)region * sizeof(cfpa_cfg_iv_code_t))) + 4U], in PRINCE_GenNewIV() 251 status_t PRINCE_LoadIV(prince_region_t region, uint8_t *iv_code) in PRINCE_LoadIV() argument 264 if (((uint32_t)kPUF_KeyIndex_02 + (uint32_t)region) == (uint32_t)keyIndex) in PRINCE_LoadIV() 270 (void)PRINCE_SetRegionIV(PRINCE, (prince_region_t)region, prince_iv); in PRINCE_LoadIV() 305 …prince_region_t region, uint32_t start_address, uint32_t length, flash_config_t *flash_context, bo… in PRINCE_SetEncryptForAddressRange() argument 345 status = PRINCE_GenNewIV((prince_region_t)region, &prince_iv_code[0], true, flash_context); in PRINCE_SetEncryptForAddressRange() 352 status = PRINCE_LoadIV((prince_region_t)region, &prince_iv_code[0]); in PRINCE_SetEncryptForAddressRange() 395 (void)PRINCE_GetRegionSREnable(PRINCE, (prince_region_t)region, &srEnableRegisterActual); in PRINCE_SetEncryptForAddressRange() [all …]
|
D | fsl_prince.h | 267 status_t PRINCE_GenNewIV(prince_region_t region, uint8_t *iv_code, bool store, flash_config_t *flas… 282 status_t PRINCE_LoadIV(prince_region_t region, uint8_t *iv_code); 311 …prince_region_t region, uint32_t start_address, uint32_t length, flash_config_t *flash_context, bo… 326 status_t PRINCE_GetRegionSREnable(PRINCE_Type *base, prince_region_t region, uint32_t *sr_enable); 340 status_t PRINCE_GetRegionBaseAddress(PRINCE_Type *base, prince_region_t region, uint32_t *region_ba… 351 status_t PRINCE_SetRegionIV(PRINCE_Type *base, prince_region_t region, const uint8_t iv[8]); 362 status_t PRINCE_SetRegionBaseAddress(PRINCE_Type *base, prince_region_t region, uint32_t region_bas… 373 status_t PRINCE_SetRegionSREnable(PRINCE_Type *base, prince_region_t region, uint32_t sr_enable);
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/iee/ |
D | fsl_iee.c | 78 void IEE_SetRegionConfig(IEE_Type *base, iee_region_t region, iee_config_t *config) in IEE_SetRegionConfig() argument 80 base->REGX[region].REGATTR = in IEE_SetRegionConfig() 83 base->REGX[region].REGPO = IEE_REGPO_PGOFF(config->pageOffset); in IEE_SetRegionConfig() 99 … IEE_Type *base, iee_region_t region, iee_aes_key_num_t keyNum, const uint8_t *key, size_t keySize) in IEE_SetRegionKey() argument 106 to32 = &base->REGX[region].REGKEY1[0]; in IEE_SetRegionKey() 111 to32 = &base->REGX[region].REGKEY2[0]; in IEE_SetRegionKey() 138 void IEE_LockRegionConfig(IEE_Type *base, iee_region_t region) in IEE_LockRegionConfig() argument 140 base->GCFG |= (uint32_t)(0x1UL << (uint32_t)region); in IEE_LockRegionConfig()
|
D | fsl_iee.h | 133 void IEE_SetRegionConfig(IEE_Type *base, iee_region_t region, iee_config_t *config); 147 …IEE_Type *base, iee_region_t region, iee_aes_key_num_t keyNum, const uint8_t *key, size_t keySize); 171 void IEE_LockRegionConfig(IEE_Type *base, iee_region_t region);
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/Core_AArch64/Source/ |
D | mmu_armv8a.c | 544 const struct ARM_MMU_region *region, in add_ARM_MMU_region() argument 547 if (region->size || region->attrs) { in add_ARM_MMU_region() 548 add_map(ptables, region->name, region->base_pa, region->base_va, in add_ARM_MMU_region() 549 region->size, region->attrs | extra_flags); in add_ARM_MMU_region() 558 const struct ARM_MMU_region *region; in setup_page_tables() local 566 region = &MMU_config->mmu_regions[index]; in setup_page_tables() 567 max_va = MAX(max_va, region->base_va + region->size); in setup_page_tables() 568 max_pa = MAX(max_pa, region->base_pa + region->size); in setup_page_tables() 587 region = &MMU_config->mmu_regions[index]; in setup_page_tables() 588 add_ARM_MMU_region(ptables, region, MT_NO_OVERWRITE); in setup_page_tables()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX9352/iar/ |
D | MIMX9352_cm33_flash.icf | 26 /* Memory region from [0x80000000-0x80001FFF] is reserved for ROM header */ 27 /* Memory region from [0x20040000-0x2007FFFF] is reserved for A55 ATF */ 71 define region TEXT_region = mem:[from m_interrupts_start to m_interrupts_end] 73 define region DATA_region = mem:[from m_data_start to m_data_end] 75 define region CSTACK_region = mem:[from m_data_2_end-__size_cstack__+1 to m_data_2_end]; 76 define region m_interrupts_ram_region = mem:[from m_interrupts_ram_start to m_interrupts_ram_end]; 77 define region M33_SUSPEND_region = mem:[from m_m33_suspend_ram_start to m_m33_suspend_ram_end]; 78 define region A55_SUSPEND_region = mem:[from m_a55_suspend_ram_start to m_a55_suspend_ram_end];
|
D | MIMX9352_cm33_ram.icf | 66 define region TEXT_region = mem:[from m_interrupts_start to m_interrupts_end] 68 define region DATA_region = mem:[from m_data_start to m_data_end-__size_cstack__]; 69 define region CSTACK_region = mem:[from m_data_end-__size_cstack__+1 to m_data_end]; 70 define region m_interrupts_ram_region = mem:[from m_interrupts_ram_start to m_interrupts_ram_end]; 71 define region M33_SUSPEND_region = mem:[from m_m33_suspend_ram_start to m_m33_suspend_ram_end]; 72 define region A55_SUSPEND_region = mem:[from m_a55_suspend_ram_start to m_a55_suspend_ram_end];
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/bee/ |
D | fsl_bee.c | 175 status_t BEE_SetRegionKey(BEE_Type *base, bee_region_t region, const uint8_t *key, size_t keySize) in BEE_SetRegionKey() argument 203 if (region == kBEE_Region0) in BEE_SetRegionKey() 208 else if (region == kBEE_Region1) in BEE_SetRegionKey() 245 status_t BEE_SetRegionNonce(BEE_Type *base, bee_region_t region, const uint8_t *nonce, size_t nonce… in BEE_SetRegionNonce() argument 259 if (region == kBEE_Region0) in BEE_SetRegionNonce() 264 else if (region == kBEE_Region1) in BEE_SetRegionNonce()
|
D | fsl_bee.h | 212 status_t BEE_SetRegionKey(BEE_Type *base, bee_region_t region, const uint8_t *key, size_t keySize); 225 status_t BEE_SetRegionNonce(BEE_Type *base, bee_region_t region, const uint8_t *nonce, size_t nonce…
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT595S/gcc/ |
D | MIMXRT595Sxxxx_cm33_ram_ns.ld | 35 /* The SRAM region [0x10000-0x1BFFF] is reserved for ROM code. */ 36 /* The SRAM region [0x0-0xFFFF], [0x1C000-0x1FFFF] are reserved for app-specific use cases. */ 37 /* The SRAM region [0x20000-0x7FFFF] is reserved for Non-cached shared memory between M33 and DSP. … 38 /* The SRAM region [0x80000-0x27FFFF] is reserved for DSP code and data. */ 170 ASSERT(_image_size <= LENGTH(m_flash), "region m_flash overflowed with text and data") 222 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
|
D | MIMXRT595Sxxxx_cm33_flash.ld | 36 /* The SRAM region [0x10000-0x1BFFF] is reserved for ROM code. */ 37 /* The SRAM region [0x0-0xFFFF], [0x1C000-0x1FFFF] are reserved for app-specific use cases. */ 38 /* The SRAM region [0x20000-0x7FFFF] is reserved for Non-cached shared memory between M33 and DSP. … 39 /* The SRAM region [0x80000-0x27FFFF] is reserved for DSP code and data. */ 189 ASSERT(__DATA_END <= text_end, "region m_text overflowed with text and data") 242 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
|
D | MIMXRT595Sxxxx_cm33_flash_ns.ld | 36 /* The SRAM region [0x10000-0x1BFFF] is reserved for ROM code. */ 37 /* The SRAM region [0x0-0xFFFF], [0x1C000-0x1FFFF] are reserved for app-specific use cases. */ 38 /* The SRAM region [0x20000-0x7FFFF] is reserved for Non-cached shared memory between M33 and DSP. … 39 /* The SRAM region [0x80000-0x27FFFF] is reserved for DSP code and data. */ 181 ASSERT(__DATA_END <= text_end, "region m_text overflowed with text and data") 234 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
|
D | MIMXRT595Sxxxx_cm33_flash_s.ld | 36 /* The SRAM region [0x10000-0x1BFFF] is reserved for ROM code. */ 37 /* The SRAM region [0x0-0xFFFF], [0x1C000-0x1FFFF] are reserved for app-specific use cases. */ 38 /* The SRAM region [0x20000-0x7FFFF] is reserved for Non-cached shared memory between M33 and DSP. … 39 /* The SRAM region [0x80000-0x27FFFF] is reserved for DSP code and data. */ 201 ASSERT(__DATA_END <= text_end, "region m_text overflowed with text and data") 254 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
|
D | MIMXRT595Sxxxx_cm33_ram.ld | 35 /* The SRAM region [0x10000-0x1BFFF] is reserved for ROM code. */ 36 /* The SRAM region [0x0-0xFFFF], [0x1C000-0x1FFFF] are reserved for app-specific use cases. */ 37 /* The SRAM region [0x20000-0x7FFFF] is reserved for Non-cached shared memory between M33 and DSP. … 38 /* The SRAM region [0x80000-0x27FFFF] is reserved for DSP code and data. */ 179 ASSERT(_image_size <= LENGTH(m_flash), "region m_flash overflowed with text and data") 231 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
|
D | MIMXRT595Sxxxx_cm33_ram_s.ld | 35 /* The SRAM region [0x10000-0x1BFFF] is reserved for ROM code. */ 36 /* The SRAM region [0x0-0xFFFF], [0x1C000-0x1FFFF] are reserved for app-specific use cases. */ 37 /* The SRAM region [0x20000-0x7FFFF] is reserved for Non-cached shared memory between M33 and DSP. … 38 /* The SRAM region [0x80000-0x27FFFF] is reserved for DSP code and data. */ 190 ASSERT(_image_size <= LENGTH(m_flash), "region m_flash overflowed with text and data") 242 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMXRT685S/gcc/ |
D | MIMXRT685Sxxxx_cm33_ram.ld | 36 /* The SRAM region [0x10000-0x1BFFF] is reserved for ROM code. */ 37 /* The SRAM region [0x0-0xFFFF], [0x1C000-0x1FFFF] is reserved for app-specific use cases. */ 38 /* The SRAM region [0x20000-0x7FFFF] is reserved for Non-cached shared memory between M33 and DSP. … 178 ASSERT(_image_size <= LENGTH(m_flash), "region m_flash overflowed with text and data") 230 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
|
D | MIMXRT685Sxxxx_cm33_ram_ns.ld | 36 /* The SRAM region [0x10000-0x1BFFF] is reserved for ROM code. */ 37 /* The SRAM region [0x0-0xFFFF], [0x1C000-0x1FFFF] is reserved for app-specific use cases. */ 38 /* The SRAM region [0x20000-0x7FFFF] is reserved for Non-cached shared memory between M33 and DSP. … 169 ASSERT(_image_size <= LENGTH(m_flash_image), "region m_flash_image overflowed with text and data") 221 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
|
D | MIMXRT685Sxxxx_cm33_flash.ld | 37 /* The SRAM region [0x10000-0x1BFFF] is reserved for ROM code. */ 38 /* The SRAM region [0x0-0xFFFF], [0x1C000-0x1FFFF] is reserved for app-specific use cases. */ 39 /* The SRAM region [0x20000-0x7FFFF] is reserved for Non-cached shared memory between M33 and DSP. … 189 ASSERT(__DATA_END <= text_end, "region m_text overflowed with text and data") 242 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
|
D | MIMXRT685Sxxxx_cm33_flash_ns.ld | 37 /* The SRAM region [0x10000-0x1BFFF] is reserved for ROM code. */ 38 /* The SRAM region [0x0-0xFFFF], [0x1C000-0x1FFFF] is reserved for app-specific use cases. */ 39 /* The SRAM region [0x20000-0x7FFFF] is reserved for Non-cached shared memory between M33 and DSP. … 180 ASSERT(__DATA_END <= text_end, "region m_text overflowed with text and data") 233 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
|
D | MIMXRT685Sxxxx_cm33_flash_s.ld | 37 /* The SRAM region [0x10000-0x1BFFF] is reserved for ROM code. */ 38 /* The SRAM region [0x0-0xFFFF], [0x1C000-0x1FFFF] is reserved for app-specific use cases. */ 39 /* The SRAM region [0x20000-0x7FFFF] is reserved for Non-cached shared memory between M33 and DSP. … 200 ASSERT(__DATA_END <= text_end, "region m_text overflowed with text and data") 253 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
|
D | MIMXRT685Sxxxx_cm33_ram_s.ld | 36 /* The SRAM region [0x10000-0x1BFFF] is reserved for ROM code. */ 37 /* The SRAM region [0x0-0xFFFF], [0x1C000-0x1FFFF] is reserved for app-specific use cases. */ 38 /* The SRAM region [0x20000-0x7FFFF] is reserved for Non-cached shared memory between M33 and DSP. … 190 ASSERT(_image_size <= LENGTH(m_flash), "region m_flash overflowed with text and data") 242 ASSERT(__StackLimit >= __HeapLimit, "region m_data overflowed with stack and heap")
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lmem/ |
D | fsl_lmem_cache.c | 369 status_t LMEM_CodeCacheDemoteRegion(LMEM_Type *base, lmem_cache_region_t region, lmem_cache_mode_t … in LMEM_CodeCacheDemoteRegion() argument 373 uint32_t shift = LMEM_CACHEMODE_WIDTH * (uint32_t)region; /* Region shift. */ in LMEM_CodeCacheDemoteRegion() 726 status_t LMEM_SystemCacheDemoteRegion(LMEM_Type *base, lmem_cache_region_t region, lmem_cache_mode_… in LMEM_SystemCacheDemoteRegion() argument 730 uint32_t shift = LMEM_CACHEMODE_WIDTH * (uint32_t)region; /* Region shift. */ in LMEM_SystemCacheDemoteRegion()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX9352/gcc/ |
D | MIMX9352_cm33_flash.ld | 33 /* Memory region from [0x80000000-0x80001FFF] is reserved for ROM header */ 34 /* Memory region from [0x20040000-0x2007FFFF] is reserved for A35 ATF */ 189 ASSERT(__DATA_END <= text_end, "region m_text overflowed with text and data") 236 ASSERT(__StackLimit >= __HeapLimit, "region m_data_2 overflowed with stack and heap")
|