Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/drivers/bus/mhi/ep/
H A Dring.c111 size_t old_offset = 0; in mhi_ep_ring_add_element() local
133 old_offset = ring->rd_offset; in mhi_ep_ring_add_element()
142 buf_info.host_addr = ring->rbase + (old_offset * sizeof(*el)); in mhi_ep_ring_add_element()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_fb.c914 u32 old_offset, in intel_adjust_tile_offset()
920 WARN_ON(old_offset & (tile_size - 1)); in intel_adjust_tile_offset()
922 WARN_ON(new_offset > old_offset); in intel_adjust_tile_offset()
924 tiles = (old_offset - new_offset) / tile_size; in intel_adjust_tile_offset()
939 u32 old_offset, in intel_adjust_linear_offset()
942 old_offset += *y * pitch + *x * cpp; in intel_adjust_linear_offset()
944 *y = (old_offset - new_offset) / pitch; in intel_adjust_linear_offset()
945 *x = ((old_offset - new_offset) - *y * pitch) / cpp; in intel_adjust_linear_offset()
955 u32 old_offset, u32 new_offset) in intel_adjust_aligned_offset()
960 drm_WARN_ON(&i915->drm, new_offset > old_offset); in intel_adjust_aligned_offset()
909 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) intel_adjust_tile_offset() argument
936 intel_adjust_linear_offset(int *x, int *y, unsigned int cpp, unsigned int pitch, u32 old_offset, u32 new_offset) intel_adjust_linear_offset() argument
950 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) intel_adjust_aligned_offset() argument
991 intel_plane_adjust_aligned_offset(int *x, int *y, const struct intel_plane_state *state, int color_plane, u32 old_offset, u32 new_offset) intel_plane_adjust_aligned_offset() argument
[all...]
H A Dintel_fb.h74 u32 old_offset, u32 new_offset);
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dextents.c330 uint64_t old_offset; in bch_extent_insert_fixup() local
352 old_offset = KEY_START(k); in bch_extent_insert_fixup()
443 old_offset = KEY_START(insert); in bch_extent_insert_fixup()
458 bch_subtract_dirty(k, c, old_offset, old_size - KEY_SIZE(k)); in bch_extent_insert_fixup()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dextents.c330 uint64_t old_offset; in bch_extent_insert_fixup() local
352 old_offset = KEY_START(k); in bch_extent_insert_fixup()
443 old_offset = KEY_START(insert); in bch_extent_insert_fixup()
458 bch_subtract_dirty(k, c, old_offset, old_size - KEY_SIZE(k)); in bch_extent_insert_fixup()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_iext_tree.c428 xfs_fileoff_t old_offset, in xfs_iext_update_node()
438 if (i > 0 && xfs_iext_key_cmp(node, i, old_offset) > 0) in xfs_iext_update_node()
440 if (node->keys[i] == old_offset) in xfs_iext_update_node()
426 xfs_iext_update_node( struct xfs_ifork *ifp, xfs_fileoff_t old_offset, xfs_fileoff_t new_offset, int level, void *ptr) xfs_iext_update_node() argument
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_iext_tree.c428 xfs_fileoff_t old_offset, in xfs_iext_update_node()
438 if (i > 0 && xfs_iext_key_cmp(node, i, old_offset) > 0) in xfs_iext_update_node()
440 if (node->keys[i] == old_offset) in xfs_iext_update_node()
426 xfs_iext_update_node( struct xfs_ifork *ifp, xfs_fileoff_t old_offset, xfs_fileoff_t new_offset, int level, void *ptr) xfs_iext_update_node() argument
/kernel/linux/linux-5.10/drivers/hwmon/occ/
H A Dcommon.c1019 unsigned int i, old_offset, offset = 0, size = 0; in occ_parse_poll_response() local
1033 old_offset = offset; in occ_parse_poll_response()
1045 old_offset, offset - 1, block->header.eye_catcher, in occ_parse_poll_response()
/kernel/linux/linux-6.6/drivers/hwmon/occ/
H A Dcommon.c1095 unsigned int i, old_offset, offset = 0, size = 0; in occ_parse_poll_response() local
1109 old_offset = offset; in occ_parse_poll_response()
1121 old_offset, offset - 1, block->header.eye_catcher, in occ_parse_poll_response()
/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dvt.c807 static int old_offset = -1; in complement_pos() local
813 if (old_offset != -1 && old_offset >= 0 && in complement_pos()
814 old_offset < vc->vc_screenbuf_size) { in complement_pos()
815 scr_writew(old, screenpos(vc, old_offset, true)); in complement_pos()
821 old_offset = offset; in complement_pos()
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dvt.c755 static int old_offset = -1; in complement_pos() local
761 if (old_offset != -1 && old_offset >= 0 && in complement_pos()
762 old_offset < vc->vc_screenbuf_size) { in complement_pos()
763 scr_writew(old, screenpos(vc, old_offset, true)); in complement_pos()
769 old_offset = offset; in complement_pos()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_display.c2366 u32 old_offset, in intel_adjust_tile_offset()
2372 WARN_ON(old_offset & (tile_size - 1)); in intel_adjust_tile_offset()
2374 WARN_ON(new_offset > old_offset); in intel_adjust_tile_offset()
2376 tiles = (old_offset - new_offset) / tile_size; in intel_adjust_tile_offset()
2399 u32 old_offset, u32 new_offset) in intel_adjust_aligned_offset()
2404 drm_WARN_ON(&dev_priv->drm, new_offset > old_offset); in intel_adjust_aligned_offset()
2422 old_offset, new_offset); in intel_adjust_aligned_offset()
2424 old_offset += *y * pitch + *x * cpp; in intel_adjust_aligned_offset()
2426 *y = (old_offset - new_offset) / pitch; in intel_adjust_aligned_offset()
2427 *x = ((old_offset in intel_adjust_aligned_offset()
2361 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) intel_adjust_tile_offset() argument
2394 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) intel_adjust_aligned_offset() argument
2437 intel_plane_adjust_aligned_offset(int *x, int *y, const struct intel_plane_state *state, int color_plane, u32 old_offset, u32 new_offset) intel_plane_adjust_aligned_offset() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2477 u_int old_offset; in ahc_set_syncrate() local
2506 old_offset = tinfo->curr.offset; in ahc_set_syncrate()
2511 || old_offset != offset in ahc_set_syncrate()
H A Daic79xx_core.c3864 u_int old_offset; in ahd_set_syncrate() local
3893 old_offset = tinfo->curr.offset; in ahd_set_syncrate()
3898 || old_offset != offset in ahd_set_syncrate()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2475 u_int old_offset; in ahc_set_syncrate() local
2504 old_offset = tinfo->curr.offset; in ahc_set_syncrate()
2509 || old_offset != offset in ahc_set_syncrate()
H A Daic79xx_core.c3862 u_int old_offset; in ahd_set_syncrate() local
3891 old_offset = tinfo->curr.offset; in ahd_set_syncrate()
3896 || old_offset != offset in ahd_set_syncrate()

Completed in 69 milliseconds