Searched refs:MPU_NS (Results 1 – 17 of 17) sorted by relevance
/trusted-firmware-m-3.6.0/platform/ext/cmsis/ |
D | mpu_armv8.h | 154 #ifdef MPU_NS 161 MPU_NS->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in ARM_MPU_Enable_NS() 177 MPU_NS->CTRL &= ~MPU_CTRL_ENABLE_Msk; in ARM_MPU_Disable_NS() 210 #ifdef MPU_NS 217 ARM_MPU_SetMemAttrEx(MPU_NS, idx, attr); in ARM_MPU_SetMemAttr_NS() 239 #ifdef MPU_NS 245 ARM_MPU_ClrRegionEx(MPU_NS, rnr); in ARM_MPU_ClrRegion_NS() 272 #ifdef MPU_NS 280 ARM_MPU_SetRegionEx(MPU_NS, rnr, rbar, rlar); in ARM_MPU_SetRegion_NS() 339 #ifdef MPU_NS [all …]
|
D | core_cm23.h | 1424 …#define MPU_NS ((MPU_Type *) MPU_BASE_NS ) /*!< Memory Protection Unit … macro
|
D | core_cm33.h | 2253 …#define MPU_NS ((MPU_Type *) MPU_BASE_NS ) /*!< Memory Protection Unit … macro
|
D | core_armv81mml.h | 3153 …#define MPU_NS ((MPU_Type *) MPU_BASE_NS ) /*!< Memory Protection Unit … macro
|
D | core_cm55.h | 3661 …#define MPU_NS ((MPU_Type *) MPU_BASE_NS ) /*!< Memory Protection Unit … macro
|
D | core_cm85.h | 3564 …#define MPU_NS ((MPU_Type *) MPU_BASE_NS ) /*!< Memory Protection Unit … macro
|
/trusted-firmware-m-3.6.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/ |
D | stm32l5xx_hal_cortex.c | 475 #ifdef MPU_NS 490 MPU_NS->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in HAL_MPU_Enable_NS() 510 MPU_NS->CTRL &= ~MPU_CTRL_ENABLE_Msk; in HAL_MPU_Disable_NS() 521 MPU_ConfigRegion(MPU_NS, MPU_RegionInit); in HAL_MPU_ConfigRegion_NS() 532 MPU_ConfigMemoryAttributes(MPU_NS, MPU_AttributesInit); in HAL_MPU_ConfigMemoryAttributes_NS()
|
/trusted-firmware-m-3.6.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
D | stm32u5xx_hal_cortex.c | 501 MPU_NS->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in HAL_MPU_Enable_NS() 535 MPU_NS->CTRL &= ~MPU_CTRL_ENABLE_Msk; in HAL_MPU_Disable_NS() 559 MPU_ConfigRegion(MPU_NS, pMPU_RegionInit); in HAL_MPU_ConfigRegion_NS() 583 MPU_ConfigMemoryAttributes(MPU_NS, pMPU_AttributesInit); in HAL_MPU_ConfigMemoryAttributes_NS()
|
/trusted-firmware-m-3.6.0/platform/ext/target/stm/common/stm32h5xx/hal/Src/ |
D | stm32h5xx_hal_cortex.c | 518 MPU_NS->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in HAL_MPU_Enable_NS() 552 MPU_NS->CTRL &= ~MPU_CTRL_ENABLE_Msk; in HAL_MPU_Disable_NS() 576 MPU_ConfigRegion(MPU_NS, pMPU_RegionInit); in HAL_MPU_ConfigRegion_NS() 600 MPU_ConfigMemoryAttributes(MPU_NS, pMPU_AttributesInit); in HAL_MPU_ConfigMemoryAttributes_NS()
|
/trusted-firmware-m-3.6.0/platform/ext/target/arm/mps3/corstone310/an555/cmsis_drivers/ |
D | Driver_Flash.c | 150 mpu_save(flash_dev, MPU_NS, SCB_NS, &mpu_ns); in setup() 161 mpu_restore(MPU_NS, SCB_NS, &mpu_ns); in release()
|
/trusted-firmware-m-3.6.0/platform/ext/target/arm/mps3/corstone300/an547/cmsis_drivers/ |
D | Driver_Flash.c | 150 mpu_save(flash_dev, MPU_NS, SCB_NS, &mpu_ns); in setup() 161 mpu_restore(MPU_NS, SCB_NS, &mpu_ns); in release()
|
/trusted-firmware-m-3.6.0/platform/ext/target/arm/mps3/corstone300/an552/cmsis_drivers/ |
D | Driver_Flash.c | 150 mpu_save(flash_dev, MPU_NS, SCB_NS, &mpu_ns); in setup() 161 mpu_restore(MPU_NS, SCB_NS, &mpu_ns); in release()
|
/trusted-firmware-m-3.6.0/platform/ext/target/stm/common/stm32u5xx/hal/Inc/ |
D | stm32u5xx_hal_cortex.h | 323 #define IS_MPU_INSTANCE(INSTANCE) (((INSTANCE) == MPU) || ((INSTANCE) == MPU_NS))
|
/trusted-firmware-m-3.6.0/platform/ext/target/stm/common/stm32l5xx/hal/Inc/ |
D | stm32l5xx_hal_cortex.h | 283 #ifdef MPU_NS
|
/trusted-firmware-m-3.6.0/platform/ext/target/stm/common/stm32h5xx/hal/Inc/ |
D | stm32h5xx_hal_cortex.h | 341 #define IS_MPU_INSTANCE(INSTANCE) (((INSTANCE) == MPU) || ((INSTANCE) == MPU_NS))
|
/trusted-firmware-m-3.6.0/platform/ext/target/arm/mps3/corstone310/fvp/libraries/ |
D | dma350_lib.c | 147 Selected_MPU = MPU_NS; /* Use non-secure MPU for attr lookup */ in dma350_get_memattr()
|
/trusted-firmware-m-3.6.0/platform/ext/target/arm/rss/common/libraries/ |
D | dma350_lib.c | 147 Selected_MPU = MPU_NS; /* Use non-secure MPU for attr lookup */ in dma350_get_memattr()
|