Searched defs:dx (Results 1 - 16 of 16) sorted by relevance

/arch/m68k/include/asm/
H A Dmac_mouse.h15 short dx; member in struct:mouse_status
/arch/x86/include/asm/
H A Dapm.h14 "mov %%dx, %%ds\n\t" \
15 "mov %%dx, %%es\n\t" \
16 "mov %%dx, %%fs\n\t" \
17 "mov %%dx, %%gs\n\t"
51 int cx, dx, si; local
66 : "=a" (*eax), "=b" (error), "=c" (cx), "=d" (dx),
H A Dsigcontext32.h62 unsigned int dx; member in struct:sigcontext_ia32
H A Duser_32.h80 unsigned long dx; member in struct:user_regs_struct
H A Dptrace.h46 unsigned long dx; member in struct:pt_regs
113 unsigned long dx; member in struct:pt_regs
H A Duser_64.h81 unsigned long dx; member in struct:user_regs_struct
H A Dsigcontext.h112 unsigned long dx; member in struct:sigcontext
203 unsigned long dx; member in struct:sigcontext
H A Dprocessor.h216 unsigned long dx; member in struct:x86_hw_tss
/arch/x86/kvm/
H A Dtss.h46 u16 dx; member in struct:tss_segment_16
/arch/m68k/atari/
H A Datakeyb.c374 void ikbd_mouse_kbd_mode(int dx, int dy) argument
376 char cmd[3] = { 0x0A, dx, dy };
/arch/x86/kernel/cpu/
H A Dperf_event_intel_ds.c21 u32 ax, bc, cx, dx;
29 u64 ax, bx, cx, dx; member in struct:pebs_record_core
37 u64 ax, bx, cx, dx; member in struct:pebs_record_nhm
/arch/x86/boot/
H A Dboot.h266 u16 dx, hdx; member in struct:biosregs::__anon2935::__anon2937
/arch/x86/lguest/
H A Dboot.c420 unsigned int *cx, unsigned int *dx)
424 native_cpuid(ax, bx, cx, dx);
443 *dx &= 0x07808151;
451 *dx |= 0x00002000;
466 *bx = *cx = *dx = 0;
485 *dx &= ~(1 << 20);
419 lguest_cpuid(unsigned int *ax, unsigned int *bx, unsigned int *cx, unsigned int *dx) argument
/arch/x86/kernel/
H A Dapm_32.c1634 unsigned short dx; local
1644 !(error = apm_get_power_status(&bx, &cx, &dx))) {
1652 if (dx != 0xffff) {
1653 units = (dx & 0x8000) ? "min" : "sec";
1654 time_units = dx & 0x7fff;
1727 unsigned short dx; local
1788 error = apm_get_power_status(&bx, &cx, &dx);
1834 if (dx == 0xffff)
1837 printk("%d %s\n", dx & 0x7fff,
1838 (dx
[all...]
/arch/x86/xen/
H A Denlighten.c221 unsigned int *cx, unsigned int *dx)
243 *dx = cpuid_leaf5_edx_val;
261 "=d" (*dx)
267 *dx &= maskedx;
281 unsigned int ax, bx, cx, dx; local
298 native_cpuid(&ax, &bx, &cx, &dx);
313 dx = 0;
315 native_cpuid(&ax, &bx, &cx, &dx);
329 cpuid_leaf5_edx_val = dx;
338 unsigned int ax, bx, cx, dx; local
220 xen_cpuid(unsigned int *ax, unsigned int *bx, unsigned int *cx, unsigned int *dx) argument
[all...]
/arch/s390/kernel/
H A Dipl.c1877 int sx, dx; local
1879 dx = 0;
1883 dst[dx++] = src[sx];
1884 if (dx >= n)

Completed in 278 milliseconds