Lines Matching refs:stack
16 * linenumber and stack.
20 * @stack: Stores the stack dump.
21 * @stack_words: Size of the stack dump.
26 u32 *stack, size_t stack_words)
42 /* then get the stack */
44 sof_mailbox_read(sdev, offset, stack, stack_words * sizeof(u32));
57 u32 stack[IMX8_STACK_DUMP_SIZE];
66 * number and the stack.
68 imx8_get_registers(sdev, &xoops, &panic_info, stack,
73 &panic_info, stack, IMX8_STACK_DUMP_SIZE);