Home
last modified time | relevance | path

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

/Zephyr-latest/arch/riscv/core/
Dfatal.c34 uintptr_t z_riscv_get_sp_before_exc(const struct arch_esf *esf) in z_riscv_get_sp_before_exc() function
120 LOG_ERR(" sp: " PR_REG, z_riscv_get_sp_before_exc(esf)); in z_riscv_fatal_error_csf()
Dstacktrace.c15 uintptr_t z_riscv_get_sp_before_exc(const struct arch_esf *esf);
182 sp = z_riscv_get_sp_before_exc(esf); in walk_stackframe()