Home
last modified time | relevance | path

Searched refs:xh (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/arch/arm/lib/
H A Ddiv64.S17 #define xh r0 macro
23 #define xh r1 macro
55 cmp xh, r4
66 clz ip, xh
88 subscs xh, xh, yl
105 adcs xh, xh, xh
109 subcs xh, xh, r4
125 clz xh, xl @ we know xh is zero here so...
126 add xh, xh, #1
181 THUMB( lsl xh, xh, ip )
[all …]
H A Dmuldi3.S14 #define xh r0 macro
20 #define xh r1 macro
28 mul xh, yl, xh
29 mla xh, xl, yh, xh
34 mla xh, yh, ip, xh
39 adc xh, xh, yh, lsr #16
41 adc xh, xh, ip, lsr #16
H A Ducmpdi2.S14 #define xh r0 macro
20 #define xh r1 macro
27 cmp xh, yh
40 cmp xh, yh
/linux-6.15/fs/ocfs2/
H A Dxattr.c1841 &xh->xh_entries[low], in ocfs2_xa_bucket_add_entry()
1955 memmove(&xh->xh_entries[index], &xh->xh_entries[index + 1], in ocfs2_xa_remove_entry()
3783 xh, in ocfs2_find_xe_in_bucket()
3845 xh = bucket_xh(search); in ocfs2_xattr_bucket_find()
3858 xh = bucket_xh(search); in ocfs2_xattr_bucket_find()
3870 if (xh->xh_count) in ocfs2_xattr_bucket_find()
3871 xe = &xh->xh_entries[le16_to_cpu(xh->xh_count) - 1]; in ocfs2_xattr_bucket_find()
4432 xe = xh->xh_entries; in ocfs2_defrag_xattr_bucket()
4734 (int)((char *)xh->xh_entries - (char *)xh)); in ocfs2_divide_xattr_bucket()
4757 xh->xh_num_buckets = 0; in ocfs2_divide_xattr_bucket()
[all …]
/linux-6.15/include/math-emu/
H A Dop-2.h129 #define __FP_CLZ_2(R, xh, xl) \ argument
131 if (xh) \
132 __FP_CLZ(R,xh); \
143 #define __FP_FRAC_ADDI_2(xh, xl, i) \
144 (xh += ((xl += i) < i))
148 (rh = xh + yh + ((rl = xl + yl) < xl))
152 (rh = xh - yh - ((rl = xl - yl) > xl))
155 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) \
158 xh -= yh + ((xl -= yl) > _t); \
165 #define __FP_FRAC_ADDI_2(xh, xl, i) add_ssaaaa(xh, xl, xh, xl, 0, i) argument
[all …]
/linux-6.15/lib/crypto/mpi/
H A Dlonglong.h132 #define umul_ppmm(xh, xl, m0, m1) \ argument
140 : "=r" ((USItype)(xh)) \
195 #define umul_ppmm(xh, xl, a, b) \ argument
209 : "=&r" (xh), \
215 #define umul_ppmm(xh, xl, a, b) \ argument
218 : "=&r" (xh), \
352 #define umul_ppmm(xh, xl, m0, m1) \ argument
367 #define smul_ppmm(xh, xl, m0, m1) \ argument
557 #define umul_ppmm(xh, xl, a, b) \ argument
812 : "=r" ((USItype)(xh)), \
[all …]
/linux-6.15/drivers/input/touchscreen/
H A Draspberrypi-ts.c50 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()
/linux-6.15/net/sched/
H A Dact_csum.c451 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()
/linux-6.15/Documentation/devicetree/bindings/ptp/
H A Dptp-idtcm.yaml10 - Vincent Cheng <vincent.cheng.xh@renesas.com>
/linux-6.15/fs/fuse/
H A Ddir.c554 struct fuse_ext_header *xh; in get_create_supp_group() local
566 xh = extend_arg(ext, sg_len); in get_create_supp_group()
567 if (!xh) in get_create_supp_group()
570 xh->size = sg_len; in get_create_supp_group()
571 xh->type = FUSE_EXT_GROUPS; in get_create_supp_group()
573 sg = (struct fuse_supp_groups *) &xh[1]; in get_create_supp_group()
/linux-6.15/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c158 #define RAZWI_INITIATOR_ID_X_Y(xl, yl, xh) \ argument
159 (RAZWI_INITIATOR_ID_X_Y_LOW(xl, yl) | RAZWI_INITIATOR_ID_X_HIGH(xh))