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.c116 void mpuAllowRamExecution(bool allowSvcExecute) in mpuAllowRamExecution() function
/device/google/contexthub/firmware/os/core/
Dseos.c459 mpuAllowRamExecution(true); in osAppSegmentSetState()
463 mpuAllowRamExecution(false); in osAppSegmentSetState()
508 mpuAllowRamExecution(true); in osEraseShared()
512 mpuAllowRamExecution(false); in osEraseShared()
521 mpuAllowRamExecution(true); in osWriteShared()
525 mpuAllowRamExecution(false); in osWriteShared()