Home
last modified time | relevance | path

Searched refs:mpuAllowRamExecution (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dmpu.h33 void mpuAllowRamExecution(bool allowSvcExecute); /* for Supervisor only, if possible */
/device/google/contexthub/firmware/os/platform/stm32/
Dmpu.c141 void mpuAllowRamExecution(bool allowSvcExecute) in mpuAllowRamExecution() function
/device/google/contexthub/firmware/os/core/
Dseos.c481 mpuAllowRamExecution(true); in osAppSegmentSetState()
485 mpuAllowRamExecution(false); in osAppSegmentSetState()
548 mpuAllowRamExecution(true); in osEraseShared()
552 mpuAllowRamExecution(false); in osEraseShared()
561 mpuAllowRamExecution(true); in osWriteShared()
565 mpuAllowRamExecution(false); in osWriteShared()