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 _current->stack_info.start -= MPU_GUARD_ALIGN_AND_SIZE; in arch_user_mode_enter()
217 _current->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 _current->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)
25 #define FP_GUARD_EXTRA_SIZE (MPU_GUARD_ALIGN_AND_SIZE_FLOAT - MPU_GUARD_ALIGN_AND_SIZE)
71 thread->stack_info.start += MPU_GUARD_ALIGN_AND_SIZE; in arch_new_thread()
72 thread->stack_info.size -= MPU_GUARD_ALIGN_AND_SIZE; in arch_new_thread()
211 return MPU_GUARD_ALIGN_AND_SIZE; in z_arm_mpu_stack_guard_and_fpu_adjust()
234 _current->stack_info.start -= MPU_GUARD_ALIGN_AND_SIZE; in arch_user_mode_enter()
235 _current->stack_info.size += MPU_GUARD_ALIGN_AND_SIZE; in arch_user_mode_enter()
246 : MPU_GUARD_ALIGN_AND_SIZE; in arch_user_mode_enter()
248 _current->arch.priv_stack_start += MPU_GUARD_ALIGN_AND_SIZE; in arch_user_mode_enter()
371 : MPU_GUARD_ALIGN_AND_SIZE; in z_check_thread_stack_fail()
[all …]
Dreset.S97 ldr r0, =z_interrupt_stacks + CONFIG_ISR_STACK_SIZE + MPU_GUARD_ALIGN_AND_SIZE
179 ldr r2, =CONFIG_ISR_STACK_SIZE + MPU_GUARD_ALIGN_AND_SIZE
188 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()