Lines Matching defs:stack
52 * linenumber and stack.
56 * @stack: Stores the stack dump.
57 * @stack_words: Size of the stack dump.
62 u32 *stack, size_t stack_words)
79 /* then get the stack */
81 acp_mailbox_read(sdev, offset, stack, stack_words * sizeof(u32));
94 u32 stack[AMD_STACK_DUMP_SIZE];
112 * number and the stack.
114 amd_get_registers(sdev, &xoops, &panic_info, stack, AMD_STACK_DUMP_SIZE);
118 &panic_info, stack, AMD_STACK_DUMP_SIZE);