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

/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 Dsigcontext.h17 unsigned long dx; member in struct:sigcontext
53 unsigned long dx; member in struct:sigcontext
H A Dptrace.h14 unsigned long dx; member in struct:pt_regs
47 unsigned long dx; member in struct:pt_regs
H A Duser_32.h80 unsigned long dx; member in struct:user_regs_struct
H A Duser_64.h81 unsigned long dx; member in struct:user_regs_struct
H A Dprocessor.h222 unsigned long dx; member in struct:x86_hw_tss
/arch/metag/include/uapi/asm/
H A Dptrace.h52 * @dx: GP data unit regs (dx[reg][unit] = D{unit:0-1}.{reg:0-7})
68 unsigned long dx[8][2]; member in struct:user_gp_regs
/arch/x86/include/uapi/asm/
H A Dsigcontext32.h62 unsigned int dx; member in struct:sigcontext_ia32
/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/boot/
H A Dboot.h252 u16 dx, hdx; member in struct:biosregs::__anon3029::__anon3031
/arch/x86/kernel/cpu/
H A Dperf_event_intel_ds.c22 u32 ax, bc, cx, dx;
182 u64 ax, bx, cx, dx; member in struct:pebs_record_core
190 u64 ax, bx, cx, dx; member in struct:pebs_record_nhm
202 u64 ax, bx, cx, dx; member in struct:pebs_record_hsw
/arch/x86/lguest/
H A Dboot.c419 unsigned int *cx, unsigned int *dx)
423 native_cpuid(ax, bx, cx, dx);
442 *dx &= 0x07808151;
450 *dx |= 0x00002000;
465 *bx = *cx = *dx = 0;
484 *dx &= ~(1 << 20);
418 lguest_cpuid(unsigned int *ax, unsigned int *bx, unsigned int *cx, unsigned int *dx) argument
/arch/x86/kernel/
H A Dapm_32.c1639 unsigned short dx; local
1649 !(error = apm_get_power_status(&bx, &cx, &dx))) {
1657 if (dx != 0xffff) {
1658 units = (dx & 0x8000) ? "min" : "sec";
1659 time_units = dx & 0x7fff;
1732 unsigned short dx; local
1793 error = apm_get_power_status(&bx, &cx, &dx);
1839 if (dx == 0xffff)
1842 printk("%d %s\n", dx & 0x7fff,
1843 (dx
[all...]
/arch/x86/xen/
H A Denlighten.c299 unsigned int *cx, unsigned int *dx)
321 *dx = cpuid_leaf5_edx_val;
339 "=d" (*dx)
345 *dx &= maskedx;
358 unsigned int ax, bx, cx, dx; local
382 native_cpuid(&ax, &bx, &cx, &dx);
397 dx = 0;
399 native_cpuid(&ax, &bx, &cx, &dx);
413 cpuid_leaf5_edx_val = dx;
422 unsigned int ax, bx, cx, dx; local
298 xen_cpuid(unsigned int *ax, unsigned int *bx, unsigned int *cx, unsigned int *dx) argument
[all...]
/arch/s390/kernel/
H A Dipl.c1919 int sx, dx; local
1921 dx = 0;
1925 dst[dx++] = src[sx];
1926 if (dx >= n)

Completed in 386 milliseconds