Searched refs:dx (Results 1 - 25 of 203) sorted by last modified time

123456789

/linux-master/arch/x86/xen/
H A Denlighten_pv.c220 unsigned int *cx, unsigned int *dx)
242 *dx = cpuid_leaf5_edx_val;
255 "=d" (*dx)
271 unsigned int ax, bx, cx, dx; local
295 native_cpuid(&ax, &bx, &cx, &dx);
310 dx = 0;
312 native_cpuid(&ax, &bx, &cx, &dx);
326 cpuid_leaf5_edx_val = dx;
219 xen_cpuid(unsigned int *ax, unsigned int *bx, unsigned int *cx, unsigned int *dx) argument
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c150 [BPF_REG_3] = offsetof(struct pt_regs, dx),
/linux-master/arch/x86/kernel/
H A Dsev-shared.c608 regs->dx = leaf.edx;
744 port = ctxt->regs->dx & 0xffff;
752 port = ctxt->regs->dx & 0xffff;
773 port = ctxt->regs->dx & 0xffff;
780 port = ctxt->regs->dx & 0xffff;
946 regs->dx = leaf.edx;
989 regs->dx = ghcb->save.rdx;
1010 ctxt->regs->dx = ghcb->save.rdx;
H A Dprocess_64.c86 log_lvl, regs->dx, regs->si, regs->di);
H A Dsev.c1215 ghcb_set_rdx(ghcb, regs->dx);
1222 regs->dx = ghcb->save.rdx;
1691 ctxt->regs->dx = ghcb->save.rdx;
H A Dkvm.c991 ghcb_set_rdx(ghcb, regs->dx);
/linux-master/arch/x86/include/asm/
H A Dperf_event.h431 u64 flags, ip, ax, cx, dx, bx, sp, bp, si, di; member in struct:pebs_gprs
H A Dsyscall.h103 *args++ = regs->dx;
112 *args++ = regs->dx;
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c352 (unsigned int)regs->cx, (unsigned int)regs->dx, (unsigned int)regs->ax,
/linux-master/arch/x86/events/intel/
H A Dds.c30 u32 ax, bc, cx, dx;
381 u64 ax, bx, cx, dx; member in struct:pebs_record_core
389 u64 ax, bx, cx, dx; member in struct:pebs_record_nhm
401 u64 ax, bx, cx, dx; member in struct:pebs_record_hsw
430 u64 ax, bx, cx, dx; member in struct:pebs_record_skl
1681 regs->dx = pebs->dx;
1768 regs->dx = gprs->dx;
/linux-master/arch/x86/kernel/kprobes/
H A Dcore.c604 offsetof(struct pt_regs, dx),
/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/include/linux/
H A Dfb.h107 __u32 dx; /* Where to place image */ member in struct:fb_image_user
347 __u32 dx; /* destination origin in the x-axis */ member in struct:fb_tilearea
674 __damage_area(info, rect->dx, rect->dy, rect->width, rect->height); \
680 __damage_area(info, area->dx, area->dy, area->width, area->height); \
686 __damage_area(info, image->dx, image->dy, image->width, image->height); \
/linux-master/drivers/video/fbdev/
H A Dvt8623fb.c154 + ((image->dx / 8) * 4);
178 + ((rect->dx / 8) * 4);
210 + ((image->dx / 8) * 4);
228 && ((image->width % 8) == 0) && ((image->dx % 8) == 0)) {
240 && ((rect->width % 8) == 0) && ((rect->dx % 8) == 0)
H A Dvga16fb.c844 u32 dx = rect->dx, width = rect->width; local
852 dx /= 4;
853 where = info->screen_base + dx + rect->dy * info->fix.line_length;
904 if (!rect->width || !rect->height || rect->dx > vxres || rect->dy > vyres)
910 x2 = rect->dx + rect->width;
914 width = x2 - rect->dx;
924 dst = info->screen_base + (rect->dx/8) + rect->dy * info->fix.line_length;
978 u32 sx, dx, width; local
985 dx
1028 u32 dx = area->dx, dy = area->dy, sx = area->sx, sy = area->sy; local
1140 u32 dx = image->dx; local
[all...]
H A Dtgafb.c635 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask; local
644 dx = image->dx;
657 if (dx > vxres || dy > vyres)
659 if (dx + width > vxres)
660 width = vxres - dx;
690 pos += dx;
694 pos += dx * 4;
848 u32 color, dx, dy, width, height, vxres, vyres; local
854 dx
935 u32 dx, dy, width, height, vxres, vyres, color; local
1157 copyarea_8bpp(struct fb_info *info, u32 dx, u32 dy, u32 sx, u32 sy, u32 height, u32 width, u32 line_length, const struct fb_copyarea *area) argument
1268 unsigned long dx, dy, width, height, sx, sy, vxres, vyres; local
[all...]
H A Ds3fb.c359 + ((image->dx / 8) * 4);
384 + ((rect->dx / 8) * 4);
416 + ((image->dx / 8) * 4);
434 && ((image->width % 8) == 0) && ((image->dx % 8) == 0)) {
446 && ((rect->width % 8) == 0) && ((rect->dx % 8) == 0)
/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfbdrv.c367 pack(l1_cfg->dy, l1_cfg->dx));
520 par->l1_cfg.dx = 0;
/linux-master/drivers/video/fbdev/core/
H A Dsvgalib.c221 int dx, dy; local
229 ((area->sy == area->dy) && (area->sx > area->dx))) {
231 dst = fb + area->dx * colstride + area->dy * rowstride;
235 dst = fb + (area->dx + area->width - 1) * colstride
245 for (dx = 0; dx < area->width; dx++) {
259 int dx, dy; local
268 for (dx = 0; dx < rec
280 int dx, dy, i; local
[all...]
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 Dfbcon_ud.c49 int sx, int dy, int dx, int height, int width)
59 area.dx = vxres - ((dx + width) * vc->vc_font.width);
77 region.dx = vxres - ((sx + width) * vc->vc_font.width);
174 image.dx = vxres - ((xx + count) * vc->vc_font.width);
208 image.dx += image.width;
236 region.dx = info->var.xoffset;
244 region.dx = info->var.xoffset;
260 int err = 1, dx, dy; local
309 dx
48 ud_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) argument
[all...]
H A Dfbcon_ccw.c64 int sx, int dy, int dx, int height, int width)
72 area.dx = dy * vc->vc_font.height;
73 area.dy = vyres - ((dx + width) * vc->vc_font.width);
89 region.dx = sy * vc->vc_font.height;
150 image.dx = yy * vc->vc_font.height;
205 region.dx = 0;
213 region.dx = info->var.xoffset + bs;
230 int err = 1, dx, dy; local
277 dx = y * vc->vc_font.height;
280 if (ops->cursor_state.image.dx !
63 ccw_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) argument
[all...]
H A Dfbcon_cw.c49 int sx, int dy, int dx, int height, int width)
57 area.dx = vxres - ((dy + height) * vc->vc_font.height);
58 area.dy = dx * vc->vc_font.width;
74 region.dx = vxres - ((sy + height) * vc->vc_font.height);
135 image.dx = vxres - ((yy + 1) * vc->vc_font.height);
188 region.dx = 0;
196 region.dx = info->var.xoffset;
213 int err = 1, dx, dy; local
260 dx = vxres - ((y * vc->vc_font.height) + vc->vc_font.height);
263 if (ops->cursor_state.image.dx !
48 cw_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) argument
[all...]
H A Dfbcon.h56 int sx, int dy, int dx, int height, int width);
H A Dfbcon.c981 pr_debug("res: %dx%d-%d\n", info->var.xres,
1669 int dy, int dx, int height, int width, u_int y_break)
1678 fbcon_bmove_rec(vc, p, sy, sx, dy, dx, b, width,
1680 fbcon_bmove_rec(vc, p, sy + b, sx, dy + b, dx,
1683 fbcon_bmove_rec(vc, p, sy + b, sx, dy + b, dx,
1685 fbcon_bmove_rec(vc, p, sy, sx, dy, dx, b, width,
1694 fbcon_bmove_rec(vc, p, sy, sx, dy, dx, b, width,
1696 fbcon_bmove_rec(vc, p, sy + b, sx, dy + b, dx,
1699 fbcon_bmove_rec(vc, p, sy + b, sx, dy + b, dx,
1701 fbcon_bmove_rec(vc, p, sy, sx, dy, dx,
1668 fbcon_bmove_rec(struct vc_data *vc, struct fbcon_display *p, int sy, int sx, int dy, int dx, int height, int width, u_int y_break) argument
1710 fbcon_bmove(struct vc_data *vc, int sy, int sx, int dy, int dx, int height, int width) argument
[all...]

Completed in 538 milliseconds

123456789