Lines Matching refs:rdx
74 * rdx arg2
303 movq %rbx, %rdx /* fn */
1201 /* Use %rdx as our temp variable throughout */
1202 pushq %rdx
1220 SWITCH_TO_KERNEL_CR3 scratch_reg=%rdx
1221 movq %rsp, %rdx
1223 UNWIND_HINT_IRET_REGS base=%rdx offset=8
1224 pushq 5*8(%rdx) /* pt_regs->ss */
1225 pushq 4*8(%rdx) /* pt_regs->rsp */
1226 pushq 3*8(%rdx) /* pt_regs->flags */
1227 pushq 2*8(%rdx) /* pt_regs->cs */
1228 pushq 1*8(%rdx) /* pt_regs->rip */
1231 PUSH_AND_CLEAR_REGS rdx=(%rdx)
1263 * | temp storage for rdx |
1306 movq $repeat_nmi, %rdx
1307 cmpq 8(%rsp), %rdx
1309 movq $end_repeat_nmi, %rdx
1310 cmpq 8(%rsp), %rdx
1334 lea 6*8(%rsp), %rdx
1335 /* Compare the NMI stack (rdx) with the stack we came from (4*8(%rsp)) */
1336 cmpq %rdx, 4*8(%rsp)
1340 subq $EXCEPTION_STKSZ, %rdx
1341 cmpq %rdx, 4*8(%rsp)
1358 leaq -10*8(%rsp), %rdx
1360 pushq %rdx
1369 popq %rdx
1375 /* Restore rdx. */
1376 movq (%rsp), %rdx