Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm64/core/
Dfpu.c16 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()
/Zephyr-latest/arch/riscv/core/
Dfpu.c14 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()
/Zephyr-latest/include/zephyr/arch/riscv/
Dthread.h70 struct z_riscv_fp_context saved_fp_context; member
/Zephyr-latest/include/zephyr/arch/arm64/
Dthread.h68 struct z_arm64_fp_context saved_fp_context; member
/Zephyr-latest/subsys/debug/
Dthread_info.c113 saved_fp_context),