Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/platform/ext/cmsis/
Dmpu_armv8.h154 #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 …]
Dcore_cm23.h1424 …#define MPU_NS ((MPU_Type *) MPU_BASE_NS ) /*!< Memory Protection Unit … macro
Dcore_cm33.h2253 …#define MPU_NS ((MPU_Type *) MPU_BASE_NS ) /*!< Memory Protection Unit … macro
Dcore_armv81mml.h3153 …#define MPU_NS ((MPU_Type *) MPU_BASE_NS ) /*!< Memory Protection Unit … macro
Dcore_cm55.h3661 …#define MPU_NS ((MPU_Type *) MPU_BASE_NS ) /*!< Memory Protection Unit … macro
Dcore_cm85.h3564 …#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/
Dstm32l5xx_hal_cortex.c475 #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/
Dstm32u5xx_hal_cortex.c501 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/
Dstm32h5xx_hal_cortex.c518 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/
DDriver_Flash.c150 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/
DDriver_Flash.c150 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/
DDriver_Flash.c150 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/
Dstm32u5xx_hal_cortex.h323 #define IS_MPU_INSTANCE(INSTANCE) (((INSTANCE) == MPU) || ((INSTANCE) == MPU_NS))
/trusted-firmware-m-3.6.0/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_cortex.h283 #ifdef MPU_NS
/trusted-firmware-m-3.6.0/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_cortex.h341 #define IS_MPU_INSTANCE(INSTANCE) (((INSTANCE) == MPU) || ((INSTANCE) == MPU_NS))
/trusted-firmware-m-3.6.0/platform/ext/target/arm/mps3/corstone310/fvp/libraries/
Ddma350_lib.c147 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/
Ddma350_lib.c147 Selected_MPU = MPU_NS; /* Use non-secure MPU for attr lookup */ in dma350_get_memattr()