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.c101 static void mpuCfgRam(bool allowSvcExecute) in mpuCfgRam() argument
103 …t)&__ram_start, __ram_end - __ram_start, MPU_TYPE_MEMORY | MPU_RW | (allowSvcExecute ? 0 : MPU_BIT… in mpuCfgRam()
116 void mpuAllowRamExecution(bool allowSvcExecute) in mpuAllowRamExecution() argument
118 mpuCfgRam(allowSvcExecute); in mpuAllowRamExecution()
/device/google/contexthub/firmware/os/inc/
Dmpu.h33 void mpuAllowRamExecution(bool allowSvcExecute); /* for Supervisor only, if possible */