Searched refs:sof_arch_ops (Results 1 – 2 of 2) sorted by relevance
271 const struct sof_arch_ops *arch_ops;275 struct sof_arch_ops { struct281 #define sof_arch_ops(sdev) ((sdev)->pdata->desc->ops->arch_ops) macro554 sof_arch_ops(sdev)->dsp_stack(sdev, oops, stack, stack_words); in sof_stack()559 if (sof_arch_ops(sdev)->dsp_oops) in sof_oops()560 sof_arch_ops(sdev)->dsp_oops(sdev, oops); in sof_oops()563 extern const struct sof_arch_ops sof_xtensa_arch_ops;
131 const struct sof_arch_ops sof_xtensa_arch_ops = {