Lines Matching refs:stack
12 The stack grows downwards, and should always be 32-bit aligned. There are
13 separate stack pointer registers for userspace and the kernel.
22 on the stack.
25 registers and the stack. If the first argument is a 64-bit value, it will be
27 is, the second will be passed entirely on the stack and D1 will be unused.
29 Arguments smaller than 32-bits are not coalesced within a register or a stack
31 registers or word-sized stack slots.
38 The caller must allocate twelve bytes on the stack for the callee's use before
40 word, but won't actually modify the stack pointer; similarly, the RET
41 instruction reads from the TOS word of the stack, but doesn't move the stack
63 The caller must leave space on the stack (hence an allocation of twelve bytes)
149 instruction stores registers onto the stack.