Lines Matching refs:rdx
82 * rdx arg2
772 * rdx: Function argument (can be NULL if none)
791 mov %rdx, %rdi
1183 /* Use %rdx as our temp variable throughout */
1184 pushq %rdx
1203 SWITCH_TO_KERNEL_CR3 scratch_reg=%rdx
1204 movq %rsp, %rdx
1206 UNWIND_HINT_IRET_REGS base=%rdx offset=8
1207 pushq 5*8(%rdx) /* pt_regs->ss */
1208 pushq 4*8(%rdx) /* pt_regs->rsp */
1209 pushq 3*8(%rdx) /* pt_regs->flags */
1210 pushq 2*8(%rdx) /* pt_regs->cs */
1211 pushq 1*8(%rdx) /* pt_regs->rip */
1214 PUSH_AND_CLEAR_REGS rdx=(%rdx)
1246 * | temp storage for rdx |
1289 movq $repeat_nmi, %rdx
1290 cmpq 8(%rsp), %rdx
1292 movq $end_repeat_nmi, %rdx
1293 cmpq 8(%rsp), %rdx
1317 lea 6*8(%rsp), %rdx
1318 /* Compare the NMI stack (rdx) with the stack we came from (4*8(%rsp)) */
1319 cmpq %rdx, 4*8(%rsp)
1323 subq $EXCEPTION_STKSZ, %rdx
1324 cmpq %rdx, 4*8(%rsp)
1341 leaq -10*8(%rsp), %rdx
1343 pushq %rdx
1352 popq %rdx
1358 /* Restore rdx. */
1359 movq (%rsp), %rdx