Home
last modified time | relevance | path

Searched refs:z_arm_restore_fp_context (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/arch/arm/cortex_m/
Dfpu.h18 void z_arm_restore_fp_context(const struct fpu_ctx_full *buffer);
/Zephyr-latest/arch/arm/core/cortex_m/
Dfpu.c46 void z_arm_restore_fp_context(const struct fpu_ctx_full *buffer) in z_arm_restore_fp_context() function
/Zephyr-latest/modules/trusted-firmware-m/interface/
Dinterface.c62 z_arm_restore_fp_context(&context_buffer); in tfm_ns_interface_dispatch()