Searched refs:ecx (Results 176 - 200 of 205) sorted by last modified time

123456789

/linux-master/arch/x86/crypto/
H A Dtwofish-i586-asm_32.S43 #define R2D %ecx
222 mov c_offset(%edi), %ecx
227 input_whitening(%ecx,%ebp,c_offset)
250 output_whitening(%ecx,%ebp,a_offset)
255 mov %ecx, (%edi)
279 mov c_offset(%edi), %ecx
284 output_whitening(%ecx,%ebp,c_offset)
286 rol $1, %ecx
307 input_whitening(%ecx,%ebp,a_offset)
312 mov %ecx, (
[all...]
/linux-master/include/xen/interface/hvm/
H A Dhvm_vcpu.h13 uint32_t ecx; member in struct:vcpu_hvm_x86_32
/linux-master/arch/x86/include/asm/
H A DGEN-for-each-reg.h24 GEN(ecx)
H A Dinst.h22 .ifc \r32,%ecx
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
/linux-master/tools/arch/x86/include/asm/
H A Dasm.h61 #define _ASM_ARG3L ecx
91 #define _ASM_ARG4L ecx
/linux-master/tools/testing/selftests/x86/
H A Dthunks_32.S22 push %ecx
43 pop %ecx
H A Draw_syscall_helper_32.S12 movl 2*4(%eax), %ecx
26 movl %ecx, 2*4(%eax)
H A Dunwind_vdso.c84 unsigned long ecx = _Unwind_GetGR(ctx, 1); local
91 ebx == 1 && ecx == 2 && edx == 3 &&
98 eax, ebx, ecx, edx, esi, edi, ebp);
H A Dptrace_syscall.c32 # define user_arg1 ecx
/linux-master/arch/x86/include/uapi/asm/
H A Dsigcontext.h311 __u32 ecx; member in struct:sigcontext
H A Dvm86.h68 long ecx; member in struct:vm86_regs
/linux-master/drivers/char/
H A Dtoshiba.c123 unsigned long eax,ecx,flags; local
127 ecx = regs->ecx & 0xffff;
139 regs->ecx = (unsigned int) (al & 0x01);
141 if ((eax==0xff00) && (ecx==0x0000)) {
150 regs->ecx = 0x00;
152 if ((eax==0xff00) && (ecx==0x0001)) {
161 regs->ecx = 0x01;
175 regs->ecx = al & 0x01;
177 if ((eax==0xff00) && (ecx
[all...]
/linux-master/arch/x86/um/
H A Dstub_32.S9 mov %esp, %ecx
18 mov %eax, 0x4(%ecx)
23 mov %esp, 0x4(%ecx)
33 pop %ecx
42 /* restore top of page pointer in %ecx */
43 mov %esp, %ecx
44 andl $(~UM_KERN_PAGE_SIZE) + 1, %ecx
53 mov %eax, (%ecx)
/linux-master/tools/power/cpupower/debug/i386/
H A Dintel_gsic.c45 printf("\tevent port = 0x%.8x\n", r.ecx);
65 printf("ecx = 0x%.8x\n", r.ecx);
/linux-master/arch/x86/math-emu/
H A Dwm_sqrt.S91 movl SIGL(%esi),%ecx
100 rcrl $1,%ecx
108 movl %ecx,FPU_fsqrt_arg_1
114 movl $0xaaaaaaaa,%ecx
115 mull %ecx
128 movl FPU_fsqrt_arg_2,%ecx /* ms word */
137 shrl %ecx /* Doing this first will prevent a divide */
140 movl %ecx,%edx /* msw of the arg / 2 */
145 movl %ecx,%edx
150 movl %ecx,
[all...]
/linux-master/drivers/cpufreq/
H A Dpowernow-k7.c120 unsigned int maxei, eax, ebx, ecx, edx; local
139 cpuid(0x80000007, &eax, &ebx, &ecx, &edx);
H A Dlongrun.c138 u32 eax, ebx, ecx, edx; local
143 cpuid(0x80860007, &eax, &ebx, &ecx, &edx);
164 u32 eax, ebx, ecx, edx; local
211 cpuid(0x80860007, &eax, &ebx, &ecx, &edx);
214 for (try_hi = 80; try_hi > 0 && ecx > 90; try_hi -= 10) {
222 cpuid(0x80860007, &eax, &ebx, &ecx, &edx);
227 pr_debug("percentage is %u %%, freq is %u MHz\n", ecx, eax);
235 ebx = (((cpu_khz / 1000) * ecx) / 100); /* to MHz */
237 if ((ecx > 95) || (ecx
[all...]
/linux-master/tools/perf/arch/x86/tests/
H A Dregs_load.S70 movl %ecx, CX(%edi)
/linux-master/arch/x86/realmode/rm/
H A Dwakeup_asm.S103 movl $MSR_IA32_MISC_ENABLE, %ecx
123 movl $MSR_EFER, %ecx
131 movl pmode_cr0, %ecx
132 movl %ecx, %cr0
/linux-master/arch/x86/boot/
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/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/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/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/include/uapi/video/
H A Duvesafb.h9 __u32 ecx; member in struct:v86_regs

Completed in 232 milliseconds

123456789