Searched refs:old_offset (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/riscv/include/asm/
H A Dalternative.h30 #define ALT_OLD_PTR(a) __ALT_PTR(a, old_offset)
41 s32 old_offset; /* offset relative to original instruction or data */ member in struct:alt_entry
/linux-master/drivers/bus/mhi/ep/
H A Dring.c111 size_t old_offset = 0; local
133 old_offset = ring->rd_offset;
142 buf_info.host_addr = ring->rbase + (old_offset * sizeof(*el));
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_fb.h74 u32 old_offset, u32 new_offset);
H A Dintel_fb.c925 u32 old_offset,
931 WARN_ON(old_offset & (tile_size - 1));
933 WARN_ON(new_offset > old_offset);
935 tiles = (old_offset - new_offset) / tile_size;
950 u32 old_offset,
953 old_offset += *y * pitch + *x * cpp;
955 *y = (old_offset - new_offset) / pitch;
956 *x = ((old_offset - new_offset) - *y * pitch) / cpp;
966 u32 old_offset, u32 new_offset)
971 drm_WARN_ON(&i915->drm, new_offset > old_offset);
920 intel_adjust_tile_offset(int *x, int *y, unsigned int tile_width, unsigned int tile_height, unsigned int tile_size, unsigned int pitch_tiles, u32 old_offset, u32 new_offset) argument
947 intel_adjust_linear_offset(int *x, int *y, unsigned int cpp, unsigned int pitch, u32 old_offset, u32 new_offset) argument
961 intel_adjust_aligned_offset(int *x, int *y, const struct drm_framebuffer *fb, int color_plane, unsigned int rotation, unsigned int pitch, u32 old_offset, u32 new_offset) argument
1002 intel_plane_adjust_aligned_offset(int *x, int *y, const struct intel_plane_state *state, int color_plane, u32 old_offset, u32 new_offset) argument
[all...]
/linux-master/drivers/md/bcache/
H A Dextents.c330 uint64_t old_offset; local
352 old_offset = KEY_START(k);
443 old_offset = KEY_START(insert);
458 bch_subtract_dirty(k, c, old_offset, old_size - KEY_SIZE(k));
/linux-master/fs/xfs/libxfs/
H A Dxfs_iext_tree.c435 xfs_fileoff_t old_offset,
445 if (i > 0 && xfs_iext_key_cmp(node, i, old_offset) > 0)
447 if (node->keys[i] == old_offset)
433 xfs_iext_update_node( struct xfs_ifork *ifp, xfs_fileoff_t old_offset, xfs_fileoff_t new_offset, int level, void *ptr) argument
/linux-master/drivers/hwmon/occ/
H A Dcommon.c1095 unsigned int i, old_offset, offset = 0, size = 0; local
1109 old_offset = offset;
1121 old_offset, offset - 1, block->header.eye_catcher,
/linux-master/drivers/tty/vt/
H A Dvt.c747 static int old_offset = -1; local
753 if (old_offset != -1 && old_offset >= 0 &&
754 old_offset < vc->vc_screenbuf_size) {
755 scr_writew(old, screenpos(vc, old_offset, true));
761 old_offset = offset;
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2475 u_int old_offset; local
2504 old_offset = tinfo->curr.offset;
2509 || old_offset != offset
H A Daic79xx_core.c3862 u_int old_offset; local
3891 old_offset = tinfo->curr.offset;
3896 || old_offset != offset

Completed in 189 milliseconds