Home
last modified time | relevance | path

Searched refs:fpu_recently_used (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/arch/riscv/
Dthread.h71 bool fpu_recently_used; member
/Zephyr-latest/arch/riscv/core/
Dfpu.c121 owner->arch.fpu_recently_used = dirty; in arch_flush_local_fpu()
265 if (arch_current_thread()->arch.fpu_recently_used) { in fpu_access_allowed()