Searched refs:k2 (Results 1 - 25 of 63) sorted by relevance

123

/linux-master/drivers/md/dm-vdo/
H A Dmurmurhash3.c54 u64 k2 = get_unaligned_le64(&blocks[i * 2 + 1]); local
65 k2 *= c2;
66 k2 = ROTL64(k2, 33);
67 k2 *= c1;
68 h2 ^= k2;
81 u64 k2 = 0; local
85 k2 ^= ((u64)tail[14]) << 48;
88 k2 ^= ((u64)tail[13]) << 40;
91 k2
[all...]
/linux-master/include/linux/
H A Dbtree-128.h22 static inline void *btree_lookup128(struct btree_head128 *head, u64 k1, u64 k2) argument
24 u64 key[2] = {k1, k2};
29 u64 *k1, u64 *k2)
31 u64 key[2] = {*k1, *k2};
37 *k2 = key[1];
41 static inline int btree_insert128(struct btree_head128 *head, u64 k1, u64 k2, argument
44 u64 key[2] = {k1, k2};
49 static inline int btree_update128(struct btree_head128 *head, u64 k1, u64 k2, argument
52 u64 key[2] = {k1, k2};
57 static inline void *btree_remove128(struct btree_head128 *head, u64 k1, u64 k2) argument
28 btree_get_prev128(struct btree_head128 *head, u64 *k1, u64 *k2) argument
63 btree_last128(struct btree_head128 *head, u64 *k1, u64 *k2) argument
[all...]
/linux-master/arch/arm/crypto/
H A Dsha1-ce-core.S18 k2 .req q2
69 vld1.32 {k2-k3}, [ip, :128]
100 add_update p, 1, k2, 9, 10, 11, 8
102 add_update m, 0, k2, 10, 11, 8, 9
103 add_update m, 1, k2, 11, 8, 9, 10
104 add_update m, 0, k2, 8, 9, 10, 11
105 add_update m, 1, k2, 9, 10, 11, 8
H A Dnh-neon-core.S49 .macro _nh_stride k0, k1, k2, k3
60 vadd.u32 T2, T3, \k2
/linux-master/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_dccg.c62 enum pixel_rate_div *k2)
68 *k2 = PIXEL_RATE_DIV_NA;
97 *k2 = (enum pixel_rate_div)val_k2;
104 enum pixel_rate_div k2)
112 if (k1 == PIXEL_RATE_DIV_NA || k2 == PIXEL_RATE_DIV_NA) {
118 if (k1 == cur_k1 && k2 == cur_k2)
125 OTG0_PIXEL_RATE_DIVK2, k2);
130 OTG1_PIXEL_RATE_DIVK2, k2);
135 OTG2_PIXEL_RATE_DIVK2, k2);
140 OTG3_PIXEL_RATE_DIVK2, k2);
58 dccg32_get_pixel_rate_div( struct dccg *dccg, uint32_t otg_inst, enum pixel_rate_div *k1, enum pixel_rate_div *k2) argument
100 dccg32_set_pixel_rate_div( struct dccg *dccg, uint32_t otg_inst, enum pixel_rate_div k1, enum pixel_rate_div k2) argument
[all...]
/linux-master/sound/soc/intel/boards/
H A Dsof_board_helpers.h65 #define SOF_LINK_ORDER(k1, k2, k3, k4, k5, k6, k7) \
67 (((k2) & SOF_LINK_ORDER_MASK) << (SOF_LINK_ORDER_SHIFT * 1)) | \
77 #define SOF_LINK_IDS(k1, k2, k3, k4, k5, k6, k7) \
79 (((k2) & SOF_LINK_IDS_MASK) << (SOF_LINK_IDS_SHIFT * 1)) | \
/linux-master/arch/arm64/crypto/
H A Dsha1-ce-core.S16 k2 .req v2
72 loadrc k2.4s, 0x8f1bbcdc, w6
105 add_update p, od, k2, 9, 10, 11, 8
107 add_update m, ev, k2, 10, 11, 8, 9
108 add_update m, od, k2, 11, 8, 9, 10
109 add_update m, ev, k2, 8, 9, 10, 11
110 add_update m, od, k2, 9, 10, 11, 8
H A Daes-ce.S81 .macro fin_round_Nx, de, k, k2, i0, i1, i2, i3, i4
93 eor \i0\().16b, \i0\().16b, \k2\().16b
95 eor \i1\().16b, \i1\().16b, \k2\().16b
97 eor \i2\().16b, \i2\().16b, \k2\().16b
98 eor \i3\().16b, \i3\().16b, \k2\().16b
100 eor \i4\().16b, \i4\().16b, \k2\().16b
H A Dnh-neon-core.S35 .macro _nh_stride k0, k1, k2, k3
46 add T2.4s, T3.4s, \k2\().4s
/linux-master/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_dccg.c62 enum pixel_rate_div *k2)
68 *k2 = PIXEL_RATE_DIV_NA;
97 *k2 = (enum pixel_rate_div)val_k2;
104 enum pixel_rate_div k2)
111 if (k1 == PIXEL_RATE_DIV_NA || k2 == PIXEL_RATE_DIV_NA) {
117 if (k1 == cur_k1 && k2 == cur_k2)
124 OTG0_PIXEL_RATE_DIVK2, k2);
129 OTG1_PIXEL_RATE_DIVK2, k2);
134 OTG2_PIXEL_RATE_DIVK2, k2);
139 OTG3_PIXEL_RATE_DIVK2, k2);
58 dccg314_get_pixel_rate_div( struct dccg *dccg, uint32_t otg_inst, enum pixel_rate_div *k1, enum pixel_rate_div *k2) argument
100 dccg314_set_pixel_rate_div( struct dccg *dccg, uint32_t otg_inst, enum pixel_rate_div k1, enum pixel_rate_div k2) argument
[all...]
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dentry.S69 #define k2 r2 define
83 * k2 scratch (Exception code)
193 lds k2, pr ! restore pr
210 ! k2 returns original pr
240 mov.l @r15+, k2 ! original PR
253 lds k2, pr ! restore pr
256 mov k3, k2 ! original SR value
260 and k1, k2 ! Mask original SR value
270 6: or k0, k2 ! Set the IMASK-bits
271 ldc k2, ss
[all...]
/linux-master/fs/bcachefs/
H A Dsb-clean.c103 struct bkey_i *k1, *k2; local
107 k2 = btree_root_find(c, NULL, j, i, &l2);
109 if (!k1 && !k2)
120 if (k2)
121 bch2_bkey_val_to_text(&buf2, c, bkey_i_to_s_c(k2));
125 mustfix_fsck_err_on(!k1 || !k2 ||
127 IS_ERR(k2) ||
128 k1->k.u64s != k2->k.u64s ||
129 memcmp(k1, k2, bkey_bytes(&k1->k)) ||
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.h18 char *k1, *m1, *k2, *m2; \
22 k2 = (char *)_match2.key; \
26 (k2[i] & m1[i] & m2[i])) { \
/linux-master/crypto/
H A Dtea.c60 u32 k0, k1, k2, k3; local
70 k2 = ctx->KEY[2];
78 z += ((y << 4) + k2) ^ (y + sum) ^ ((y >> 5) + k3);
88 u32 k0, k1, k2, k3; local
98 k2 = ctx->KEY[2];
106 z -= ((y << 4) + k2) ^ (y + sum) ^ ((y >> 5) + k3);
/linux-master/drivers/clk/sprd/
H A Dpll.h57 u16 k2; member in struct:sprd_pll
74 .k2 = _k2, \
H A Dpll.c105 u16 k1, k2; local
134 k2 = pll->k2;
137 k2 + refin * nint * CLK_PLL_1M;
/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc_btree.c281 const union xfs_btree_key *k2,
287 be32_to_cpu(k2->alloc.ar_startblock);
294 const union xfs_btree_key *k2,
303 be32_to_cpu(k2->alloc.ar_blockcount);
308 be32_to_cpu(k2->alloc.ar_startblock);
424 const union xfs_btree_key *k2)
427 be32_to_cpu(k2->alloc.ar_startblock);
445 const union xfs_btree_key *k2)
448 be32_to_cpu(k2->alloc.ar_blockcount) ||
449 (k1->alloc.ar_blockcount == k2
278 xfs_bnobt_diff_two_keys( struct xfs_btree_cur *cur, const union xfs_btree_key *k1, const union xfs_btree_key *k2, const union xfs_btree_key *mask) argument
291 xfs_cntbt_diff_two_keys( struct xfs_btree_cur *cur, const union xfs_btree_key *k1, const union xfs_btree_key *k2, const union xfs_btree_key *mask) argument
421 xfs_bnobt_keys_inorder( struct xfs_btree_cur *cur, const union xfs_btree_key *k1, const union xfs_btree_key *k2) argument
442 xfs_cntbt_keys_inorder( struct xfs_btree_cur *cur, const union xfs_btree_key *k1, const union xfs_btree_key *k2) argument
[all...]
/linux-master/tools/perf/trace/beauty/
H A Darch_errno_names.sh51 |sort -t, -k2 -nu \
/linux-master/fs/xfs/scrub/
H A Drcbag_btree.c75 const union xfs_btree_key *k2,
79 const struct rcbag_key *kp2 = (const struct rcbag_key *)k2;
100 const union xfs_btree_key *k2)
103 const struct rcbag_key *kp2 = (const struct rcbag_key *)k2;
72 rcbagbt_diff_two_keys( struct xfs_btree_cur *cur, const union xfs_btree_key *k1, const union xfs_btree_key *k2, const union xfs_btree_key *mask) argument
97 rcbagbt_keys_inorder( struct xfs_btree_cur *cur, const union xfs_btree_key *k1, const union xfs_btree_key *k2) argument
/linux-master/arch/x86/crypto/
H A Dnh-sse2-x86_64.S34 .macro _nh_stride k0, k1, k2, k3, offset
47 paddd \k2, T2
/linux-master/arch/sparc/crypto/
H A Ddes_glue.c186 u64 k2[DES_EXPKEY_WORDS / 2]; local
196 des_sparc64_key_expand((const u32 *)key, k2);
201 encrypt_to_decrypt(&dctx->encrypt_expkey[DES_EXPKEY_WORDS / 2], &k2[0]);
207 &k2[0], sizeof(k2));
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c341 long k1 = 0, k2 = 1; local
366 err = hashmap__append(map, k2, 8);
369 err = hashmap__append(map, k2, 16);
372 err = hashmap__append(map, k2, 32);
400 hashmap__for_each_key_entry(map, entry, k2) {
404 "invalid k2 values: %lx\n", found_msk))
/linux-master/fs/btrfs/
H A Dctree.h492 int __pure btrfs_comp_cpu_keys(const struct btrfs_key *k1, const struct btrfs_key *k2);
501 const struct btrfs_key *k2)
505 return btrfs_comp_cpu_keys(k1, k2);
512 const struct btrfs_key *k2)
518 return btrfs_comp_cpu_keys(&k1, k2);
500 btrfs_comp_keys(const struct btrfs_disk_key *disk_key, const struct btrfs_key *k2) argument
511 btrfs_comp_keys(const struct btrfs_disk_key *disk, const struct btrfs_key *k2) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn35/
H A Ddcn35_dccg.c141 enum pixel_rate_div *k2)
147 *k2 = PIXEL_RATE_DIV_NA;
176 *k2 = (enum pixel_rate_div)val_k2;
183 enum pixel_rate_div k2)
190 if (k1 == PIXEL_RATE_DIV_NA || k2 == PIXEL_RATE_DIV_NA) {
196 if (k1 == cur_k1 && k2 == cur_k2)
203 OTG0_PIXEL_RATE_DIVK2, k2);
208 OTG1_PIXEL_RATE_DIVK2, k2);
213 OTG2_PIXEL_RATE_DIVK2, k2);
218 OTG3_PIXEL_RATE_DIVK2, k2);
137 dccg35_get_pixel_rate_div( struct dccg *dccg, uint32_t otg_inst, enum pixel_rate_div *k1, enum pixel_rate_div *k2) argument
179 dccg35_set_pixel_rate_div( struct dccg *dccg, uint32_t otg_inst, enum pixel_rate_div k1, enum pixel_rate_div k2) argument
[all...]
/linux-master/fs/hfsplus/
H A Dcatalog.c17 const hfsplus_btree_key *k2)
22 k2p = k2->cat.parent;
26 return hfsplus_strcasecmp(&k1->cat.name, &k2->cat.name);
30 const hfsplus_btree_key *k2)
35 k2p = k2->cat.parent;
39 return hfsplus_strcmp(&k1->cat.name, &k2->cat.name);
16 hfsplus_cat_case_cmp_key(const hfsplus_btree_key *k1, const hfsplus_btree_key *k2) argument
29 hfsplus_cat_bin_cmp_key(const hfsplus_btree_key *k1, const hfsplus_btree_key *k2) argument

Completed in 683 milliseconds

123