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 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()
24 #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 …]
141 ldr r2, =CONFIG_ISR_STACK_SIZE + MPU_GUARD_ALIGN_AND_SIZE150 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()