Home
last modified time | relevance | path

Searched refs:exception_depth (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/arch/riscv/core/
Dfpu.c39 buf[8] = '0' + arch_current_thread()->arch.exception_depth; in DBG()
216 if (arch_current_thread()->arch.exception_depth > 0) { in z_riscv_fpu_trap()
259 if (arch_current_thread()->arch.exception_depth == exc_update_level) { in fpu_access_allowed()
Dthread.c70 thread->arch.exception_depth = 1; in arch_new_thread()
/Zephyr-latest/include/zephyr/arch/arm/
Dthread.h81 int8_t exception_depth; member
/Zephyr-latest/include/zephyr/arch/riscv/
Dthread.h72 uint8_t exception_depth; member
/Zephyr-latest/include/zephyr/arch/arm64/
Dthread.h70 uint8_t exception_depth; member
/Zephyr-latest/arch/arm/core/offsets/
Doffsets_aarch32.c36 GEN_OFFSET_SYM(_thread_arch_t, exception_depth);
/Zephyr-latest/arch/arm64/core/offsets/
Doffsets.c33 GEN_OFFSET_SYM(_thread_arch_t, exception_depth);
/Zephyr-latest/arch/arm64/core/
Dthread.c137 thread->arch.exception_depth = 1; in arch_new_thread()
/Zephyr-latest/arch/riscv/core/offsets/
Doffsets.c87 GEN_OFFSET_SYM(_thread_arch_t, exception_depth);
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dthread.c137 thread->arch.exception_depth = 1; in arch_new_thread()