Searched refs:MPU (Results 1 – 21 of 21) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/ |
D | mpu_armv7.h | 194 MPU->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in ARM_MPU_Enable() 210 MPU->CTRL &= ~MPU_CTRL_ENABLE_Msk; in ARM_MPU_Disable() 220 MPU->RNR = rnr; in ARM_MPU_ClrRegion() 221 MPU->RASR = 0U; in ARM_MPU_ClrRegion() 230 MPU->RBAR = rbar; in ARM_MPU_SetRegion() 231 MPU->RASR = rasr; in ARM_MPU_SetRegion() 241 MPU->RNR = rnr; in ARM_MPU_SetRegionEx() 242 MPU->RBAR = rbar; in ARM_MPU_SetRegionEx() 243 MPU->RASR = rasr; in ARM_MPU_SetRegionEx() 268 ARM_MPU_OrderedMemcpy(&(MPU->RBAR), &(table->RBAR), MPU_TYPE_RALIASES*rowWordSize); in ARM_MPU_Load() [all …]
|
D | mpu_armv8.h | 195 return ((MPU->TYPE) >> 8); in ARM_MPU_TYPE() 204 MPU->CTRL = MPU_Control | MPU_CTRL_ENABLE_Msk; in ARM_MPU_Enable() 220 MPU->CTRL &= ~MPU_CTRL_ENABLE_Msk; in ARM_MPU_Disable() 278 ARM_MPU_SetMemAttrEx(MPU, idx, attr); in ARM_MPU_SetMemAttr() 307 ARM_MPU_ClrRegionEx(MPU, rnr); in ARM_MPU_ClrRegion() 340 ARM_MPU_SetRegionEx(MPU, rnr, rbar, rlar); in ARM_MPU_SetRegion() 407 ARM_MPU_LoadEx(MPU, rnr, table, cnt); in ARM_MPU_Load()
|
D | core_sc000.h | 679 #define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit */ macro
|
D | core_cm0plus.h | 664 #define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit */ macro
|
D | core_sc300.h | 1388 #define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit */ macro
|
D | core_cm3.h | 1405 #define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit */ macro
|
D | core_armv8mbl.h | 1328 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit */ macro
|
D | core_cm23.h | 1403 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit */ macro
|
D | core_cm4.h | 1582 #define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit */ macro
|
D | core_cm7.h | 1809 #define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit */ macro
|
D | core_armv8mml.h | 2171 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit */ macro
|
D | core_cm35p.h | 2246 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit */ macro
|
D | core_cm33.h | 2246 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit */ macro
|
D | core_starmc1.h | 2174 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit */ macro
|
D | core_armv81mml.h | 3141 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit */ macro
|
D | core_cm85.h | 3598 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit */ macro
|
D | core_cm55.h | 3695 …#define MPU ((MPU_Type *) MPU_BASE ) /*!< Memory Protection Unit */ macro
|
/third_party/alsa-lib/src/conf/cards/ |
D | aliases.conf | 29 'MPU-401 UART' cards.MPU-401
|
/third_party/lwip/ |
D | UPGRADING | 136 * modification of api modules to support FreeRTOS-MPU (don't pass stack-pointers to other threads)
|
D | CHANGELOG | 657 * patch #7885: modification of api modules to support FreeRTOS-MPU
|
/third_party/NuttX/ |
D | ReleaseNotes | 1955 unit (MPU) has been integrated with the NuttX kernel build to provide 3829 the applications run in user mode (with the MPU restricting user 3974 - Several fixes to the MPU control logic. 4049 the applications run in user mode (with the MPU restricting user 4197 - Corrected Correct MPU sub-region settings for unaligned regions. 6984 - Kernel Build Support: (1) The MPU based "kernel build" renamed to a 8738 - ARMv7M MPU: Bad syntax in ARMv7-M MPU logic would cause failure to 10031 - MPU: Added MPU and protected build support. 12789 - ARMv7-M: Fix double allocation of MPU region in mmu.h. 12794 on MPU support for ARMv7-R. From Heesub Shin. [all …]
|