Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm64/core/
Dfpu.c282 static void fpu_access_update(unsigned int exc_update_level) in fpu_access_update() argument
288 if (arch_exception_depth() == exc_update_level) { in fpu_access_update()
/Zephyr-latest/arch/riscv/core/
Dfpu.c254 static bool fpu_access_allowed(unsigned int exc_update_level) in fpu_access_allowed() argument
259 if (_current->arch.exception_depth == exc_update_level) { in fpu_access_allowed()