Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/arch/arm/cortex_a_r/
Dexception.h33 struct __fpu_sf { struct
62 struct __fpu_sf fpu; argument
/Zephyr-Core-3.7.0/include/zephyr/arch/arm/cortex_m/
Dexception.h77 struct __fpu_sf { struct
113 struct __fpu_sf fpu;
/Zephyr-Core-3.7.0/arch/arm/include/
Dkernel_arch_data.h48 typedef struct __fpu_sf _fpu_sf_t;
/Zephyr-Core-3.7.0/arch/arm/core/cortex_a_r/
Dfault.c118 static ALWAYS_INLINE void z_arm_fpu_caller_save(struct __fpu_sf *fpu) in z_arm_fpu_caller_save()
162 struct __fpu_sf *spill_esf = in z_arm_fault_undef_instruction_fp()
163 (struct __fpu_sf *)_current_cpu->fp_ctx; in z_arm_fault_undef_instruction_fp()
Dthread.c108 ((uintptr_t)iframe - sizeof(struct __fpu_sf)); in arch_new_thread()
109 memset(iframe, 0, sizeof(struct __fpu_sf)); in arch_new_thread()