Searched refs:ecx (Results 1 - 25 of 204) sorted by path

123456789

/linux-master/arch/x86/include/asm/
H A Dapm.h28 u32 *eax, u32 *ebx, u32 *ecx,
43 : "=a" (*eax), "=b" (*ebx), "=c" (*ecx), "=d" (*edx),
27 apm_bios_call_asm(u32 func, u32 ebx_in, u32 ecx_in, u32 *eax, u32 *ebx, u32 *ecx, u32 *edx, u32 *esi) argument
H A Duser32.h37 __u32 ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct32
/linux-master/arch/x86/include/asm/xen/
H A Dinterface_32.h51 uint32_t ecx; member in struct:cpu_user_regs
/linux-master/arch/x86/include/uapi/asm/
H A Dptrace.h20 long ecx; member in struct:pt_regs
/linux-master/arch/x86/kvm/
H A Dtss.h17 u32 ecx; member in struct:tss_segment_32
/linux-master/include/uapi/linux/
H A Dtoshiba.h41 unsigned int ecx __attribute__ ((packed)); member in struct:__anon13394
/linux-master/include/uapi/video/
H A Duvesafb.h9 __u32 ecx; member in struct:v86_regs
/linux-master/lib/raid6/
H A Dx86.h59 u32 eax, ebx, ecx, edx; local
63 ecx = 0;
66 : "+a" (eax), "=b" (ebx), "=d" (edx), "+c" (ecx));
69 (flag & 0x80) ? ecx : edx) >> (flag & 31)) & 1;
/linux-master/sound/pci/au88x0/
H A Dau88x0_synth.c185 int ecx; local
261 ecx = WT_SRAMP(wt);
264 ecx = WT_ARAMP(wt);
267 ecx = WT_MRAMP(wt);
270 ecx = WT_CTRL(wt);
273 ecx = WT_DSREG(wt);
279 pr_debug( "vortex: WT SetReg(0x%x) = 0x%08x\n", ecx, (int)val);
281 hwwrite(vortex->mmio, ecx, val);
328 int ecx = vol[1], eax = vol[0];
342 ecx
[all...]
/linux-master/tools/build/feature/
H A Dtest-get_cpuid.c6 unsigned int eax = 0, ebx = 0, ecx = 0, edx = 0; local
7 return __get_cpuid(0x15, &eax, &ebx, &ecx, &edx);
/linux-master/arch/arm/boot/dts/calxeda/
H A DMakefile4 ecx-2000.dtb
7 ecx-2000.dtb
/linux-master/arch/x86/boot/
H A Dboot.h215 u32 ecx; member in struct:biosregs::__anon66::__anon67
H A Dmain.c98 boot_params.ist_info.event = oreg.ecx;
H A Dpmjump.S51 movl %ecx, %ds
52 movl %ecx, %es
53 movl %ecx, %fs
54 movl %ecx, %gs
55 movl %ecx, %ss
65 xorl %ecx, %ecx
/linux-master/arch/x86/boot/compressed/
H A Defi_mixed.S99 movl %ecx, 0x8(%rsp)
153 1: popl %ecx
154 leal (efi32_boot_args - 1b)(%ecx), %ebx
158 leal (_bss - 1b)(%ecx), %edi
159 leal (_ebss - 1b)(%ecx), %ecx
160 subl %edi, %ecx
161 shrl $2, %ecx
166 popl %ecx
197 movl $MSR_EFER, %ecx
[all...]
H A Dhead_32.S117 movl $(_bss - startup_32), %ecx
118 shrl $2, %ecx
148 leal _ebss@GOTOFF(%ebx), %ecx
149 subl %edi, %ecx
150 shrl $2, %ecx
H A Dhead_64.S203 movl $(BOOT_INIT_PGT_SIZE/4), %ecx
215 movl $4, %ecx
220 decl %ecx
226 movl $2048, %ecx
231 decl %ecx
239 movl $MSR_EFER, %ecx
424 movl $(_bss - startup_32), %ecx
425 shrl $3, %ecx
545 movl $MSR_EFER, %ecx
H A Dmem_encrypt.S39 movl $MSR_AMD64_SEV, %ecx /* Read the SEV MSR */
69 movl $MSR_AMD64_SEV_ES_GHCB, %ecx
75 movl %eax, %ecx
76 andl $0x3ffff000, %ecx # Bits [12-29] MBZ
96 pushl %ecx
155 popl %ecx
170 movl $MSR_AMD64_SEV_ES_GHCB, %ecx
186 * %ecx: IDT address
189 /* IDT entry address to %ecx */
190 leal (%ecx,
[all...]
H A Dsev.c424 unsigned int eax, ebx, ecx, edx; local
428 ecx = 0;
429 native_cpuid(&eax, &ebx, &ecx, &edx);
442 ecx = 0;
443 native_cpuid(&eax, &ebx, &ecx, &edx);
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S169 #define T1 %ecx
H A Dblowfish-x86_64-asm_64.S31 #define RX2d %ecx
H A Dcamellia-x86_64-asm_64.S48 #define RCD0d %ecx
H A Dcrc32-pclmul_asm.S67 #define CRC %ecx
H A Ddes3_ede-asm_64.S47 #define RW2d %ecx
H A Dpoly1305-x86_64-cryptogams.pl1465 mov 4($ctx),%ecx
4071 mov \$20,%ecx
4083 mov \$154,%ecx # sizeof(CONTEXT)
4087 xor %ecx,%ecx # arg1, UNW_FLAG_NHANDLER

Completed in 306 milliseconds

123456789