Searched refs:cx (Results 76 - 100 of 157) sorted by relevance

1234567

/linux-master/arch/x86/include/asm/
H A Delf.h110 _r->bx = 0; _r->cx = 0; _r->dx = 0; \
123 pr_reg[1] = regs->cx; \
160 /*regs->ax = */ regs->bx = regs->cx = regs->dx = 0;
205 (pr_reg)[11] = (regs)->cx; \
H A Dkexec.h81 asm volatile("movl %%ecx,%0" : "=m"(newregs->cx));
95 asm volatile("movq %%rcx,%0" : "=m"(newregs->cx));
H A Dsyscall.h102 *args++ = regs->cx;
/linux-master/tools/perf/arch/x86/util/
H A Dperf_regs.c74 SDT_NAME_REG(ecx, cx),
75 SDT_NAME_REG(rcx, cx),
76 SDT_NAME_REG(cl, cx),
77 SDT_NAME_REG(ch, cx),
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-input.c216 if (kernel_ir->cx == NULL)
219 return cx23885_input_ir_start(kernel_ir->cx);
254 if (kernel_ir->cx != NULL)
255 cx23885_input_ir_stop(kernel_ir->cx);
334 kernel_ir->cx = dev;
/linux-master/arch/x86/xen/
H A Denlighten_pv.c220 unsigned int *cx, unsigned int *dx)
241 *cx = cpuid_leaf5_ecx_val;
254 "=c" (*cx),
256 : "0" (*ax), "2" (*cx));
271 unsigned int ax, bx, cx, dx; local
293 cx = 0;
295 native_cpuid(&ax, &bx, &cx, &dx);
300 if ((cx & mwait_mask) != mwait_mask)
309 cx = 0;
312 native_cpuid(&ax, &bx, &cx,
219 xen_cpuid(unsigned int *ax, unsigned int *bx, unsigned int *cx, unsigned int *dx) argument
336 unsigned int cx, xsave_mask; local
[all...]
/linux-master/drivers/pmdomain/qcom/
H A Drpmhpd.c73 static struct rpmhpd cx = { variable in typeref:struct:rpmhpd
74 .pd = { .name = "cx", },
76 .res_name = "cx.lvl",
82 .peer = &cx,
83 .res_name = "cx.lvl",
88 .pd = { .name = "cx", },
91 .res_name = "cx.lvl",
99 .res_name = "cx.lvl",
140 .parent = &cx.pd,
217 [SC8280XP_CX] = &cx,
[all...]
/linux-master/arch/x86/boot/
H A Dedd.c29 ireg.cx = 0x0001; /* Sector 0-0-1 */
95 ei->interface_support = oreg.cx; /* EDD functionality subsets */
H A Dvideo-vga.c85 ireg.cx = 0x0607;
108 ireg.cx = 0x0b0c;
H A Dvideo-vesa.c66 ireg.cx = mode;
114 ireg.cx = vesa_mode;
250 /* ireg.cx = 0; */ /* Controller 0 */
262 /* ireg.cx = 0; */ /* Controller 0 */
/linux-master/arch/mips/math-emu/
H A Dieee754int.h24 ieee754_csr.cx = 0;
29 ieee754_csr.cx |= flags;
H A Dieee754.h164 __BITFIELD_FIELD(unsigned cx:6, /* exceptions this operation */
187 return (ieee754_csr.cx);
194 return (ieee754_csr.cx & n);
H A Ddp_sqrt.c126 oldcsr.cx |= IEEE754_INEXACT;
/linux-master/arch/x86/math-emu/
H A Dreg_round.S39 | %cx A control word in the same format as the FPU control word. |
482 movw EXP_UNDER+1,%cx
483 subw EXP(%edi),%cx
485 cmpw $64,%cx /* shrd only works for 0..31 bits */
488 cmpw $32,%cx /* shrd only works for 0..31 bits */
496 addw %cx,EXP(%edi)
509 addw %cx,EXP(%edi)
530 cmpw $64,%cx
534 addw %cx,EXP(%edi)
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvboxvideo.h407 u32 cx; member in struct:vbva_modehint
427 u32 cx; /* Rectangle width. */ member in struct:vbva_report_input_mapping
H A Dmodesetting.c81 p->cx = width;
/linux-master/arch/x86/kernel/
H A Dasm-offsets_32.c25 OFFSET(PT_ECX, pt_regs, cx);
H A Dperf_regs.c23 PT_REGS_OFFSET(PERF_REG_X86_CX, cx),
164 regs_user_copy->cx = user_regs->cx;
H A Dsev-shared.c577 unsigned int subfn = lower_bits(regs->cx, 32);
607 regs->cx = leaf.ecx;
854 op_count = (exit_info_1 & IOIO_REP) ? regs->cx : 1;
903 regs->cx -= exit_info_2;
905 ret = regs->cx ? ES_RETRY : ES_OK;
940 leaf.subfn = regs->cx;
945 regs->cx = leaf.ecx;
967 ghcb_set_rcx(ghcb, regs->cx);
988 regs->cx = ghcb->save.rcx;
1012 ctxt->regs->cx
[all...]
H A Dsignal_32.c90 regs->cx = sc.cx;
204 unsafe_put_user(regs->cx, &sc->cx, Efault);
283 regs->cx = 0;
365 regs->cx = (unsigned long) &frame->uc;
/linux-master/arch/x86/mm/
H A Dextable.c172 (unsigned int)regs->cx, (unsigned int)regs->dx,
179 (unsigned int)regs->cx, regs->ip, (void *)regs->ip);
216 regs->cx = imm * regs->cx + *pt_regs_nr(regs, reg);
/linux-master/drivers/net/plip/
H A Dplip.c488 unsigned int cx; local
492 cx = nibble_timeout;
501 if (--cx == 0)
510 cx = nibble_timeout;
519 if (--cx == 0)
714 unsigned int cx; local
724 cx = nibble_timeout;
729 if (--cx == 0)
739 cx = nibble_timeout;
744 if (--cx
762 unsigned int cx; local
[all...]
/linux-master/arch/x86/include/asm/xen/
H A Dinterface_64.h111 __DECL_REG(cx);
/linux-master/arch/x86/realmode/rm/
H A Dreboot.S122 movw $0x0003, %cx
/linux-master/arch/x86/include/uapi/asm/
H A Dsigcontext.h213 __u32 cx; member in struct:sigcontext_32
253 __u64 cx; member in struct:sigcontext_64

Completed in 226 milliseconds

1234567