Searched refs:xend (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/vfio/ |
| H A D | device_cdev.c | 199 unsigned long minsz, xend = 0; in vfio_df_ioctl_attach_pt() local 216 xend = offsetofend(struct vfio_device_attach_iommufd_pt, pasid); in vfio_df_ioctl_attach_pt() 219 if (xend) { in vfio_df_ioctl_attach_pt() 220 if (attach.argsz < xend) in vfio_df_ioctl_attach_pt() 224 (void __user *)arg + minsz, xend - minsz)) in vfio_df_ioctl_attach_pt() 258 unsigned long minsz, xend = 0; in vfio_df_ioctl_detach_pt() local 274 xend = offsetofend(struct vfio_device_detach_iommufd_pt, pasid); in vfio_df_ioctl_detach_pt() 277 if (xend) { in vfio_df_ioctl_detach_pt() 278 if (detach.argsz < xend) in vfio_df_ioctl_detach_pt() 282 (void __user *)arg + minsz, xend - minsz)) in vfio_df_ioctl_detach_pt()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | pio_copy.c | 372 void __iomem *xend; in mid_copy_mix() local 379 xend = min(send, dend); in mid_copy_mix() 383 xend += SOP_DISTANCE; in mid_copy_mix() 386 while (dest < xend) { in mid_copy_mix() 498 void __iomem *xend; in mid_copy_straight() local 505 xend = min(send, dend); in mid_copy_straight() 509 xend += SOP_DISTANCE; in mid_copy_straight() 512 while (dest < xend) { in mid_copy_straight()
|
| /linux/drivers/video/console/ |
| H A D | newport_con.c | 69 int xend, int yend, int ci) in newport_render_background() argument 80 ((xend + 7) << 16) | ((yend + topscan + 15) & 0x3ff); in newport_render_background() 133 static inline void newport_clear_screen(int xstart, int ystart, int xend, in newport_clear_screen() argument 146 npregs->go.xyendi = (xend << 16) | yend; in newport_clear_screen() 352 int xend = ((sx + width) << 3) - 1; in newport_clear() local 360 newport_clear_screen(sx << 3, ystart, xend, yend, in newport_clear() 363 newport_clear_screen(sx << 3, ystart, xend, 1023, in newport_clear() 365 newport_clear_screen(sx << 3, 0, xend, yend, in newport_clear()
|
| /linux/include/linux/ |
| H A D | highmem.h | 656 size_t start, size_t xend) in folio_zero_segment() argument 658 zero_user_segments(&folio->page, start, xend, 0, 0); in folio_zero_segment()
|
| /linux/drivers/media/usb/gspca/ |
| H A D | ov519.c | 3906 int qvga, xstart, xend, ystart, yend; in mode_init_ov_sensor_regs() local 3951 xend = xstart + gspca_dev->pixfmt.width; in mode_init_ov_sensor_regs() 3957 (((xend >> 1) & 7) << 3) | ((xstart >> 1) & 7), in mode_init_ov_sensor_regs() 3963 i2c_w(sd, 0x18, xend >> 4); in mode_init_ov_sensor_regs() 4022 xend = 28; in mode_init_ov_sensor_regs() 4027 xend = 14; in mode_init_ov_sensor_regs() 4034 i2c_w(sd, OV7670_R18_HSTOP, xend >> 3); in mode_init_ov_sensor_regs() 4036 v = (v & 0xc0) | ((xend & 0x7) << 3) | (xstart & 0x07); in mode_init_ov_sensor_regs()
|
| /linux/fs/ |
| H A D | buffer.c | 2022 size_t start, xend; in folio_zero_new_buffers() local 2025 xend = min(to, block_end); in folio_zero_new_buffers() 2027 folio_zero_segment(folio, start, xend); in folio_zero_new_buffers()
|