Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dmpu.c114 static void mpuCfgRam(bool allowSvcExecute) in mpuCfgRam() argument
116 …_t)&__ram_start, (uint32_t)&__ram_end - 1, MPU_TYPE_SRAM | MPU_RW | (allowSvcExecute ? 0 : MPU_BIT… in mpuCfgRam()
141 void mpuAllowRamExecution(bool allowSvcExecute) in mpuAllowRamExecution() argument
143 mpuCfgRam(allowSvcExecute); in mpuAllowRamExecution()
/device/google/contexthub/firmware/os/inc/
Dmpu.h33 void mpuAllowRamExecution(bool allowSvcExecute); /* for Supervisor only, if possible */