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