Searched refs:MPU_GUARD_ALIGN_AND_SIZE (Results 1 – 5 of 5) sorted by relevance
193 #define MPU_GUARD_ALIGN_AND_SIZE 0x40 macro195 #define MPU_GUARD_ALIGN_AND_SIZE CONFIG_ARM_MPU_REGION_MIN_ALIGN_AND_SIZE macro198 #define MPU_GUARD_ALIGN_AND_SIZE 0 macro230 #define Z_MPU_GUARD_ALIGN (MAX(MPU_GUARD_ALIGN_AND_SIZE, \233 #define Z_MPU_GUARD_ALIGN MPU_GUARD_ALIGN_AND_SIZE258 #define ARCH_KERNEL_STACK_RESERVED MPU_GUARD_ALIGN_AND_SIZE
23 #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()
24 #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 …]
97 ldr r0, =z_interrupt_stacks + CONFIG_ISR_STACK_SIZE + MPU_GUARD_ALIGN_AND_SIZE179 ldr r2, =CONFIG_ISR_STACK_SIZE + MPU_GUARD_ALIGN_AND_SIZE188 ldr r1, =CONFIG_ISR_STACK_SIZE + MPU_GUARD_ALIGN_AND_SIZE
111 .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()