Searched refs:sx (Results 1 - 25 of 86) sorted by relevance

1234

/linux-master/io_uring/
H A Dstatx.c25 struct io_statx *sx = io_kiocb_to_cmd(req, struct io_statx); local
33 sx->dfd = READ_ONCE(sqe->fd);
34 sx->mask = READ_ONCE(sqe->len);
36 sx->buffer = u64_to_user_ptr(READ_ONCE(sqe->addr2));
37 sx->flags = READ_ONCE(sqe->statx_flags);
39 sx->filename = getname_flags(path,
40 getname_statx_lookup_flags(sx->flags),
43 if (IS_ERR(sx->filename)) {
44 int ret = PTR_ERR(sx->filename);
46 sx
57 struct io_statx *sx = io_kiocb_to_cmd(req, struct io_statx); local
69 struct io_statx *sx = io_kiocb_to_cmd(req, struct io_statx); local
[all...]
/linux-master/drivers/video/fbdev/
H A Datafb.h5 void atafb_mfb_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
8 int sy, int sx, int height, int width);
13 void atafb_iplan2p2_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
16 int sy, int sx, int height, int width);
21 void atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
24 int sy, int sx, int height, int width);
29 void atafb_iplan2p8_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
32 int sy, int sx, int height, int width);
H A Datafb_mfb.c24 int sy, int sx, int dy, int dx,
30 if (sx == 0 && dx == 0 && width == next_line) {
35 src = (u8 *)info->screen_base + sy * next_line + (sx >> 3);
43 src = (u8 *)info->screen_base + (sy + height - 1) * next_line + (sx >> 3);
54 int sy, int sx, int height, int width)
59 dest = (u8 *)info->screen_base + sy * next_line + (sx >> 3);
61 if (sx == 0 && width == next_line) {
23 atafb_mfb_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
53 atafb_mfb_fillrect(struct fb_info *info, u_long next_line, u32 color, int sy, int sx, int height, int width) argument
H A Datafb_iplan2p4.c24 int sy, int sx, int dy, int dx,
43 u_int upwards = (dy < sy) || (dy == sy && dx < sx);
46 if (!((sx ^ dx) & 15)) {
50 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
52 if (sx & 15) {
75 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
78 if ((sx + width) & 15) {
97 if (sx & 15)
109 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
115 if (sx
23 atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
206 atafb_iplan2p4_fillrect(struct fb_info *info, u_long next_line, u32 color, int sy, int sx, int height, int width) argument
[all...]
H A Datafb_iplan2p2.c24 int sy, int sx, int dy, int dx,
43 u_int upwards = (dy < sy) || (dy == sy && dx < sx);
46 if (!((sx ^ dx) & 15)) {
50 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
52 if (sx & 15) {
75 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
78 if ((sx + width) & 15) {
97 if (sx & 15)
109 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
115 if (sx
23 atafb_iplan2p2_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
192 atafb_iplan2p2_fillrect(struct fb_info *info, u_long next_line, u32 color, int sy, int sx, int height, int width) argument
[all...]
H A Datafb_iplan2p8.c31 int sy, int sx, int dy, int dx,
50 u_int upwards = (dy < sy) || (dy == sy && dx < sx);
53 if (!((sx ^ dx) & 15)) {
57 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
59 if (sx & 15) {
82 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
85 if ((sx + width) & 15) {
104 if (sx & 15)
116 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
122 if (sx
30 atafb_iplan2p8_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
241 atafb_iplan2p8_fillrect(struct fb_info *info, u_long next_line, u32 color, int sy, int sx, int height, int width) argument
[all...]
H A Ddnfb.c162 (area->sx >> 4));
166 y_delta = (info->fix.line_length * 8) - area->sx - area->width;
172 (((area->dx & 0xf) - (area->sx & 0xf)) % 16) | (0x4 << 5));
173 if ((area->dx & 0xf) < (area->sx & 0xf))
176 y_delta = -((info->fix.line_length * 8) - area->sx - area->width);
182 ((-((area->sx & 0xf) - (area->dx & 0xf))) % 16) |
184 if ((area->dx & 0xf) > (area->sx & 0xf))
H A Dvga16fb.c978 u32 sx, dx, width; local
984 sx = area->sx / 4;
988 if (area->dy < area->sy || (area->dy == area->sy && dx < sx)) {
991 src = info->screen_base + sx + area->sy * info->fix.line_length;
1006 src = info->screen_base + sx + width +
1028 u32 dx = area->dx, dy = area->dy, sx = area->sx, sy = area->sy; local
1037 if (area->dx > vxres || area->sx > vxres || area->dy > vyres ||
1058 if (sx
[all...]
/linux-master/arch/mips/math-emu/
H A Ddp_sqrt.c68 ieee754_csr.sx &= ~IEEE754_INEXACT;
114 ieee754_csr.sx &= ~IEEE754_INEXACT;
119 if (ieee754_csr.sx & IEEE754_INEXACT || t.bits != y.bits) {
121 if (!(ieee754_csr.sx & IEEE754_INEXACT))
127 oldcsr.sx |= IEEE754_INEXACT;
H A Dieee754.h166 __BITFIELD_FIELD(unsigned sx:5, /* exceptions total */
202 return (ieee754_csr.sx);
209 return (ieee754_csr.sx = 0);
216 return (ieee754_csr.sx & n);
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c209 int sx, int dy, int dx, int height, int width)
218 if ((dy < sy) || ((dy == sy) && (dx <= sx))) {
225 start = sy*vxres+sx+curr_ydstorg(minfo);
234 end = (sy+height-1)*vxres+sx+curr_ydstorg(minfo);
250 int sy, int sx, int dy, int dx, int height,
260 if ((dy < sy) || ((dy == sy) && (dx <= sx))) {
267 start = sy*vxres+sx+curr_ydstorg(minfo);
276 end = (sy+height-1)*vxres+sx+curr_ydstorg(minfo);
295 if ((area->sx | area->dx | area->width) & 1)
298 matrox_accel_bmove_lin(minfo, minfo->fbcon.var.xres_virtual >> 1, area->sy, area->sx >>
208 matrox_accel_bmove(struct matrox_fb_info *minfo, int vxres, int sy, int sx, int dy, int dx, int height, int width) argument
249 matrox_accel_bmove_lin(struct matrox_fb_info *minfo, int vxres, int sy, int sx, int dy, int dx, int height, int width) argument
307 matroxfb_accel_clear(struct matrox_fb_info *minfo, u_int32_t color, int sy, int sx, int height, int width) argument
337 matroxfb_cfb4_clear(struct matrox_fb_info *minfo, u_int32_t bgx, int sy, int sx, int height, int width) argument
[all...]
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_accel.c102 u32 sx, sy, dx, dy, w, h; local
106 sx = area->sx; sy = area->sy;
107 xdir = sx - dx;
110 if ( xdir < 0 ) { sx += w-1; dx += w-1; }
129 OUTREG(SRC_Y_X, (sy << 16) | sx);
140 modded.sx = area->sx;
160 modded.sx >= vxres || modded.sy >= vyres ||
164 if(modded.sx
[all...]
H A Dmach64_accel.c203 u32 sx = area->sx, dx = area->dx, width = area->width, rotation = 0; local
217 sx *= 3;
228 if (sx < dx) {
230 sx += width - 1;
241 aty_st_le32(SRC_Y_X, (sx << 16) | sy, par);
/linux-master/drivers/video/fbdev/core/
H A Dtileblit.c20 int sx, int dy, int dx, int height, int width)
24 area.sx = sx;
35 int sx, int height, int width)
45 rect.sx = sx;
62 blit.sx = xx;
88 cursor.sx = vc->state.x;
19 tile_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) argument
34 tile_clear(struct vc_data *vc, struct fb_info *info, int sy, int sx, int height, int width) argument
H A Dsyscopyarea.c317 u32 dx = area->dx, dy = area->dy, sx = area->sx, sy = area->sy; local
332 if ((dy == sy && dx > sx) || (dy > sy)) {
344 src_idx += sy*bits_per_line + sx*p->var.bits_per_pixel;
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c34 int sx = region->sx, dx = region->dx; local
44 if (dx <= sx) {
47 sx += region->width - 1;
60 BCI_SEND(BCI_X_Y(sx, sy));
/linux-master/fs/xfs/scrub/
H A Dattr.c174 struct xchk_xattr *sx; local
177 sx = container_of(context, struct xchk_xattr, context);
178 ab = sx->sc->buf;
180 if (xchk_should_terminate(sx->sc, &error)) {
187 xchk_ino_set_preen(sx->sc, context->dp->i_ino);
193 xchk_fblock_set_corrupt(sx->sc, XFS_ATTR_FORK, args.blkno);
199 xchk_fblock_set_corrupt(sx->sc, XFS_ATTR_FORK, args.blkno);
216 error = xchk_setup_xattr_buf(sx->sc, valuelen);
230 if (!xchk_fblock_process_error(sx->sc, XFS_ATTR_FORK, args.blkno,
234 xchk_fblock_set_corrupt(sx
591 struct xchk_xattr sx = { local
[all...]
/linux-master/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c102 struct statx sx; local
105 ret = statx(AT_FDCWD, path, 0, mask, &sx);
110 if (!(sx.stx_mask & mask))
115 return sx.stx_mnt_id;
336 struct statx sx; local
355 ret = statx(AT_FDCWD, "/", 0, 0, &sx);
362 if (sm.sb_dev_major != sx.stx_dev_major ||
363 sm.sb_dev_minor != sx.stx_dev_minor) {
366 sx.stx_dev_major, sx
[all...]
/linux-master/drivers/iommu/
H A Ds390-iommu.c183 int sx; local
185 for (sx = 0; sx < ZPCI_TABLE_ENTRIES; sx++)
186 if (reg_entry_isvalid(sto[sx]))
187 dma_free_page_table(get_st_pto(sto[sx]));
275 unsigned int rtx, sx, px; local
282 sx = calc_sx(dma_addr);
283 pto = dma_get_page_table_origin(&sto[sx], gfp);
648 unsigned int rtx, sx, p local
[all...]
/linux-master/drivers/video/fbdev/sis/
H A Dsis_accel.c374 area->sx >= vxres || area->sy >= vyres ||
379 if((area->sx + width) > vxres) width = vxres - area->sx;
388 if(area->sx < area->dx) xdir = 0;
395 SiS300SubsequentScreenToScreenCopy(ivideo, area->sx, area->sy,
403 SiS310SubsequentScreenToScreenCopy(ivideo, area->sx, area->sy,
/linux-master/drivers/staging/sm750fb/
H A Dsm750_accel.c137 * @sx: Starting x coordinate of source surface
150 unsigned int sx, unsigned int sy,
192 if (sx <= dx) {
203 /* sx > dx */
219 sx += width - 1;
270 ((sx << DE_SOURCE_X_K1_SHIFT) & DE_SOURCE_X_K1_MASK) |
148 sm750_hw_copyarea(struct lynx_accel *accel, unsigned int sBase, unsigned int sPitch, unsigned int sx, unsigned int sy, unsigned int dBase, unsigned int dPitch, unsigned int Bpp, unsigned int dx, unsigned int dy, unsigned int width, unsigned int height, unsigned int rop2) argument
/linux-master/drivers/video/fbdev/i810/
H A Di810_accel.c329 u32 sx, sy, dx, dy, pitch, width, height, src, dest, xdir; local
338 sx = region->sx * par->depth;
344 if (dx <= sx) {
349 sx += width - 1;
360 src = info->fix.smem_start + (sy * info->fix.line_length) + sx;
/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb.h6 unsigned short sx; member in struct:mb862xx_l1_cfg
H A Dmb862xxfb_accel.c50 if (area->sx >= area->dx && area->sy >= area->dy)
52 else if (area->sx >= area->dx && area->sy <= area->dy)
54 else if (area->sx <= area->dx && area->sy >= area->dy)
59 cmd[3] = (area->sy << 16) | area->sx;
/linux-master/fs/xfs/
H A Dxfs_bmap_util.h70 struct xfs_swapext *sx);

Completed in 329 milliseconds

1234