Home
last modified time | relevance | path

Searched refs:MPU_GUARD_ALIGN_AND_SIZE (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/arch/arm/
Darch.h193 #define MPU_GUARD_ALIGN_AND_SIZE 0x40 macro
195 #define MPU_GUARD_ALIGN_AND_SIZE CONFIG_ARM_MPU_REGION_MIN_ALIGN_AND_SIZE macro
198 #define MPU_GUARD_ALIGN_AND_SIZE 0 macro
230 #define Z_MPU_GUARD_ALIGN (MAX(MPU_GUARD_ALIGN_AND_SIZE, \
233 #define Z_MPU_GUARD_ALIGN MPU_GUARD_ALIGN_AND_SIZE
258 #define ARCH_KERNEL_STACK_RESERVED MPU_GUARD_ALIGN_AND_SIZE
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dthread.c23 #if (MPU_GUARD_ALIGN_AND_SIZE_FLOAT > MPU_GUARD_ALIGN_AND_SIZE)
25 MPU_GUARD_ALIGN_AND_SIZE)
64 thread->stack_info.start += MPU_GUARD_ALIGN_AND_SIZE; in arch_new_thread()
65 thread->stack_info.size -= MPU_GUARD_ALIGN_AND_SIZE; in arch_new_thread()
216 arch_current_thread()->stack_info.start -= MPU_GUARD_ALIGN_AND_SIZE; in arch_user_mode_enter()
217 arch_current_thread()->stack_info.size += MPU_GUARD_ALIGN_AND_SIZE; in arch_user_mode_enter()
227 MPU_GUARD_ALIGN_AND_SIZE_FLOAT : MPU_GUARD_ALIGN_AND_SIZE; in arch_user_mode_enter()
229 arch_current_thread()->arch.priv_stack_start += MPU_GUARD_ALIGN_AND_SIZE; in arch_user_mode_enter()
318 MPU_GUARD_ALIGN_AND_SIZE_FLOAT : MPU_GUARD_ALIGN_AND_SIZE; in z_check_thread_stack_fail()
324 uint32_t guard_len = MPU_GUARD_ALIGN_AND_SIZE; in z_check_thread_stack_fail()
/Zephyr-latest/arch/arm/core/cortex_m/
Dthread.c24 #if (MPU_GUARD_ALIGN_AND_SIZE_FLOAT > MPU_GUARD_ALIGN_AND_SIZE)
26 MPU_GUARD_ALIGN_AND_SIZE)
73 thread->stack_info.start += MPU_GUARD_ALIGN_AND_SIZE; in arch_new_thread()
74 thread->stack_info.size -= MPU_GUARD_ALIGN_AND_SIZE; in arch_new_thread()
224 return MPU_GUARD_ALIGN_AND_SIZE; in z_arm_mpu_stack_guard_and_fpu_adjust()
249 arch_current_thread()->stack_info.start -= MPU_GUARD_ALIGN_AND_SIZE; in arch_user_mode_enter()
250 arch_current_thread()->stack_info.size += MPU_GUARD_ALIGN_AND_SIZE; in arch_user_mode_enter()
260 MPU_GUARD_ALIGN_AND_SIZE_FLOAT : MPU_GUARD_ALIGN_AND_SIZE; in arch_user_mode_enter()
262 arch_current_thread()->arch.priv_stack_start += MPU_GUARD_ALIGN_AND_SIZE; in arch_user_mode_enter()
393 MPU_GUARD_ALIGN_AND_SIZE_FLOAT : MPU_GUARD_ALIGN_AND_SIZE; in z_check_thread_stack_fail()
[all …]
Dreset.S141 ldr r2, =CONFIG_ISR_STACK_SIZE + MPU_GUARD_ALIGN_AND_SIZE
150 ldr r1, =CONFIG_ISR_STACK_SIZE + MPU_GUARD_ALIGN_AND_SIZE
/Zephyr-latest/arch/arm/core/mpu/
Darm_core_mpu.c111 .size = (uint32_t)MPU_GUARD_ALIGN_AND_SIZE,
273 size_t guard_size = MPU_GUARD_ALIGN_AND_SIZE; in z_arm_configure_dynamic_mpu_regions()