Searched refs:sof_arch_ops (Results 1 – 2 of 2) sorted by relevance
262 const struct sof_arch_ops *arch_ops;266 struct sof_arch_ops { struct272 #define sof_arch_ops(sdev) ((sdev)->pdata->desc->ops->arch_ops) macro538 sof_arch_ops(sdev)->dsp_stack(sdev, oops, stack, stack_words); in sof_stack()543 if (sof_arch_ops(sdev)->dsp_oops) in sof_oops()544 sof_arch_ops(sdev)->dsp_oops(sdev, oops); in sof_oops()547 extern const struct sof_arch_ops sof_xtensa_arch_ops;
131 const struct sof_arch_ops sof_xtensa_arch_ops = {