Home
last modified time | relevance | path

Searched refs:dx (Results 1 – 25 of 53) sorted by relevance

123

/arch/x86/lib/
Drwsem.S90 __ASM_SIZE(push,_cfi) %__ASM_REG(dx)
91 CFI_REL_OFFSET __ASM_REG(dx), 0
94 __ASM_SIZE(pop,_cfi) %__ASM_REG(dx)
95 CFI_RESTORE __ASM_REG(dx)
114 __ASM_HALF_SIZE(dec) %__ASM_HALF_REG(dx)
127 __ASM_SIZE(push,_cfi) %__ASM_REG(dx)
128 CFI_REL_OFFSET __ASM_REG(dx), 0
131 __ASM_SIZE(pop,_cfi) %__ASM_REG(dx)
132 CFI_RESTORE __ASM_REG(dx)
/arch/x86/boot/
Dheader.S467 movw %ss, %dx
468 cmpw %ax, %dx # %ds == %ss?
469 movw %sp, %dx
473 movw $_end, %dx
476 movw heap_end_ptr, %dx
477 1: addw $STACK_SIZE, %dx
479 xorw %dx, %dx # Prevent wraparound
481 2: # Now %dx should point to the end of our stack space
482 andw $~3, %dx # dword align (might as well...)
484 movw $0xfffc, %dx # Make sure we're not zero
Dmemory.c86 if (oreg.cx || oreg.dx) { in detect_memory_e801()
88 oreg.bx = oreg.dx; in detect_memory_e801()
Dapm.c50 boot_params.apm_bios_info.dseg = oreg.dx; in query_apm_bios()
Dbioscall.S35 movw %dx, %si
/arch/x86/include/asm/
Dsigcontext.h17 unsigned long dx; member
53 unsigned long dx; member
Dsyscall.h117 *args++ = regs->dx; in syscall_get_arguments()
144 *args++ = regs->dx; in syscall_get_arguments()
178 regs->dx = *args++; in syscall_set_arguments()
205 regs->dx = *args++; in syscall_set_arguments()
Dapm.h51 int cx, dx, si; in apm_bios_call_simple_asm() local
66 : "=a" (*eax), "=b" (error), "=c" (cx), "=d" (dx), in apm_bios_call_simple_asm()
Da.out-core.h44 dump->regs.dx = regs->dx; in aout_dump_thread()
Delf.h110 _r->bx = 0; _r->cx = 0; _r->dx = 0; \
124 pr_reg[2] = regs->dx; \
174 regs->ax = regs->bx = regs->cx = regs->dx = 0; in elf_common_init()
219 (pr_reg)[12] = (regs)->dx; \
Dkexec.h102 asm volatile("movl %%edx,%0" : "=m"(newregs->dx)); in crash_setup_regs()
116 asm volatile("movq %%rdx,%0" : "=m"(newregs->dx)); in crash_setup_regs()
Dptrace.h14 unsigned long dx; member
47 unsigned long dx; member
Duser_32.h80 unsigned long dx; member
Duser_64.h81 unsigned long dx; member
/arch/x86/kernel/
Dasm-offsets_64.c36 ENTRY(dx); in main()
53 ENTRY(dx); in main()
Dasm-offsets_32.c19 OFFSET(IA32_SIGCONTEXT_dx, sigcontext, dx); in foo()
42 OFFSET(PT_EDX, pt_regs, dx); in foo()
Dsignal.c84 COPY(dx); COPY(cx); COPY(ip); in restore_sigcontext()
140 put_user_ex(regs->dx, &sc->dx); in setup_sigcontext()
327 regs->dx = 0; in __setup_frame()
393 regs->dx = (unsigned long)&frame->info; in __setup_rt_frame()
455 regs->dx = (unsigned long)&frame->uc; in __setup_rt_frame()
522 regs->dx = (unsigned long) &frame->uc; in x32_setup_rt_frame()
/arch/m68k/include/asm/
Datarikb.h22 void ikbd_mouse_kbd_mode(int dx, int dy);
/arch/metag/include/uapi/asm/
Dptrace.h68 unsigned long dx[8][2]; member
/arch/x86/include/uapi/asm/
Dsigcontext32.h62 unsigned int dx; member
/arch/x86/lguest/
Dboot.c419 unsigned int *cx, unsigned int *dx) in lguest_cpuid() argument
423 native_cpuid(ax, bx, cx, dx); in lguest_cpuid()
442 *dx &= 0x07808151; in lguest_cpuid()
450 *dx |= 0x00002000; in lguest_cpuid()
465 *bx = *cx = *dx = 0; in lguest_cpuid()
484 *dx &= ~(1 << 20); in lguest_cpuid()
/arch/x86/xen/
Denlighten.c303 unsigned int *cx, unsigned int *dx) in xen_cpuid() argument
325 *dx = cpuid_leaf5_edx_val; in xen_cpuid()
343 "=d" (*dx) in xen_cpuid()
349 *dx &= maskedx; in xen_cpuid()
362 unsigned int ax, bx, cx, dx; in xen_check_mwait() local
386 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
401 dx = 0; in xen_check_mwait()
403 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
417 cpuid_leaf5_edx_val = dx; in xen_check_mwait()
426 unsigned int ax, bx, cx, dx; in xen_init_cpuid_mask() local
[all …]
/arch/x86/ia32/
Dia32_signal.c187 COPY(dx); COPY(cx); COPY(ip); in ia32_restore_sigcontext()
286 put_user_ex(regs->dx, &sc->dx); in ia32_setup_sigcontext()
411 regs->dx = 0; in ia32_setup_frame()
490 regs->dx = (unsigned long) &frame->info; in ia32_setup_rt_frame()
/arch/x86/kvm/
Dtss.h46 u16 dx; member
/arch/x86/mm/
Dpf_in.c267 rv = (unsigned char *)&regs->dx; in get_reg_w8()
335 rv = 1 + (unsigned char *)&regs->dx; in get_reg_w8()
363 rv = &regs->dx; in get_reg_w32()

123