/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | div64.S | 17 #define xh r0 define 23 #define xh r1 define 35 * xh-xl = dividend (clobbered) 40 * xh = remainder 55 cmp xh, r4 66 clz ip, xh 77 cmpcc yl, xh 86 2: cmp xh, yl 88 subscs xh, xh, y [all...] |
H A D | muldi3.S | 14 #define xh r0 define 20 #define xh r1 define 28 mul xh, yl, xh 29 mla xh, xl, yh, xh 34 mla xh, yh, ip, xh 39 adc xh, xh, y [all...] |
H A D | ucmpdi2.S | 14 #define xh r0 define 20 #define xh r1 define 27 cmp xh, yh 40 cmp xh, yh
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | div64.S | 17 #define xh r0 define 23 #define xh r1 define 35 * xh-xl = dividend (clobbered) 40 * xh = remainder 55 cmp xh, r4 66 clz ip, xh 77 cmpcc yl, xh 86 2: cmp xh, yl 88 subscs xh, xh, y [all...] |
H A D | muldi3.S | 14 #define xh r0 define 20 #define xh r1 define 28 mul xh, yl, xh 29 mla xh, xl, yh, xh 34 mla xh, yh, ip, xh 39 adc xh, xh, y [all...] |
H A D | ucmpdi2.S | 14 #define xh r0 define 20 #define xh r1 define 27 cmp xh, yh 40 cmp xh, yh
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | xattr.c | 244 struct ocfs2_xattr_header *xh, 958 struct ocfs2_xattr_header *xh; in ocfs2_has_inline_xattr_value_outside() local 961 xh = (struct ocfs2_xattr_header *) in ocfs2_has_inline_xattr_value_outside() 965 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) in ocfs2_has_inline_xattr_value_outside() 966 if (!ocfs2_xattr_is_local(&xh->xh_entries[i])) in ocfs2_has_inline_xattr_value_outside() 1585 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_get_free_start() local 1586 int i, count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_get_free_start() 1590 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset); in ocfs2_xa_block_get_free_start() 1631 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_wipe_namevalue() local 1632 int count = le16_to_cpu(xh in ocfs2_xa_block_wipe_namevalue() 1813 struct ocfs2_xattr_header *xh = loc->xl_header; ocfs2_xa_bucket_add_entry() local 1849 struct ocfs2_xattr_header *xh = loc->xl_header; ocfs2_xa_bucket_add_namevalue() local 1935 struct ocfs2_xattr_header *xh = loc->xl_header; ocfs2_xa_remove_entry() local 3757 struct ocfs2_xattr_header *xh = bucket_xh(bucket); ocfs2_find_xe_in_bucket() local 3822 struct ocfs2_xattr_header *xh = NULL; ocfs2_xattr_bucket_find() local 4026 ocfs2_xattr_bucket_get_name_value(struct super_block *sb, struct ocfs2_xattr_header *xh, int index, int *block_off, int *new_offset) ocfs2_xattr_bucket_get_name_value() argument 4195 struct ocfs2_xattr_header *xh = bucket_xh(bucket); ocfs2_cp_xattr_block_to_bucket() local 4391 struct ocfs2_xattr_header *xh; ocfs2_defrag_xattr_bucket() local 4583 ocfs2_xattr_find_divide_pos(struct ocfs2_xattr_header *xh) ocfs2_xattr_find_divide_pos() argument 4635 struct ocfs2_xattr_header *xh; ocfs2_divide_xattr_bucket() local 5363 struct ocfs2_xattr_header *xh = bucket_xh(bucket); ocfs2_xattr_bucket_value_truncate() local 5522 struct ocfs2_xattr_header *xh = bucket_xh(bucket); ocfs2_check_xattr_bucket_collision() local 5658 struct ocfs2_xattr_header *xh = bucket_xh(bucket); ocfs2_delete_xattr_in_bucket() local 6007 struct ocfs2_xattr_header *xh = bucket_xh(bucket); ocfs2_get_xattr_tree_value_root() local 6044 struct ocfs2_xattr_header *xh = ocfs2_xattr_bucket_value_refcount() local 6214 ocfs2_value_metas_in_xattr_header(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int *metas, int *credits, int *num_recs, get_xattr_value_root *func, void *para) ocfs2_value_metas_in_xattr_header() argument 6258 ocfs2_get_xattr_value_root(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_get_xattr_value_root() argument 6282 ocfs2_reflink_lock_xattr_allocators(struct ocfs2_super *osb, struct ocfs2_xattr_header *xh, struct buffer_head *ref_root_bh, int *credits, struct ocfs2_alloc_context **meta_ac) ocfs2_reflink_lock_xattr_allocators() argument 6338 ocfs2_reflink_xattr_header(handle_t *handle, struct ocfs2_xattr_reflink *args, struct buffer_head *old_bh, struct ocfs2_xattr_header *xh, struct buffer_head *new_bh, struct ocfs2_xattr_header *new_xh, struct ocfs2_xattr_value_buf *vb, struct ocfs2_alloc_context *meta_ac, get_xattr_value_root *func, void *para) ocfs2_reflink_xattr_header() argument 6472 struct ocfs2_xattr_header *xh = (struct ocfs2_xattr_header *) ocfs2_reflink_xattr_inline() local 6594 struct ocfs2_xattr_header *xh = &xb->xb_attrs.xb_header; ocfs2_reflink_xattr_block() local 6682 ocfs2_get_reflink_xattr_value_root(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_get_reflink_xattr_value_root() argument 6709 ocfs2_value_tree_metas_in_bucket(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_value_tree_metas_in_bucket() argument 6730 struct ocfs2_xattr_header *xh = ocfs2_calc_value_tree_metas() local [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | xattr.c | 238 struct ocfs2_xattr_header *xh, 952 struct ocfs2_xattr_header *xh; in ocfs2_has_inline_xattr_value_outside() local 955 xh = (struct ocfs2_xattr_header *) in ocfs2_has_inline_xattr_value_outside() 959 for (i = 0; i < le16_to_cpu(xh->xh_count); i++) in ocfs2_has_inline_xattr_value_outside() 960 if (!ocfs2_xattr_is_local(&xh->xh_entries[i])) in ocfs2_has_inline_xattr_value_outside() 1579 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_get_free_start() local 1580 int i, count = le16_to_cpu(xh->xh_count); in ocfs2_xa_block_get_free_start() 1584 offset = le16_to_cpu(xh->xh_entries[i].xe_name_offset); in ocfs2_xa_block_get_free_start() 1625 struct ocfs2_xattr_header *xh = loc->xl_header; in ocfs2_xa_block_wipe_namevalue() local 1626 int count = le16_to_cpu(xh in ocfs2_xa_block_wipe_namevalue() 1807 struct ocfs2_xattr_header *xh = loc->xl_header; ocfs2_xa_bucket_add_entry() local 1843 struct ocfs2_xattr_header *xh = loc->xl_header; ocfs2_xa_bucket_add_namevalue() local 1929 struct ocfs2_xattr_header *xh = loc->xl_header; ocfs2_xa_remove_entry() local 3751 struct ocfs2_xattr_header *xh = bucket_xh(bucket); ocfs2_find_xe_in_bucket() local 3816 struct ocfs2_xattr_header *xh = NULL; ocfs2_xattr_bucket_find() local 4020 ocfs2_xattr_bucket_get_name_value(struct super_block *sb, struct ocfs2_xattr_header *xh, int index, int *block_off, int *new_offset) ocfs2_xattr_bucket_get_name_value() argument 4189 struct ocfs2_xattr_header *xh = bucket_xh(bucket); ocfs2_cp_xattr_block_to_bucket() local 4385 struct ocfs2_xattr_header *xh; ocfs2_defrag_xattr_bucket() local 4577 ocfs2_xattr_find_divide_pos(struct ocfs2_xattr_header *xh) ocfs2_xattr_find_divide_pos() argument 4629 struct ocfs2_xattr_header *xh; ocfs2_divide_xattr_bucket() local 5357 struct ocfs2_xattr_header *xh = bucket_xh(bucket); ocfs2_xattr_bucket_value_truncate() local 5516 struct ocfs2_xattr_header *xh = bucket_xh(bucket); ocfs2_check_xattr_bucket_collision() local 5652 struct ocfs2_xattr_header *xh = bucket_xh(bucket); ocfs2_delete_xattr_in_bucket() local 6001 struct ocfs2_xattr_header *xh = bucket_xh(bucket); ocfs2_get_xattr_tree_value_root() local 6038 struct ocfs2_xattr_header *xh = ocfs2_xattr_bucket_value_refcount() local 6208 ocfs2_value_metas_in_xattr_header(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int *metas, int *credits, int *num_recs, get_xattr_value_root *func, void *para) ocfs2_value_metas_in_xattr_header() argument 6252 ocfs2_get_xattr_value_root(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_get_xattr_value_root() argument 6276 ocfs2_reflink_lock_xattr_allocators(struct ocfs2_super *osb, struct ocfs2_xattr_header *xh, struct buffer_head *ref_root_bh, int *credits, struct ocfs2_alloc_context **meta_ac) ocfs2_reflink_lock_xattr_allocators() argument 6332 ocfs2_reflink_xattr_header(handle_t *handle, struct ocfs2_xattr_reflink *args, struct buffer_head *old_bh, struct ocfs2_xattr_header *xh, struct buffer_head *new_bh, struct ocfs2_xattr_header *new_xh, struct ocfs2_xattr_value_buf *vb, struct ocfs2_alloc_context *meta_ac, get_xattr_value_root *func, void *para) ocfs2_reflink_xattr_header() argument 6466 struct ocfs2_xattr_header *xh = (struct ocfs2_xattr_header *) ocfs2_reflink_xattr_inline() local 6588 struct ocfs2_xattr_header *xh = &xb->xb_attrs.xb_header; ocfs2_reflink_xattr_block() local 6676 ocfs2_get_reflink_xattr_value_root(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_get_reflink_xattr_value_root() argument 6703 ocfs2_value_tree_metas_in_bucket(struct super_block *sb, struct buffer_head *bh, struct ocfs2_xattr_header *xh, int offset, struct ocfs2_xattr_value_root **xv, struct buffer_head **ret_bh, void *para) ocfs2_value_tree_metas_in_bucket() argument 6724 struct ocfs2_xattr_header *xh = ocfs2_calc_value_tree_metas() local [all...] |
/kernel/linux/linux-5.10/lib/mpi/ |
H A D | longlong.h | 132 #define umul_ppmm(xh, xl, m0, m1) \ 140 : "=r" ((USItype)(xh)) \ 195 #define umul_ppmm(xh, xl, a, b) \ 209 : "=&r" (xh), \ 215 #define umul_ppmm(xh, xl, a, b) \ 218 : "=&r" (xh), \ 352 #define umul_ppmm(xh, xl, m0, m1) \ 363 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \ 364 (xh) += ((((SItype) __m0 >> 31) & __m1) \ 367 #define smul_ppmm(xh, x [all...] |
/kernel/linux/linux-6.6/lib/crypto/mpi/ |
H A D | longlong.h | 132 #define umul_ppmm(xh, xl, m0, m1) \ 140 : "=r" ((USItype)(xh)) \ 195 #define umul_ppmm(xh, xl, a, b) \ 209 : "=&r" (xh), \ 215 #define umul_ppmm(xh, xl, a, b) \ 218 : "=&r" (xh), \ 352 #define umul_ppmm(xh, xl, m0, m1) \ 363 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \ 364 (xh) += ((((SItype) __m0 >> 31) & __m1) \ 367 #define smul_ppmm(xh, x [all...] |
/kernel/linux/linux-5.10/include/math-emu/ |
H A D | op-2.h | 129 #define __FP_CLZ_2(R, xh, xl) \ 131 if (xh) \ 132 __FP_CLZ(R,xh); \ 143 #define __FP_FRAC_ADDI_2(xh, xl, i) \ 144 (xh += ((xl += i) < i)) 147 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \ 148 (rh = xh + yh + ((rl = xl + yl) < xl)) 151 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \ 152 (rh = xh - yh - ((rl = xl - yl) > xl)) 155 #define __FP_FRAC_DEC_2(xh, x [all...] |
/kernel/linux/linux-6.6/include/math-emu/ |
H A D | op-2.h | 129 #define __FP_CLZ_2(R, xh, xl) \ 131 if (xh) \ 132 __FP_CLZ(R,xh); \ 143 #define __FP_FRAC_ADDI_2(xh, xl, i) \ 144 (xh += ((xl += i) < i)) 147 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \ 148 (rh = xh + yh + ((rl = xl + yl) < xl)) 151 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \ 152 (rh = xh - yh - ((rl = xl - yl) > xl)) 155 #define __FP_FRAC_DEC_2(xh, x [all...] |
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | raspberrypi-ts.c | 50 u8 xh; member 85 x = (((int)regs.point[i].xh & 0xf) << 8) + regs.point[i].xl; in rpi_ts_poll() 88 event_type = (regs.point[i].xh >> 6) & 0x03; in rpi_ts_poll()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | raspberrypi-ts.c | 50 u8 xh; member 85 x = (((int)regs.point[i].xh & 0xf) << 8) + regs.point[i].xl; in rpi_ts_poll() 88 event_type = (regs.point[i].xh >> 6) & 0x03; in rpi_ts_poll()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_csum.c | 451 unsigned char *xh = (void *)ip6xh; in tcf_csum_ipv6_hopopts() local 457 switch (xh[off]) { in tcf_csum_ipv6_hopopts() 462 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts() 466 *pl = ntohl(*(__be32 *)(xh + off + 2)); in tcf_csum_ipv6_hopopts() 469 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_csum.c | 451 unsigned char *xh = (void *)ip6xh; in tcf_csum_ipv6_hopopts() local 457 switch (xh[off]) { in tcf_csum_ipv6_hopopts() 462 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts() 466 *pl = ntohl(*(__be32 *)(xh + off + 2)); in tcf_csum_ipv6_hopopts() 469 optlen = xh[off + 1] + 2; in tcf_csum_ipv6_hopopts()
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | dir.c | 551 struct fuse_ext_header *xh; in get_create_supp_group() local 561 xh = extend_arg(ext, sg_len); in get_create_supp_group() 562 if (!xh) in get_create_supp_group() 565 xh->size = sg_len; in get_create_supp_group() 566 xh->type = FUSE_EXT_GROUPS; in get_create_supp_group() 568 sg = (struct fuse_supp_groups *) &xh[1]; in get_create_supp_group()
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/ |
H A D | gaudi2.c | 159 #define RAZWI_INITIATOR_ID_X_Y(xl, yl, xh) \ 160 (RAZWI_INITIATOR_ID_X_Y_LOW(xl, yl) | RAZWI_INITIATOR_ID_X_HIGH(xh))
|