Searched refs:rdx (Results 1 – 25 of 42) sorted by relevance
12
/arch/x86/lib/ |
D | memmove_64.S | 32 cmp $0x20, %rdx 39 add %rdx, %r8 48 cmp $680, %rdx 57 sub $0x20, %rdx 62 sub $0x20, %rdx 75 addq $0x20, %rdx 82 movq %rdx, %rcx 83 movq -8(%rsi, %rdx), %r11 84 lea -8(%rdi, %rdx), %r10 96 movq %rdx, %rcx [all …]
|
D | memcpy_64.S | 30 movq %rdx, %rcx 50 movq %rdx, %rcx 61 cmpq $0x20, %rdx 70 subq $0x20, %rdx 72 subq $0x20, %rdx 96 addq %rdx, %rsi 97 addq %rdx, %rdi 98 subq $0x20, %rdx 105 subq $0x20, %rdx 122 subq %rdx, %rsi [all …]
|
D | memset_64.S | 22 movq %rdx,%rcx 52 movq %rdx,%rcx 76 movq %rdx,%rcx 125 cmpq $7,%rdx 131 subq %r8,%rdx
|
D | copy_page_64.S | 37 movq 16 (%rsi), %rdx 48 movq %rdx, 16 (%rdi) 67 movq 16 (%rsi), %rdx 76 movq %rdx, 16 (%rdi)
|
D | copy_user_64.S | 79 addq %rdx,%rcx 94 addq %rdx,%rcx 188 40: lea (%rdx,%rcx,8),%rdx 257 11: lea (%rdx,%rcx,8),%rcx
|
D | csum-copy_64.S | 103 movq 24(%rdi), %rdx 120 adcq %rdx, %rax 135 movq %rdx, 24(%rsi)
|
D | copy_user_nocache_64.S | 107 40: lea (%rdx,%rcx,8),%rdx
|
D | cmpxchg16b_emu.S | 48 cmpq SEG_PREFIX 8(%rsi), %rdx
|
/arch/x86/power/ |
D | hibernate_asm_64.S | 33 movq %rdx, pt_regs_dx(%rax) 57 movq $__PAGE_OFFSET, %rdx 59 subq %rdx, %rax 63 movq %rax, %rdx 64 andq $~(X86_CR4_PGE), %rdx 65 movq %rdx, %cr4; # turn off PGE 75 movq restore_pblist(%rip), %rdx 82 testq %rdx, %rdx 86 movq pbe_address(%rdx), %rsi 87 movq pbe_orig_address(%rdx), %rdi [all …]
|
/arch/x86/crypto/ |
D | salsa20-x86_64-asm_64.S | 15 mov %rdx,%rdi 17 mov %rcx,%rdx 19 cmp $0,%rdx 77 cmp $64,%rdx 86 mov %rdx,%rcx 101 movq %rdx,152(%rsp) 105 mov %rdi,%rdx 165 lea (%r14,%rdx),%rbp 177 lea (%rdx,%r9),%rbp 205 xor %rbp,%rdx [all …]
|
D | ghash-clmulni-intel_asm.S | 114 cmp $16, %rdx 126 sub $16, %rdx 128 cmp $16, %rdx
|
D | blowfish-x86_64-asm_64.S | 40 #define RX3 %rdx 133 movq %rdx, RIO; 172 movq %rdx, RIO; 321 movq %rdx, RIO; 369 movq %rdx, RIO;
|
D | camellia-x86_64-asm_64.S | 58 #define RCD1 %rdx 205 movq %rdx, RIO; 256 movq %rdx, RIO; 444 movq %rdx, RIO; 497 movq %rdx, RIO;
|
/arch/x86/kernel/ |
D | relocate_kernel_64.S | 106 pushq %rdx 157 xorq %rdx, %rdx 173 popq %rdx 175 call *%rdx 245 movq %rdi, %rdx 253 movq %rdx, %rsi 257 movq %rdx, %rdi
|
D | entry_64.S | 143 movq (%rbp), %rdx 158 movq %rdx, 8(%rsp) 164 movq 8(%rsp), %rdx 280 CFI_REL_OFFSET rdx, RDX+\offset-ARGOFFSET 308 movq_cfi rdx, RDX-RBP 369 movq_cfi rdx, RDX+8 561 movq %rdx,%r8 /* 5th arg: 3rd syscall arg */ 563 movq %rdi,%rdx /* 3rd arg: 1st syscall arg */ 699 PTREGSCALL stub_sigaltstack, sys_sigaltstack, %rdx 749 PTREGSCALL stub_x32_sigaltstack, sys32_sigaltstack, %rdx [all …]
|
D | head_64.S | 79 leaq _text(%rip), %rdx 81 cmpq %rax, %rdx 106 leaq (level2_spare_pgt - __START_KERNEL_map + _KERNPG_TABLE)(%rbp), %rdx 108 movq %rdx, 0(%rbx, %rax, 8) 113 leaq __PAGE_KERNEL_IDENT_LARGE_EXEC(%rdi), %rdx 115 movq %rdx, 0(%rbx, %rax, 8) 302 movq 8(%rsp),%rdx # get cs
|
/arch/x86/include/asm/ |
D | ftrace.h | 11 movq %rdx, 16(%rsp) 23 movq 16(%rsp), %rdx
|
D | calling.h | 93 movq_cfi rdx, 6*8 133 movq_cfi_restore 6*8, rdx 151 movq \offset+48(%rsp), %rdx
|
/arch/x86/boot/compressed/ |
D | head_64.S | 211 mov %rdx, %rsi 315 leaq _got(%rip), %rdx 318 cmpq %rcx, %rdx 320 addq %rbx, (%rdx) 321 addq $8, %rdx 331 leaq input_data(%rip), %rdx /* input_data */
|
/arch/x86/kernel/acpi/ |
D | wakeup_64.S | 17 movq $0x123456789abcdef0, %rdx 18 cmpq %rdx, %rax 53 movq %rdx, pt_regs_dx(%rax) 98 movq pt_regs_dx(%rax), %rdx
|
/arch/x86/xen/ |
D | xen-asm.S | 124 push %rdx 138 pop %rdx
|
D | xen-asm_64.S | 59 pushq %rdx
|
/arch/x86/um/ |
D | stub_64.S | 48 pop %rdx
|
/arch/x86/ia32/ |
D | ia32entry.S | 172 CFI_REGISTER rip,rdx 464 PTREGSCALL stub32_sigaltstack, sys32_sigaltstack, %rdx 467 PTREGSCALL stub32_clone, sys32_clone, %rdx 480 CFI_REL_OFFSET rdx,RDX-ARGOFFSET
|
/arch/x86/kvm/ |
D | trace.h | 122 unsigned long rcx, unsigned long rdx), 123 TP_ARGS(function, rax, rbx, rcx, rdx), 130 __field( unsigned long, rdx ) 138 __entry->rdx = rdx; 143 __entry->rbx, __entry->rcx, __entry->rdx)
|
12