Lines Matching refs:stack
53 * linenumber and stack.
57 * @stack: Stores the stack dump.
58 * @stack_words: Size of the stack dump.
63 u32 *stack, size_t stack_words)
80 /* then get the stack */
82 acp_mailbox_read(sdev, offset, stack, stack_words * sizeof(u32));
95 u32 stack[AMD_STACK_DUMP_SIZE];
113 * number and the stack.
115 amd_get_registers(sdev, &xoops, &panic_info, stack, AMD_STACK_DUMP_SIZE);
119 &panic_info, stack, AMD_STACK_DUMP_SIZE);