Lines Matching defs:xoops
24 * @xoops: Stores information about registers.
30 struct sof_ipc_dsp_oops_xtensa *xoops,
37 sof_mailbox_read(sdev, offset, xoops, sizeof(*xoops));
40 if (xoops->arch_hdr.totalsize > EXCEPT_MAX_HDR_SIZE) {
42 xoops->arch_hdr.totalsize);
45 offset += xoops->arch_hdr.totalsize;
62 struct sof_ipc_dsp_oops_xtensa xoops;
75 mtk_adsp_get_registers(sdev, &xoops, &panic_info, stack,
79 sof_print_oops_and_stack(sdev, level, status, status, &xoops, &panic_info,