/Linux-v4.19/arch/x86/um/os-Linux/ |
D | task_size.c | 71 unsigned long bottom = 0; in os_get_top_address() local 101 for (bottom = 0; bottom < top; bottom++) { in os_get_top_address() 102 if (page_ok(bottom)) in os_get_top_address() 107 if (bottom == top) { in os_get_top_address() 113 printf("0x%lx\n", bottom << UM_KERN_PAGE_SHIFT); in os_get_top_address() 117 original = bottom; in os_get_top_address() 124 test = bottom + (top - bottom) / 2; in os_get_top_address() 126 bottom = test; in os_get_top_address() 129 } while (top - bottom > 1); in os_get_top_address()
|
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 472 if (NULL != btv->curr.bottom) btv->cap_ctl |= 0x01; in bttv_set_dma() 484 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0, in bttv_set_dma() 485 btv->curr.bottom ? (unsigned long long)btv->curr.bottom->bottom.dma : 0); in bttv_set_dma() 591 btcx_riscmem_free(btv->c.pci,&buf->bottom); in bttv_dma_free() 601 struct btcx_riscmem *bottom; in bttv_buffer_activate_vbi() local 606 bottom = NULL; in bttv_buffer_activate_vbi() 637 bottom = &vbi->bottom; in bttv_buffer_activate_vbi() 643 bttv_risc_hook(btv, RISC_SLOT_E_VBI, bottom, bottom_irq_flags); in bttv_buffer_activate_vbi() 653 if (NULL != set->top && NULL != set->bottom) { in bttv_buffer_activate_video() 654 if (set->top == set->bottom) { in bttv_buffer_activate_video() [all …]
|
/Linux-v4.19/arch/arm/mach-omap1/ |
D | lcd_dma.c | 136 unsigned long top, bottom; in set_b1_regs() local 172 bottom = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1); in set_b1_regs() 177 bottom += 2; in set_b1_regs() 182 bottom = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs() 192 bottom = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs() 197 bottom = PIXADDR(0, 0); in set_b1_regs() 207 bottom = PIXADDR(0, 0); in set_b1_regs() 212 bottom = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs() 222 bottom = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs() 227 bottom = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1); in set_b1_regs() [all …]
|
/Linux-v4.19/drivers/s390/scsi/ |
D | zfcp_fsf.c | 353 (unsigned long long)qtcb->bottom.support.req_handle); in zfcp_fsf_protstatus_eval() 473 struct fsf_qtcb_bottom_config *bottom = &req->qtcb->bottom.config; in zfcp_fsf_exchange_config_evaluate() local 479 nsp = (struct fc_els_flogi *) ((u8 *)&bottom->nport_serv_param in zfcp_fsf_exchange_config_evaluate() 481 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload in zfcp_fsf_exchange_config_evaluate() 485 memcpy(req->data, bottom, sizeof(*bottom)); in zfcp_fsf_exchange_config_evaluate() 491 adapter->timer_ticks = bottom->timer_interval & ZFCP_FSF_TIMER_INT_MASK; in zfcp_fsf_exchange_config_evaluate() 492 adapter->stat_read_buf_num = max(bottom->status_read_buf_num, in zfcp_fsf_exchange_config_evaluate() 505 fc_host_port_id(shost) = ntoh24(bottom->s_id); in zfcp_fsf_exchange_config_evaluate() 507 zfcp_fsf_convert_portspeed(bottom->fc_link_speed); in zfcp_fsf_exchange_config_evaluate() 509 adapter->hydra_version = bottom->adapter_type; in zfcp_fsf_exchange_config_evaluate() [all …]
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | field-order.rst | 29 combine to frames. We distinguish between top (aka odd) and bottom (aka 31 the first line of an interlaced frame, the first line of the bottom 35 whether a frame commences with the top or bottom field is pointless. Any 36 two successive top and bottom, or bottom and top fields yield a valid 42 Whether the older field contains the top or bottom lines is a convention 90 - Images consist of the bottom (aka even) field only. Applications 97 order of the fields (whether the top or bottom field is first 99 transmits the bottom field first, all other standards the top 104 in memory, immediately followed by the bottom field lines. Fields 109 - Images contain both fields, the bottom field lines are stored [all …]
|
/Linux-v4.19/drivers/gpu/drm/qxl/ |
D | qxl_draw.c | 90 drawable->self_bitmap_area.bottom = 0; in make_drawable() 198 rect.bottom = y + height; in qxl_draw_opaque_fb() 229 drawable->u.copy.src_area.bottom = height; in qxl_draw_opaque_fb() 279 int left, right, top, bottom; in qxl_draw_dirty_fb() local 300 bottom = clips->y2; in qxl_draw_dirty_fb() 308 bottom = max_t(int, bottom, (int)clips_ptr->y2); in qxl_draw_dirty_fb() 312 height = bottom - top; in qxl_draw_dirty_fb() 332 drawable_rect.bottom = bottom; in qxl_draw_dirty_fb() 361 drawable->u.copy.src_area.bottom = height; in qxl_draw_dirty_fb() 380 rects[i].bottom = clips_ptr->y2; in qxl_draw_dirty_fb() [all …]
|
/Linux-v4.19/arch/sh/kernel/ |
D | dumpstack.c | 22 void dump_mem(const char *str, unsigned long bottom, unsigned long top) in dump_mem() argument 27 printk("%s(0x%08lx to 0x%08lx)\n", str, bottom, top); in dump_mem() 29 for (p = bottom & ~31; p < top; ) { in dump_mem() 35 if (p < bottom || p >= top) in dump_mem()
|
/Linux-v4.19/drivers/media/pci/saa7134/ |
D | saa7134-go7007.c | 62 u8 *bottom; member 246 go7007_parse_video_stream(go, saa->bottom, PAGE_SIZE); in saa7134_go7007_irq_ts_done() 266 virt_to_page(saa->bottom), in saa7134_go7007_stream_start() 453 saa->bottom = (u8 *)get_zeroed_page(GFP_KERNEL); in saa7134_go7007_init() 454 if (!saa->bottom) in saa7134_go7007_init() 479 if (saa->bottom) in saa7134_go7007_init() 480 free_page((unsigned long)saa->bottom); in saa7134_go7007_init() 501 free_page((unsigned long)saa->bottom); in saa7134_go7007_fini()
|
/Linux-v4.19/block/ |
D | blk-settings.c | 551 unsigned int top, bottom, alignment, ret = 0; in blk_stack_limits() local 587 bottom = max(b->physical_block_size, b->io_min) + alignment; in blk_stack_limits() 590 if (max(top, bottom) % min(top, bottom)) { in blk_stack_limits() 649 bottom = b->discard_granularity + alignment; in blk_stack_limits() 652 if ((max(top, bottom) % min(top, bottom)) != 0) in blk_stack_limits() 712 char top[BDEVNAME_SIZE], bottom[BDEVNAME_SIZE]; in disk_stack_limits() local 715 bdevname(bdev, bottom); in disk_stack_limits() 718 top, bottom); in disk_stack_limits()
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_stdu.c | 67 s32 left, right, top, bottom; member 258 s32 left, s32 right, s32 top, s32 bottom) in vmw_stdu_populate_update() argument 269 update->body.rect.h = bottom - top; in vmw_stdu_populate_update() 549 ddirty->bottom = max_t(s32, ddirty->bottom, dirty->unit_y2); in vmw_stdu_bo_clip() 593 ddirty->top, ddirty->bottom); in vmw_stdu_bo_fifo_commit() 599 ddirty->right = ddirty->bottom = S32_MIN; in vmw_stdu_bo_fifo_commit() 621 ddirty->bottom = max_t(s32, ddirty->bottom, dirty->unit_y2); in vmw_stdu_bo_cpu_clip() 657 height = ddirty->bottom - ddirty->top; in vmw_stdu_bo_cpu_commit() 718 ddirty->right = ddirty->bottom = S32_MIN; in vmw_stdu_bo_cpu_commit() 776 ddirty.right = ddirty.bottom = S32_MIN; in vmw_kms_stdu_dma() [all …]
|
D | vmwgfx_scrn.c | 55 s32 left, right, top, bottom; member 858 cmd->body.destRect.bottom = sdirty->bottom; in vmw_sou_surface_fifo_commit() 863 cmd->body.srcRect.bottom = sdirty->bottom + trans_y; in vmw_sou_surface_fifo_commit() 873 blit->bottom -= sdirty->top; in vmw_sou_surface_fifo_commit() 879 sdirty->right = sdirty->bottom = S32_MIN; in vmw_sou_surface_fifo_commit() 902 blit->bottom = dirty->unit_y2; in vmw_sou_surface_clip() 908 sdirty->bottom = max_t(s32, sdirty->bottom, dirty->unit_y2); in vmw_sou_surface_clip() 968 sdirty.right = sdirty.bottom = S32_MIN; in vmw_kms_sou_do_surface_dirty() 1018 blit->body.destRect.bottom = dirty->unit_y2; in vmw_sou_bo_clip() 1121 blit->body.srcRect.bottom = dirty->unit_y2; in vmw_sou_readback_clip()
|
/Linux-v4.19/drivers/gpu/drm/virtio/ |
D | virtgpu_fb.c | 127 int left, right, top, bottom; in virtio_gpu_surface_dirty() local 141 bottom = clips->y2; in virtio_gpu_surface_dirty() 149 bottom = max_t(int, bottom, (int)clips_ptr->y2); in virtio_gpu_surface_dirty() 154 right - left, bottom - top); in virtio_gpu_surface_dirty() 157 left, top, right - left, bottom - top); in virtio_gpu_surface_dirty()
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | traps.c | 67 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, in dump_mem() argument 83 lvl, str, bottom, top); in dump_mem() 85 for (first = bottom & ~31; first < top; first += 32) { in dump_mem() 93 if (p >= bottom && p < top) { in dump_mem()
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_devinfo.c | 617 struct list_head *bottom; member 626 list_entry(dl->bottom, struct scsi_dev_info_list, in devinfo_seq_show() 629 if (devinfo_table->scsi_dev_info_list.next == dl->bottom && in devinfo_seq_show() 650 list_for_each(dl->bottom, &devinfo_table->scsi_dev_info_list) in devinfo_seq_start() 666 dl->bottom = dl->bottom->next; in devinfo_seq_next() 667 while (&devinfo_table->scsi_dev_info_list == dl->bottom) { in devinfo_seq_next() 676 dl->bottom = devinfo_table->scsi_dev_info_list.next; in devinfo_seq_next()
|
/Linux-v4.19/drivers/staging/wlan-ng/ |
D | prism2sta.c | 690 le16_to_cpus(&hw->cap_sup_mfi.bottom); in prism2sta_getcardinfo() 696 hw->cap_sup_mfi.variant, hw->cap_sup_mfi.bottom, in prism2sta_getcardinfo() 714 le16_to_cpus(&hw->cap_sup_cfi.bottom); in prism2sta_getcardinfo() 720 hw->cap_sup_cfi.variant, hw->cap_sup_cfi.bottom, in prism2sta_getcardinfo() 738 le16_to_cpus(&hw->cap_sup_pri.bottom); in prism2sta_getcardinfo() 744 hw->cap_sup_pri.variant, hw->cap_sup_pri.bottom, in prism2sta_getcardinfo() 762 le16_to_cpus(&hw->cap_sup_sta.bottom); in prism2sta_getcardinfo() 769 hw->cap_sup_sta.variant, hw->cap_sup_sta.bottom, in prism2sta_getcardinfo() 775 hw->cap_sup_sta.variant, hw->cap_sup_sta.bottom, in prism2sta_getcardinfo() 794 le16_to_cpus(&hw->cap_act_pri_cfi.bottom); in prism2sta_getcardinfo() [all …]
|
D | prism2fw.c | 321 priid.bottom = *data++; in prism2_fwapply() 632 le16_to_cpus(&rfid.bottom); in mkpdrlist() 641 le16_to_cpus(&macid.bottom); in mkpdrlist() 1157 rfid.id, rfid.variant, rfid.bottom, rfid.top); in validate_identity() 1159 macid.id, macid.variant, macid.bottom, macid.top); in validate_identity() 1161 priid.id, priid.variant, priid.bottom, priid.top); in validate_identity() 1177 s3info[i].info.compat.bottom, in validate_identity() 1192 if ((s3info[i].info.compat.bottom > in validate_identity() 1195 priid.bottom)) { in validate_identity()
|
/Linux-v4.19/include/media/ |
D | v4l2-rect.h | 95 int right, bottom; in v4l2_rect_intersect() local 99 bottom = min(r1->top + r1->height, r2->top + r2->height); in v4l2_rect_intersect() 101 r->height = max(0, bottom - r->top); in v4l2_rect_intersect()
|
/Linux-v4.19/arch/nds32/kernel/ |
D | traps.c | 24 void dump_mem(const char *lvl, unsigned long bottom, unsigned long top) in dump_mem() argument 38 pr_emerg("%s(0x%08lx to 0x%08lx)\n", lvl, bottom, top); in dump_mem() 40 for (first = bottom & ~31; first < top; first += 32) { in dump_mem() 48 if (p >= bottom && p < top) { in dump_mem()
|
/Linux-v4.19/drivers/video/fbdev/sis/ |
D | sis_accel.h | 250 #define SiS300SetupClipRB(right,bottom) \ argument 252 MMIO_OUT32(ivideo->mmio_vbase, BR(14), ((right) & 0xFFFF) | (bottom)<<16 );\ 376 #define SiS310SetupClipRB(right,bottom) \ argument 378 MMIO_OUT32(ivideo->mmio_vbase, RIGHT_CLIP, ((right) & 0xFFFF) | (bottom)<<16 );\
|
/Linux-v4.19/drivers/media/platform/s5p-g2d/ |
D | g2d-hw.c | 39 n = f->bottom & 0xFFF; in g2d_set_src_size() 64 n = f->bottom & 0xFFF; in g2d_set_dst_size()
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_replay.c | 26 u32 seq, seq_hi, bottom; in xfrm_replay_seqhi() local 34 bottom = replay_esn->seq - replay_esn->replay_window + 1; in xfrm_replay_seqhi() 38 if (unlikely(seq < bottom)) in xfrm_replay_seqhi() 42 if (unlikely(seq >= bottom)) in xfrm_replay_seqhi() 445 u32 bottom = top - wsize + 1; in xfrm_replay_check_esn() local 458 if (likely(seq > top) || seq < bottom) in xfrm_replay_check_esn() 462 if (likely(seq > top && seq < bottom)) in xfrm_replay_check_esn() 464 if (seq >= bottom) in xfrm_replay_check_esn()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | fb-puv3.c | 146 int bottom = info->var.yres - 1; in unifb_prim_fillrect() local 150 bottom = (bottom << 16) | right; in unifb_prim_fillrect() 171 writel(bottom, UGE_CLIP1); in unifb_prim_fillrect() 236 int bottom = info->var.yres; in unifb_prim_copyarea() local 267 bottom = (bottom << 16) | right; in unifb_prim_copyarea() 276 writel(bottom, UGE_CLIP1); in unifb_prim_copyarea()
|
/Linux-v4.19/arch/x86/kernel/ |
D | process.c | 730 unsigned long start, bottom, top, sp, fp, ip, ret = 0; in get_wchan() local 761 bottom = start; in get_wchan() 764 if (sp < bottom || sp > top) in get_wchan() 769 if (fp < bottom || fp > top) in get_wchan()
|
/Linux-v4.19/arch/sh/include/asm/ |
D | kdebug.h | 16 extern void dump_mem(const char *str, unsigned long bottom, unsigned long top);
|
/Linux-v4.19/Documentation/sphinx-static/ |
D | theme_overrides.css | 70 /* fix bottom margin of lists items */ 73 margin-bottom: 12px;
|