Searched refs:saved_fp_context (Results 1 – 5 of 5) sorted by relevance
16 extern void z_arm64_fpu_save(struct z_arm64_fp_context *saved_fp_context);17 extern void z_arm64_fpu_restore(struct z_arm64_fp_context *saved_fp_context);46 v = *(unsigned char *)&th->arch.saved_fp_context; in DBG()81 z_arm64_fpu_save(&owner->arch.saved_fp_context); in arch_flush_local_fpu()241 z_arm64_fpu_save(&owner->arch.saved_fp_context); in z_arm64_fpu_trap()270 z_arm64_fpu_restore(&arch_current_thread()->arch.saved_fp_context); in z_arm64_fpu_trap()
14 extern void z_riscv_fpu_save(struct z_riscv_fp_context *saved_fp_context);15 extern void z_riscv_fpu_restore(struct z_riscv_fp_context *saved_fp_context);46 v = *(unsigned char *)&th->arch.saved_fp_context; in DBG()89 z_riscv_fpu_restore(&arch_current_thread()->arch.saved_fp_context); in z_riscv_fpu_load()117 z_riscv_fpu_save(&owner->arch.saved_fp_context); in arch_flush_local_fpu()
70 struct z_riscv_fp_context saved_fp_context; member
68 struct z_arm64_fp_context saved_fp_context; member
113 saved_fp_context),