Home
last modified time | relevance | path

Searched refs:rcx (Results 1 – 25 of 103) sorted by relevance

12345

/Linux-v6.1/arch/x86/power/
Dhibernate_asm_64.S37 movq %cr3, %rcx; # flush TLB
38 movq %rcx, %cr3
48 movq pt_regs_cx(%rax), %rcx
79 movq %rcx, pt_regs_cx(%rax)
115 movq relocated_restore_code(%rip), %rcx
117 jmpq *%rcx
125 movq %rbx, %rcx
126 andq $~(X86_CR4_PGE), %rcx
127 movq %rcx, %cr4; # turn off PGE
128 movq %cr3, %rcx; # flush TLB
[all …]
/Linux-v6.1/arch/x86/crypto/
Dblake2s-core.S57 movq %rcx,%xmm15
68 leaq SIGMA(%rip),%rcx
70 movzbl (%rcx),%eax
72 movzbl 0x1(%rcx),%eax
74 movzbl 0x2(%rcx),%eax
76 movzbl 0x3(%rcx),%eax
91 movzbl 0x4(%rcx),%eax
93 movzbl 0x5(%rcx),%eax
95 movzbl 0x6(%rcx),%eax
97 movzbl 0x7(%rcx),%eax
[all …]
Dchacha-avx512vl-x86_64.S31 # %rcx: input/output length in bytes
115 cmp $0x10,%rcx
122 cmp $0x20,%rcx
129 cmp $0x30,%rcx
136 cmp $0x40,%rcx
144 cmp $0x50,%rcx
150 cmp $0x60,%rcx
156 cmp $0x70,%rcx
162 cmp $0x80,%rcx
173 mov %rcx,%rax
[all …]
Dcamellia-aesni-avx-asm_64.S194 %rcx, (%r9));
727 leaq 8 * 16(%rax), %rcx;
731 %xmm15, %rax, %rcx);
735 %xmm15, %rax, %rcx, 0);
738 %rcx, %xmm8, %xmm9, %xmm10, %xmm11, %xmm12, %xmm13, %xmm14,
747 %xmm15, %rax, %rcx, 8);
750 %rcx, %xmm8, %xmm9, %xmm10, %xmm11, %xmm12, %xmm13, %xmm14,
759 %xmm15, %rax, %rcx, 16);
767 vmovdqu 0 * 16(%rcx), %xmm8;
768 vmovdqu 1 * 16(%rcx), %xmm9;
[all …]
Dcamellia-aesni-avx2-asm_64.S228 %rcx, (%r9));
763 leaq 8 * 32(%rax), %rcx;
767 %ymm15, %rax, %rcx);
771 %ymm15, %rax, %rcx, 0);
774 %rcx, %ymm8, %ymm9, %ymm10, %ymm11, %ymm12, %ymm13, %ymm14,
783 %ymm15, %rax, %rcx, 8);
786 %rcx, %ymm8, %ymm9, %ymm10, %ymm11, %ymm12, %ymm13, %ymm14,
795 %ymm15, %rax, %rcx, 16);
803 vmovdqu 0 * 32(%rcx), %ymm8;
804 vmovdqu 1 * 32(%rcx), %ymm9;
[all …]
Dsm4-aesni-avx-asm_64.S162 cmpq $2, %rcx;
167 cmpq $3, %rcx;
237 cmpq $2, %rcx;
242 cmpq $3, %rcx;
374 cmpq $5, %rcx;
389 cmpq $7, %rcx;
398 cmpq $6, %rcx;
408 cmpq $7, %rcx;
433 vmovdqu (%rcx), RA0;
466 vmovdqu RTMP1, (%rcx);
[all …]
Dpoly1305-x86_64-cryptogams.pl178 my ($ctx,$inp,$len,$padbit)=("%rdi","%rsi","%rdx","%rcx");
264 lea poly1305_emit_avx(%rip),%rcx
267 cmovc %rcx,%r11
283 mov \$0x0ffffffc0ffffffc,%rcx
285 and 8($inp),%rcx
287 mov %rcx,32($ctx)
390 mov %r9,%rcx
395 cmovnz %r9,%rcx
398 adc 8($nonce),%rcx
400 mov %rcx,8($mac)
[all …]
/Linux-v6.1/arch/x86/kernel/cpu/sgx/
Dencls.h80 #define __encls_ret_1(rax, rcx) \ argument
82 __encls_ret_N(rax, "c"(rcx)); \
85 #define __encls_ret_2(rax, rbx, rcx) \ argument
87 __encls_ret_N(rax, "b"(rbx), "c"(rcx)); \
90 #define __encls_ret_3(rax, rbx, rcx, rdx) \ argument
92 __encls_ret_N(rax, "b"(rbx), "c"(rcx), "d"(rdx)); \
124 #define __encls_2(rax, rbx, rcx) \ argument
127 __encls_N(rax, ign_rbx_out, "b"(rbx), "c"(rcx)); \
130 #define __encls_1_1(rax, data, rcx) \ argument
133 int ret = __encls_N(rax, rbx_out, "c"(rcx)); \
/Linux-v6.1/arch/x86/kernel/
Dftrace_64.S83 movq %rcx, RCX(%rsp)
126 movq RCX(%rsp), %rcx
153 leaq MCOUNT_REG_SIZE+8(%rsp), %rcx
154 movq %rcx, RSP(%rsp)
162 leaq (%rsp), %rcx
210 movq MCOUNT_REG_SIZE(%rsp), %rcx
211 movq %rcx, EFLAGS(%rsp)
213 movq $__KERNEL_DS, %rcx
214 movq %rcx, SS(%rsp)
215 movq $__KERNEL_CS, %rcx
[all …]
Drelocate_kernel_64.S171 movq %rcx, %r11
259 movq %rdi, %rcx /* Put the page_list in %rcx */
266 movq (%rbx), %rcx
271 movq %rcx, %rdi
277 movq %rcx, %rbx
287 movq %rcx, %rsi /* For ever source page do a copy */
Dhead_64.S184 movq %cr4, %rcx
198 movq %rcx, %cr4
230 movq %cr4, %rcx
231 movq %rcx, %rax
232 xorq $X86_CR4_PGE, %rcx
233 movq %rcx, %cr4
467 pushq %rcx /* pt_regs->cx */
/Linux-v6.1/arch/x86/lib/
Dclear_page_64.S70 shr $3,%rcx
78 dec %rcx
103 shl $3, %rcx
105 add %rax,%rcx
129 cmp $64, %rcx
135 shr $3, %rcx
156 shl $3, %rcx
158 add %rdx, %rcx
178 cmp $64, %rcx
Dmemset_64.S31 movq %rdx,%rcx
33 shrq $3,%rcx
63 movq %rdx,%rcx
75 imulq %rcx,%rax
83 movq %rdx,%rcx
84 shrq $6,%rcx
89 decq %rcx
Dcsum-copy_64.S134 movq %rcx, %r10
219 subq $2, %rcx
229 subq $4, %rcx
242 leaq -1(%rcx, %rcx), %rcx
243 rorq $1, %rcx
Dmemmove_64.S82 movq %rdx, %rcx
85 shrq $3, %rcx
96 movq %rdx, %rcx
101 shrq $3, %rcx
210 movq %rdx, %rcx
/Linux-v6.1/tools/arch/x86/lib/
Dmemset_64.S31 movq %rdx,%rcx
33 shrq $3,%rcx
63 movq %rdx,%rcx
75 imulq %rcx,%rax
83 movq %rdx,%rcx
84 shrq $6,%rcx
89 decq %rcx
/Linux-v6.1/arch/x86/mm/
Dmem_encrypt_boot.S37 movq %rcx, %rax /* Workarea stack page */
49 movq $(.L__enc_copy_end - __enc_copy), %rcx /* Encryption routine length */
56 movq %r12, %rcx /* Area length */
111 movq %rcx, %r9 /* Save area length */
135 movq %r12, %rcx
140 movq %r12, %rcx
/Linux-v6.1/arch/x86/xen/
Dxen-asm.S42 push %rcx
58 pop %rcx
126 pop %rcx
170 pop %rcx
240 popq %rcx
260 popq %rcx
282 popq %rcx
/Linux-v6.1/arch/x86/entry/vdso/
Dvsgx.S46 mov SGX_ENCLAVE_OFFSET_OF_RUN(%rbp), %rcx
51 cmpq $0, (%rcx, %rbx)
58 mov SGX_ENCLAVE_RUN_TCS(%rcx), %rbx
59 lea .Lasync_exit_pointer(%rip), %rcx
105 mov %rsp, %rcx
/Linux-v6.1/tools/testing/selftests/kvm/x86_64/
Duserspace_io_test.c89 if (regs.rcx == 2) in main()
90 regs.rcx = 1; in main()
91 if (regs.rcx == 3) in main()
92 regs.rcx = 8192; in main()
/Linux-v6.1/arch/x86/entry/
Dcalling.h68 .macro PUSH_REGS rdx=%rdx rcx=%rcx rax=%rax save_ret=0
78 pushq \rcx /* pt_regs->cx */
120 .macro PUSH_AND_CLEAR_REGS rdx=%rdx rcx=%rcx rax=%rax save_ret=0
121 PUSH_REGS rdx=\rdx, rcx=\rcx, rax=\rax, save_ret=\save_ret
137 popq %rcx
Dentry_64.S105 pushq %rcx /* pt_regs->ip */
132 movq RCX(%rsp), %rcx
135 cmpq %rcx, %r11 /* SYSRET requires RCX == RIP */
153 shl $(64 - (__VIRTUAL_MASK_SHIFT+1)), %rcx
154 sar $(64 - (__VIRTUAL_MASK_SHIFT+1)), %rcx
158 cmpq %rcx, %r11
875 movq (%rsp), %rcx
882 movq (%rsp), %rcx
1075 leaq native_irq_return_iret(%rip), %rcx
1076 cmpq %rcx, RIP+8(%rsp)
[all …]
/Linux-v6.1/arch/x86/virt/vmx/tdx/
Dtdxcall.S42 mov %rcx, %r8
44 mov %rsi, %rcx
86 movq %rcx, TDX_MODULE_rcx(%r12)
/Linux-v6.1/arch/x86/platform/efi/
Defi_stub_64.S22 mov %rcx, %r8
23 mov %rsi, %rcx
/Linux-v6.1/arch/x86/purgatory/
Dentry64.S40 movq rcx(%rip), %rcx
63 rcx: .quad 0x0 label

12345