Lines Matching refs:csf
32 void z_riscv_unwind_stack(const struct arch_esf *esf, const _callee_saved_t *csf);
87 const _callee_saved_t *csf) in z_riscv_fatal_error_csf() argument
127 if (csf != NULL) { in z_riscv_fatal_error_csf()
129 LOG_ERR(" s0: " PR_REG, csf->s0); in z_riscv_fatal_error_csf()
130 LOG_ERR(" s1: " PR_REG, csf->s1); in z_riscv_fatal_error_csf()
132 LOG_ERR(" s0: " PR_REG " s6: " PR_REG, csf->s0, csf->s6); in z_riscv_fatal_error_csf()
133 LOG_ERR(" s1: " PR_REG " s7: " PR_REG, csf->s1, csf->s7); in z_riscv_fatal_error_csf()
134 LOG_ERR(" s2: " PR_REG " s8: " PR_REG, csf->s2, csf->s8); in z_riscv_fatal_error_csf()
135 LOG_ERR(" s3: " PR_REG " s9: " PR_REG, csf->s3, csf->s9); in z_riscv_fatal_error_csf()
136 LOG_ERR(" s4: " PR_REG " s10: " PR_REG, csf->s4, csf->s10); in z_riscv_fatal_error_csf()
137 LOG_ERR(" s5: " PR_REG " s11: " PR_REG, csf->s5, csf->s11); in z_riscv_fatal_error_csf()
144 z_riscv_unwind_stack(esf, csf); in z_riscv_fatal_error_csf()