Searched refs:k2 (Results 26 - 50 of 63) sorted by last modified time

123

/linux-master/scripts/dtc/include-prefixes/arm64/amlogic/
H A DMakefile33 dtb-$(CONFIG_ARCH_MESON) += meson-gxbb-nanopi-k2.dtb
/linux-master/fs/hfsplus/
H A Dhfsplus_fs.h367 const hfsplus_btree_key *k2);
438 const hfsplus_btree_key *k2);
440 const hfsplus_btree_key *k2);
460 const hfsplus_btree_key *k2);
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
H A Dextents.c21 const hfsplus_btree_key *k2)
27 k2id = k2->ext.cnid;
31 if (k1->ext.fork_type != k2->ext.fork_type)
32 return k1->ext.fork_type < k2->ext.fork_type ? -1 : 1;
35 k2s = k2->ext.start_block;
20 hfsplus_ext_cmp_key(const hfsplus_btree_key *k1, const hfsplus_btree_key *k2) argument
/linux-master/fs/ntfs3/
H A Dindex.c73 const u32 *k2 = key2; local
78 if (*k1 < *k2)
80 if (*k1 > *k2)
92 const struct SECURITY_KEY *k2 = key2; local
99 t2 = le32_to_cpu(k2->hash);
110 t2 = le32_to_cpu(k2->sec_id);
127 const __le32 *k2 = key2; local
134 * k1, k2 - pointers to REPARSE_KEY
138 k2 += 1; // Skip REPARSE_KEY.ReparseTag
150 for (count = min(l1, l2) >> 2; count > 0; --count, ++k1, ++k2) {
[all...]
/linux-master/tools/perf/trace/beauty/
H A Darch_errno_names.sh51 |sort -t, -k2 -nu \
/linux-master/scripts/kconfig/
H A Dexpr.c1034 enum string_value_kind k1 = k_string, k2 = k_string; local
1075 k2 = expr_parse_string(str2, e->right.sym->type, &rval);
1078 if (k1 == k_string || k2 == k_string)
1080 else if (k1 == k_unsigned || k2 == k_unsigned)
1082 else /* if (k1 == k_signed && k2 == k_signed) */
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddccg.h172 enum pixel_rate_div k2);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn35/
H A Ddcn35_dccg.c107 enum pixel_rate_div *k2)
113 *k2 = PIXEL_RATE_DIV_NA;
142 *k2 = (enum pixel_rate_div)val_k2;
149 enum pixel_rate_div k2)
156 if (k1 == PIXEL_RATE_DIV_NA || k2 == PIXEL_RATE_DIV_NA) {
162 if (k1 == cur_k1 && k2 == cur_k2)
169 OTG0_PIXEL_RATE_DIVK2, k2);
174 OTG1_PIXEL_RATE_DIVK2, k2);
179 OTG2_PIXEL_RATE_DIVK2, k2);
184 OTG3_PIXEL_RATE_DIVK2, k2);
103 dccg35_get_pixel_rate_div( struct dccg *dccg, uint32_t otg_inst, enum pixel_rate_div *k1, enum pixel_rate_div *k2) argument
145 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/reiserfs/
H A Dstree.c38 * form. k2 is pointer to cpu variable. For key of items of the same
63 * form. k2 is pointer to cpu variable.
133 const struct reiserfs_key *k2)
135 return memcmp(k1, k2, sizeof(struct reiserfs_key));
132 comp_le_keys(const struct reiserfs_key *k1, const struct reiserfs_key *k2) argument
/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/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/crypto/
H A Dvmac.c284 #define k2 (*(((u32 *)kh)+INDEX_LOW)) macro
293 p += MUL32(a0, k2);
299 p += MUL32(a1, k2);
307 q += MUL32(a2, k2);
317 q += MUL32(a3, k2);
330 #undef k2 macro
359 static u64 l3hash(u64 p1, u64 p2, u64 k1, u64 k2, u64 len) argument
379 /* compute (p1+k1)%p64 and (p2+k2)%p64 */
382 p2 += k2;
383 p2 += (0 - (p2 < k2))
[all...]
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/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 Dnh-neon-core.S35 .macro _nh_stride k0, k1, k2, k3
46 add T2.4s, T3.4s, \k2\().4s
/linux-master/arch/x86/kvm/svm/
H A Davic.c197 struct kvm_svm *k2; local
228 hash_for_each_possible(svm_vm_data_hash, k2, hnode, vm_id) {
229 if (k2->avic_vm_id == vm_id)
/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/tools/bpf/bpftool/
H A Dmain.h246 bool equal_fn_for_key_as_id(long k1, long k2, void *ctx);
H A Dcommon.c1057 bool equal_fn_for_key_as_id(long k1, long k2, void *ctx) argument
1059 return k1 == k2;
/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/drivers/crypto/ccp/
H A Dccp-crypto-aes-cmac.c317 gk = (__be64 *)ctx->u.aes.k2;
324 sg_init_one(&ctx->u.aes.k2_sg, ctx->u.aes.k2, sizeof(ctx->u.aes.k2));
/linux-master/arch/x86/crypto/
H A Dpoly1305-x86_64-cryptogams.pl2220 kmovw %eax,%k2
2264 vmovdqa64 $R0,0x00(%rsp){%k2} # save in case $len%128 != 0
2267 vmovdqu64 $R1,0x00(%rsp,%rax){%k2}
2270 vmovdqa64 $S1,0x40(%rsp){%k2}
2273 vmovdqu64 $R2,0x40(%rsp,%rax){%k2}
2275 vmovdqa64 $S2,0x80(%rsp){%k2}
2276 vmovdqu64 $R3,0x80(%rsp,%rax){%k2}
2277 vmovdqa64 $S3,0xc0(%rsp){%k2}
2278 vmovdqu64 $R4,0xc0(%rsp,%rax){%k2}
2279 vmovdqa64 $S4,0x100(%rsp){%k2}
[all...]
H A Dnh-avx2-x86_64.S40 .macro _nh_2xstride k0, k1, k2, k3
45 vpaddd \k2, T3, T2
H A Dnh-sse2-x86_64.S34 .macro _nh_stride k0, k1, k2, k3, offset
47 paddd \k2, T2

Completed in 504 milliseconds

123