Searched refs:dx (Results 176 - 200 of 203) sorted by relevance

123456789

/linux-master/arch/x86/entry/
H A Dentry_32.S337 mov %dx, %ax /* eax: new kernel esp */
864 addl $2*4, %esp /* skip pt_regs->cx and pt_regs->dx */
/linux-master/arch/x86/boot/
H A Dheader.S549 movw %ss, %dx
550 cmpw %ax, %dx # %ds == %ss?
551 movw %sp, %dx
555 movw $_end, %dx
558 movw heap_end_ptr, %dx
559 1: addw $STACK_SIZE, %dx
561 xorw %dx, %dx # Prevent wraparound
563 2: # Now %dx should point to the end of our stack space
564 andw $~3, %dx # dwor
[all...]
/linux-master/arch/x86/kernel/
H A Dprocess_64.c86 log_lvl, regs->dx, regs->si, regs->di);
H A Dkvm.c991 ghcb_set_rdx(ghcb, regs->dx);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c3775 int dx, dy; local
3777 dx = pins[i];
3780 if (dx < 0 || dx >= dsi->num_lanes_supported * 2)
3786 if (dx & 1) {
3787 if (dy != dx - 1)
3791 if (dy != dx + 1)
3796 lane = dx / 2;
3919 DSSDBG("dsi_update_screen_dispc(%dx%d)\n", w, h);
/linux-master/drivers/video/fbdev/
H A Dsstfb.c399 printk(KERN_ERR "sstfb: Unsupported resolution %dx%d\n",
421 printk(KERN_ERR "sstfb: Unsupported resolution %dx%d\n",
786 sst_write(BLTDSTXY, area->dx | (area->dy << 16));
814 sst_write(BLTDSTXY, rect->dx | (rect->dy << 16));
H A Dstifb.c1061 WRITE_WORD(((area->dx << 16) | area->dy), fb, REG_25);
1102 NGLE_SET_DSTXY(fb, (rect->dx << 16) | (rect->dy));
1371 scnprintf(modestr, sizeof(modestr), "%dx%d-%d", xres, yres, bpp);
1395 fb_info(fb->info, "%s %dx%d-%d frame buffer device, %s, id: %04x, mmio: 0x%04lx\n",
H A Dfsl-diu-fb.c1044 /* The cursor position has changed (cursor->image.dx|dy) */
1049 xx = (cursor->image.dx - info->var.xoffset) & 0x7ff;
/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/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c4275 int dx = 0; local
4283 dx = x - px[ip];
4286 if (dx <= 0) {
4287 if (!hhave || dx > (x - hx)) {
4295 if (dx >= 0) {
4296 if (!lhave || dx < (x - lx)) {
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c2960 u32 dx, dy; local
2962 dx = pins[i];
2965 if (dx >= dsi->num_lanes_supported * 2)
2971 if (dx & 1) {
2972 if (dy != dx - 1)
2976 if (dy != dx + 1)
2981 lane = dx / 2;
3107 DSSDBG("dsi_update_screen_dispc(%dx%d)\n", w, h);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c3717 ii, dx = 0, dy = 0, tx_finish = 0, rx_finish = 0; local
4341 dx = (tx_x0[i]>>21) - (tx_x0[ii]>>21);
4342 if (dx < 3 && dx > -3) {
4371 dx = (rx_x0[i]>>21) - (rx_x0[ii]>>21);
4372 if (dx < 4 && dx > -4) {
/linux-master/drivers/input/mouse/
H A Dalps.c483 int dx = fields->st.x - corner[i].x; local
485 int distance = dx * dx + dy * dy;
2320 "pitch %dx%d num-electrodes %dx%d physical size %dx%d mm res %dx%d\n",
/linux-master/drivers/media/dvb-frontends/
H A Ddib7000p.c1766 u32 dx; local
1785 dx = segments[i - 1].x - segments[i].x;
1789 do_div(tmp64, dx);
H A Ddib8000.c3978 u32 dx; local
3997 dx = segments[i - 1].x - segments[i].x;
4001 do_div(tmp64, dx);
/linux-master/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_binarydesc.c363 ((pipe->stream->isp_params_configs->dz_config.dx !=
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.c1750 IA_CSS_ENTER_PRIVATE("dx=%d, dy=%d", config->dx, config->dy);
1752 assert(config->dx <= HRT_GDC_N);
1775 IA_CSS_LEAVE_PRIVATE("dx=%d, dy=%d", config->dx, config->dy);
3960 uds->curr_dx = enable_zoom ? (uint16_t)zoom->dx : HRT_GDC_N;
4093 * the dx/dy based on filter envelope and other information (ia_css_uds_sp_scale_params)
4127 /* A. Calculate dx/dy based on crop region using in_frame_info
H A Datomisp_compat_css20.c2709 if (zoom == asd->params.css_param.dz_config.dx &&
2717 asd->params.css_param.dz_config.dx = zoom;
3039 *zoom = dz_config.dx;
/linux-master/arch/x86/kernel/kprobes/
H A Dcore.c604 offsetof(struct pt_regs, dx),
/linux-master/arch/x86/kvm/
H A Demulate.c373 FOP2E(op##w, ax, dx) \
382 FOP2E(op##w, ax, dx) \
400 FOP2E(op##w, dx, ax) \
414 FOP3E(op##w, ax, dx, cl) \
2674 tss->dx = reg_read(ctxt, VCPU_REGS_RDX);
2698 *reg_write(ctxt, VCPU_REGS_RDX) = tss->dx;
/linux-master/tools/lib/bpf/
H A Dbpf_tracing.h89 #define __PT_PARM3_REG dx
/linux-master/drivers/video/fbdev/nvidia/
H A Dnvidia.c549 xx = cursor->image.dx - info->var.xoffset;
891 "%d bytes, for %dx%d-%d (virtual) "
1148 snprintf(buf, 15, "%dx%dMR", par->fpWidth, par->fpHeight);
/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/drivers/video/fbdev/i810/
H A Di810_main.c1016 "%d bytes, for %dx%d-%d (virtual) "
1500 tmp = (cursor->image.dx - info->var.xoffset) & 0xffff;
2090 "I810FB: Mode : %dx%d-%dbpp@%dHz\n",
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c100 DBG("fill_fb %dx%d, line_len %d bytes\n", w, h, fbi->fix.line_length);
1570 .dx = 0,
2588 dev_info(fbdev->dev, "using display '%s' mode %dx%d\n",

Completed in 495 milliseconds

123456789