/arch/x86/platform/efi/ |
D | efi_stub_64.S | 49 mov %rsi, %rcx 59 mov %rsi, %rcx 69 mov %rcx, %r8 70 mov %rsi, %rcx 81 mov %rcx, %r8 82 mov %rsi, %rcx 94 mov %rcx, %r8 95 mov %rsi, %rcx 110 mov %rcx, %r8 111 mov %rsi, %rcx
|
/arch/x86/kernel/ |
D | relocate_kernel_64.S | 135 movq %rcx, %r11 156 xorq %rcx, %rcx 214 movq %rdi, %rcx /* Put the page_list in %rcx */ 221 movq (%rbx), %rcx 224 testq $0x1, %rcx /* is it a destination page? */ 226 movq %rcx, %rdi 230 testq $0x2, %rcx /* is it an indirection page? */ 232 movq %rcx, %rbx 236 testq $0x4, %rcx /* is it the done indicator? */ 240 testq $0x8, %rcx /* is it the source indicator? */ [all …]
|
D | entry_64.S | 281 CFI_REL_OFFSET rcx, RCX+\offset-ARGOFFSET 309 movq_cfi rcx, RCX-RBP 370 movq_cfi rcx, RCX+8 409 GET_THREAD_INFO(%rcx) 416 testl $_TIF_IA32, TI_flags(%rcx) # 32-bit compat task needs IRET 460 CFI_REGISTER rip,rcx 479 movq %rcx,RIP-ARGOFFSET(%rsp) 491 movq %r10,%rcx 513 movq RIP-ARGOFFSET(%rsp),%rcx 514 CFI_REGISTER rip,rcx [all …]
|
D | head_64.S | 27 #define GET_CR2_INTO_RCX movq %cr2, %rcx 290 movq %rcx,%r9 301 0: movq 0(%rsp),%rcx # get ip
|
/arch/x86/power/ |
D | hibernate_asm_64.S | 32 movq %rcx, pt_regs_cx(%rax) 66 movq %cr3, %rcx; # flush TLB 67 movq %rcx, %cr3; 76 movq relocated_restore_code(%rip), %rcx 77 jmpq *%rcx 88 movq $(PAGE_SIZE >> 3), %rcx 118 movq %cr3, %rcx; # flush TLB 119 movq %rcx, %cr3 129 movq pt_regs_cx(%rax), %rcx
|
/arch/x86/lib/ |
D | memset_64.S | 22 movq %rdx,%rcx 24 shrq $3,%rcx 52 movq %rdx,%rcx 67 imulq %rcx,%rax 76 movq %rdx,%rcx 77 shrq $6,%rcx 82 decq %rcx
|
D | copy_user_64.S | 78 movq %rdi,%rcx 79 addq %rdx,%rcx 81 cmpq TI_addr_limit(%rax),%rcx 93 movq %rsi,%rcx 94 addq %rdx,%rcx 96 cmpq TI_addr_limit(%rax),%rcx 188 40: lea (%rdx,%rcx,8),%rdx 257 11: lea (%rdx,%rcx,8),%rcx
|
D | rwsem.S | 69 pushq_cfi %rcx; CFI_REL_OFFSET rcx, 0; \ 80 popq_cfi %rcx; CFI_RESTORE rcx; \
|
D | memmove_64.S | 82 movq %rdx, %rcx 85 shrq $3, %rcx 96 movq %rdx, %rcx 101 shrq $3, %rcx 211 movq %rdx, %rcx
|
D | memcpy_64.S | 30 movq %rdx, %rcx 31 shrq $3, %rcx 50 movq %rdx, %rcx
|
D | cmpxchg16b_emu.S | 52 movq %rcx, SEG_PREFIX 8(%rsi)
|
D | copy_page_64.S | 33 dec %rcx
|
/arch/x86/um/ |
D | stub_64.S | 12 movq $(STUB_DATA & 0xffffffff), %rcx 13 or %rcx, %rbx 57 pop %rcx 58 cmp %rcx, %rax
|
/arch/x86/xen/ |
D | xen-asm_64.S | 24 mov 8+0(%rsp), %rcx 56 pushq %rcx 78 pushq %rcx 97 pushq %rcx 123 mov 0*8(%rsp), %rcx
|
D | xen-asm.S | 123 push %rcx 139 pop %rcx
|
/arch/x86/boot/compressed/ |
D | head_64.S | 210 mov %rcx, %rdi 286 movq $_bss /* - $startup_32 */, %rcx 287 shrq $3, %rcx 307 leaq _ebss(%rip), %rcx 308 subq %rdi, %rcx 309 shrq $3, %rcx 316 leaq _egot(%rip), %rcx 318 cmpq %rcx, %rdx
|
/arch/x86/include/asm/ |
D | ftrace.h | 10 movq %rcx, 8(%rsp) 24 movq 8(%rsp), %rcx
|
D | calling.h | 96 movq_cfi rcx, 5*8 129 movq_cfi_restore 5*8, rcx 150 movq \offset+40(%rsp), %rcx
|
D | ptrace.h | 82 unsigned long rcx; member
|
/arch/x86/crypto/ |
D | salsa20-x86_64-asm_64.S | 17 mov %rcx,%rdx 41 movq 0(%r8),%rcx 57 movq %rcx,56(%rsp) 86 mov %rdx,%rcx 111 mov %rsi,%rcx 227 xor %r15,%rcx 229 lea (%rbx,%rcx),%r15 235 lea (%rcx,%rax),%r15 289 xor %rbp,%rcx 297 lea (%rdi,%rcx),%rbp [all …]
|
D | blowfish-x86_64-asm_64.S | 39 #define RX2 %rcx 316 pushq %rcx;
|
/arch/x86/ia32/ |
D | ia32entry.S | 180 popq_cfi %rcx /* User %esp */ 181 CFI_REGISTER rsp,rcx 278 CFI_REGISTER rip,rcx 292 movq %rcx,RIP-ARGOFFSET(%rsp) 328 CFI_REGISTER rip,rcx 465 PTREGSCALL stub32_execve, sys32_execve, %rcx 479 CFI_REL_OFFSET rcx,RCX-ARGOFFSET
|
/arch/x86/kernel/acpi/ |
D | wakeup_64.S | 52 movq %rcx, pt_regs_cx(%rax) 97 movq pt_regs_cx(%rax), %rcx
|
/arch/x86/kvm/ |
D | trace.h | 122 unsigned long rcx, unsigned long rdx), 123 TP_ARGS(function, rax, rbx, rcx, rdx), 129 __field( unsigned long, rcx ) 137 __entry->rcx = rcx; 143 __entry->rbx, __entry->rcx, __entry->rdx)
|
/arch/x86/include/asm/xen/ |
D | interface_64.h | 83 uint64_t rax, r11, rcx, flags, rip, cs, rflags, rsp, ss; member
|