Searched refs:dx (Results 76 - 100 of 203) sorted by relevance

123456789

/linux-master/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c256 /* while we could clobber regs->dx, we didn't in the past... */
257 orig_dx = regs->dx;
258 regs->dx = 0;
259 /* this decodes regs->di, regs->si and regs->dx on its own */
261 regs->dx = orig_dx;
/linux-master/arch/x86/include/asm/
H A Dasm.h48 #define _ASM_DX __ASM_REG(dx)
69 #define _ASM_ARG2W dx
102 #define _ASM_ARG3W dx
H A Dftrace.h157 unsigned long dx; member in struct:fgraph_ret_regs
/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_64.S89 movw $__KERNEL_DS, %dx # Data segment descriptor
199 movw $__KERNEL_DS, %dx
235 movw $__KERNEL_DS, %dx
/linux-master/drivers/video/fbdev/core/
H A Dtileblit.c20 int sx, int dy, int dx, int height, int width)
26 area.dx = dx;
19 tile_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) argument
H A Dsysimgblt.c293 u32 dx = image->dx, dy = image->dy; local
302 bitstart = (dy * p->fix.line_length * 8) + (dx * bpp);
H A Dcfbcopyarea.c383 u32 dx = area->dx, dy = area->dy, sx = area->sx, sy = area->sy; local
399 if ((dy == sy && dx > sx) || (dy > sy)) {
410 dst_idx += dy*bits_per_line + dx*p->var.bits_per_pixel;
/linux-master/include/uapi/linux/
H A Dfb.h337 __u32 dx; member in struct:fb_copyarea
346 __u32 dx; /* screen-relative */ member in struct:fb_fillrect
355 __u32 dx; /* Where to place image */ member in struct:fb_image
/linux-master/drivers/video/fbdev/
H A Dtdfxfb.c538 DPRINTK("Checking graphics mode at %dx%d depth %d\n",
731 DPRINTK("Graphics mode is now set at %dx%d depth %d\n",
852 u32 dx = rect->dx; local
867 if (dx + rect->width > 4095) {
868 dstbase += dx * bpp >> 3;
869 dx = 0;
881 tdfx_outl(par, LAUNCH_2D, dx | (dy << 16));
891 u32 sx = area->sx, sy = area->sy, dx = area->dx, d local
955 u32 dx = image->dx; local
[all...]
H A Dpm3fb.c404 modded.dx >= vxres || modded.dy >= vyres)
407 if (modded.dx + modded.width > vxres)
408 modded.width = vxres - modded.dx;
428 PM3RectanglePosition_XOffset(modded.dx) |
462 modded.dx >= vxres || modded.dy >= vyres)
467 if (modded.dx + modded.width > vxres)
468 modded.width = vxres - modded.dx;
474 o_x = modded.sx - modded.dx; /*(sx > dx ) ? (sx - dx)
[all...]
H A Dimsttfb.c992 __u32 Bpp, line_pitch, bgc, dx, dy, width, height; local
1002 dx = rect->dx * Bpp;
1010 write_reg_le32(par->dc_regs, DSA, dy + dx);
1021 write_reg_le32(par->dc_regs, DSA, dy + dx);
1022 write_reg_le32(par->dc_regs, S1SA, dy + dx);
1037 __u32 cnt, bltctl, sx, sy, dx, dy, height, width; local
1043 dx = area->dx * Bpp;
1064 if (sx < dx) {
[all...]
H A Dhgafb.c480 dest = rowaddr(info, y) + (rect->dx >> 3);
504 dest = rowaddr(info, y2) + (area->dx >> 3);
515 dest = rowaddr(info, y2) + (area->dx >> 3);
534 dest = rowaddr(info, y) + ((image->dx + x)>> 3);
H A Dpm2fb.c677 DPRINTK("Checking graphics mode at %dx%d depth %d\n",
853 DPRINTK("Setting graphics mode at %dx%d depth %d\n",
1075 modded.dx >= vxres || modded.dy >= vyres)
1078 if (modded.dx + modded.width > vxres)
1079 modded.width = vxres - modded.dx;
1090 pm2_WR(par, PM2R_RECTANGLE_ORIGIN, (modded.dy << 16) | modded.dx);
1131 modded.dx >= vxres || modded.dy >= vyres)
1136 if (modded.dx + modded.width > vxres)
1137 modded.width = vxres - modded.dx;
1148 ((modded.sx - modded.dx)
[all...]
H A Dwmt_ge_rops.c68 writel(rect->dx, regbase + GE_DESTAREAX_OFF);
102 writel(area->dx, regbase + GE_DESTAREAX_OFF);
/linux-master/drivers/video/fbdev/nvidia/
H A Dnv_accel.c312 NVDmaNext(par, (region->dy << 16) | region->dx);
343 NVDmaNext(par, (rect->dx << 16) | rect->dy);
372 NVDmaNext(par, (image->dy << 16) | (image->dx & 0xffff));
374 ((image->dx + image->width) & 0xffff));
379 NVDmaNext(par, (image->dy << 16) | (image->dx & 0xffff));
/linux-master/drivers/input/mouse/
H A Dvsxxxaa.c198 int dx, dy; local
205 * [1]: 0 dx dx dx dx dx dx dx
210 * Low 7 bit of byte 1 are abs(dx), bit 7 is
213 dx
[all...]
/linux-master/arch/x86/kernel/
H A Dsignal_32.c91 regs->dx = sc.dx;
203 unsafe_put_user(regs->dx, &sc->dx, Efault);
282 regs->dx = 0;
364 regs->dx = (unsigned long) &frame->info;
H A Dsignal_64.c64 regs->dx = sc.dx;
107 unsafe_put_user(regs->dx, &sc->dx, Efault);
209 regs->dx = (unsigned long)&frame->uc;
344 regs->dx = (unsigned long) &frame->uc;
/linux-master/arch/x86/mm/
H A Dextable.c39 regs->dx = 0;
179 (unsigned int)regs->cx, (unsigned int)regs->dx,
193 regs->dx = 0;
/linux-master/arch/x86/math-emu/
H A Dreg_u_add.S66 movw %dx,EXP(%edi) /* Copy exponent to destination */
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_context.c108 .type_name = "dx contexts",
181 bool dx,
189 res->guest_memory_size = (dx ? sizeof(SVGADXContextMobFormat) :
193 dx ? &vmw_dx_context_func :
215 if (dx) {
244 bool dx)
254 return vmw_gb_context_init(dev_priv, dx, res, res_free);
726 struct drm_file *file_priv, bool dx)
736 if (!has_sm4_context(dev_priv) && dx) {
755 ret = vmw_context_init(dev_priv, res, vmw_user_context_free, dx);
180 vmw_gb_context_init(struct vmw_private *dev_priv, bool dx, struct vmw_resource *res, void (*res_free)(struct vmw_resource *res)) argument
241 vmw_context_init(struct vmw_private *dev_priv, struct vmw_resource *res, void (*res_free)(struct vmw_resource *res), bool dx) argument
725 vmw_context_define(struct drm_device *dev, void *data, struct drm_file *file_priv, bool dx) argument
[all...]
/linux-master/arch/x86/include/asm/xen/
H A Dinterface_64.h112 __DECL_REG(dx);
/linux-master/drivers/staging/sm750fb/
H A Dsm750_accel.h206 * @dx: Starting x coordinate of destination surface
216 unsigned int Bpp, unsigned int dx, unsigned int dy,
230 * @dx: Starting x coordinate of destination surface
240 u32 bytePerPixel, u32 dx, u32 dy, u32 width,
/linux-master/arch/x86/include/uapi/asm/
H A Dsigcontext.h212 __u32 dx; member in struct:sigcontext_32
251 __u64 dx; member in struct:sigcontext_64
/linux-master/arch/m68k/atari/
H A Datakeyb.c373 void ikbd_mouse_kbd_mode(int dx, int dy) argument
375 char cmd[3] = { 0x0A, dx, dy };

Completed in 682 milliseconds

123456789