Home
last modified time | relevance | path

Searched refs:oops (Results 1 – 3 of 3) sorted by relevance

/sound/soc/sof/xtensa/
A Dcore.c84 static void xtensa_dsp_oops(struct snd_sof_dev *sdev, const char *level, void *oops) in xtensa_dsp_oops() argument
86 struct sof_ipc_dsp_oops_xtensa *xoops = oops; in xtensa_dsp_oops()
115 static void xtensa_stack(struct snd_sof_dev *sdev, const char *level, void *oops, in xtensa_stack() argument
118 struct sof_ipc_dsp_oops_xtensa *xoops = oops; in xtensa_stack()
/sound/soc/sof/
A Dsof-priv.h363 void (*dsp_oops)(struct snd_sof_dev *sdev, const char *level, void *oops);
364 void (*dsp_stack)(struct snd_sof_dev *sdev, const char *level, void *oops,
774 u32 panic_code, u32 tracep_code, void *oops,
793 void *oops, u32 *stack, u32 stack_words) in sof_stack() argument
795 sof_dsp_arch_ops(sdev)->dsp_stack(sdev, level, oops, stack, in sof_stack()
799 static inline void sof_oops(struct snd_sof_dev *sdev, const char *level, void *oops) in sof_oops() argument
802 sof_dsp_arch_ops(sdev)->dsp_oops(sdev, level, oops); in sof_oops()
A Dcore.c124 u32 panic_code, u32 tracep_code, void *oops, in sof_print_oops_and_stack() argument
157 sof_oops(sdev, level, oops); in sof_print_oops_and_stack()
158 sof_stack(sdev, level, oops, stack, stack_words); in sof_print_oops_and_stack()

Completed in 12 milliseconds