Lines Matching full:push
61 push %rbp
79 * Start to push a FRED stack frame, which is always 64 bytes:
94 push $0 /* Reserved, must be 0 */
95 push $0 /* Event data, 0 for IRQ/NMI */
96 push %rdi /* fred_ss handed in by the caller */
97 push %rbp
100 push %rax
105 * used here to push the return RIP, otherwise there is no chance to
106 * push an error code before invoking the IRQ/NMI handler.
108 * Use LEA to get the return RIP and push it, then push an error code.
111 push %rax /* Return RIP */
112 push $0 /* Error code, 0 for IRQ/NMI */