Home
last modified time | relevance | path

Searched refs:guards (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/doc/kernel/usermode/
Dmpu_stack_objects.rst28 Stack guards are implemented by using a single MPU region and setting the
63 some added complexity when implementing stack guards.
/Zephyr-latest/arch/arc/core/mpu/
DKconfig24 Enable thread stack guards via MPU. ARC supports built-in stack protection.
/Zephyr-latest/arch/arm/core/mpu/
DKconfig75 region, which guards the stack of a thread that is using the
/Zephyr-latest/doc/hardware/arch/
Darm_cortex_m.rst187 * does not require any memory areas to be reserved for stack guards
406 MPU stack guards
417 * MPU guards are re-programmed at every context-switch, adding a small overhead to the
/Zephyr-latest/doc/hardware/porting/
Darch.rst669 system calls. If stack guards are implemented, a stack guard region must
721 On an MMU system there should be no physical guards; the privilege mode stack
731 stacks, and guards. It must be appropriately sized such that an MPU region
740 any guards in the thread stack must be completely carved out, and the
/Zephyr-latest/doc/releases/
Drelease-notes-1.11.rst46 * Fixed a few MPU related issues with stack guards
322 * :github:`5130` - include guards missing in toolchain/gcc.h and toolchain/common.h
Drelease-notes-2.2.rst817 * :github:`22640` - [Coverity CID :208209] 'Constant' variable guards dead code in drivers/gpio/gpi…
Drelease-notes-1.14.rst693 * Several ARC simulation targets (ARC nSIM EM/SEM; with and without MPU stack guards)
1269 * :github:`14693` - ARC: need test coverage for MPU stack guards
Drelease-notes-2.0.rst1055 * :github:`16360` - ARM: Implement configurable MPU-based stack overflow guards
Drelease-notes-2.4.rst932 * :github:`28412` - [Coverity CID :214279] 'Constant' variable guards dead code in tests/drivers/cl…
Drelease-notes-2.5.rst1492 * :github:`29499` - x86 thread stack guards persist after thread exit
/Zephyr-latest/doc/services/pm/
Ddevice.rst301 lead to undefined behavior or inconsistent states. This API guards such
/Zephyr-latest/doc/security/
Dsecurity-overview.rst206 - **Stack protection:** Stack guards would provide mechanisms for