Home
last modified time | relevance | path

Searched refs:k2 (Results 1 – 25 of 32) sorted by relevance

12

/linux/include/linux/
H A Dbtree-128.h22 static inline void *btree_lookup128(struct btree_head128 *head, u64 k1, u64 k2) in btree_lookup128() argument
24 u64 key[2] = {k1, k2}; in btree_lookup128()
29 u64 *k1, u64 *k2) in btree_get_prev128() argument
31 u64 key[2] = {*k1, *k2}; in btree_get_prev128()
37 *k2 = key[1]; in btree_get_prev128()
41 static inline int btree_insert128(struct btree_head128 *head, u64 k1, u64 k2, in btree_insert128() argument
44 u64 key[2] = {k1, k2}; in btree_insert128()
49 static inline int btree_update128(struct btree_head128 *head, u64 k1, u64 k2, in btree_update128() argument
52 u64 key[2] = {k1, k2}; in btree_update128()
57 static inline void *btree_remove128(struct btree_head128 *head, u64 k1, u64 k2) in btree_remove128() argument
[all …]
/linux/lib/crypto/arm/
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
/linux/sound/soc/intel/boards/
H A Dsof_board_helpers.h66 #define SOF_LINK_ORDER(k1, k2, k3, k4, k5, k6, k7) \ argument
68 (((k2) & SOF_LINK_ORDER_MASK) << (SOF_LINK_ORDER_SHIFT * 1)) | \
78 #define SOF_LINK_IDS(k1, k2, k3, k4, k5, k6, k7) \ argument
80 (((k2) & SOF_LINK_IDS_MASK) << (SOF_LINK_IDS_SHIFT * 1)) | \
/linux/arch/sh/kernel/cpu/sh3/
H A Dentry.S69 #define k2 r2 macro
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, ssr
304 ! k2 trashed
H A Dswsusp.S15 #define k2 r2 macro
66 lds k2, pr
/linux/lib/crypto/powerpc/
H A Daes.h114 u32 k2 = swab32(in[2]); in rndkey_from_vsx() local
120 k2 = inv_mix_columns(k2); in rndkey_from_vsx()
124 out[1] = be ? k1 : k2; in rndkey_from_vsx()
125 out[2] = be ? k2 : k1; in rndkey_from_vsx()
/linux/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/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c341 long k1 = 0, k2 = 1; in test_hashmap_multimap() local
366 err = hashmap__append(map, k2, 8); in test_hashmap_multimap()
369 err = hashmap__append(map, k2, 16); in test_hashmap_multimap()
372 err = hashmap__append(map, k2, 32); in test_hashmap_multimap()
400 hashmap__for_each_key_entry(map, entry, k2) { in test_hashmap_multimap()
/linux/fs/btrfs/
H A Dctree.h510 int __pure btrfs_comp_cpu_keys(const struct btrfs_key *k1, const struct btrfs_key *k2);
519 const struct btrfs_key *k2) in btrfs_comp_keys() argument
523 return btrfs_comp_cpu_keys(k1, k2); in btrfs_comp_keys()
530 const struct btrfs_key *k2) in btrfs_comp_keys() argument
536 return btrfs_comp_cpu_keys(&k1, k2); in btrfs_comp_keys()
/linux/drivers/clk/sprd/
H A Dpll.c105 u16 k1, k2; in _sprd_pll_recalc_rate() local
134 k2 = pll->k2; in _sprd_pll_recalc_rate()
137 k2 + refin * nint * CLK_PLL_1M; in _sprd_pll_recalc_rate()
H A Dpll.h57 u16 k2; member
74 .k2 = _k2, \
/linux/tools/testing/selftests/bpf/progs/
H A Drbtree.c136 long k1 = -1, k2 = -1, k3 = -1; in rbtree_add_and_remove_array() local
166 k2 = n->key; in rbtree_add_and_remove_array()
174 if (k1 != 0 || k2 != 2 || k3 != 4) in rbtree_add_and_remove_array()
/linux/drivers/media/usb/gspca/
H A Dsonixj.c1802 u8 k2; in setbrightness() local
1804 k2 = (brightness - 0x80) >> 2; in setbrightness()
1807 if (k2 > 0x1f) in setbrightness()
1808 k2 = 0; /* only positive Y offset */ in setbrightness()
1841 reg_w1(gspca_dev, 0x96, k2); /* color matrix Y offset */ in setbrightness()
1847 u8 k2; in setcontrast() local
1850 k2 = sd->contrast->val * 37 / (CONTRAST_MAX + 1) in setcontrast()
1852 contrast[0] = (k2 + 1) / 2; /* red */ in setcontrast()
1854 contrast[2] = k2; /* green */ in setcontrast()
1856 contrast[4] = k2 / 5; /* blue */ in setcontrast()
/linux/lib/crypto/riscv/
H A Dsha256-riscv64-zvknha_or_zvknhb-zvkb.S102 .macro sha256_16rounds last, k0, k1, k2, k3
105 sha256_4rounds \last, \k2, W2, W3, W0, W1
/linux/fs/xfs/libxfs/
H A Dxfs_rtrefcount_btree.c177 const union xfs_btree_key *k2, in xfs_rtrefcountbt_cmp_two_keys() argument
183 be32_to_cpu(k2->refc.rc_startblock)); in xfs_rtrefcountbt_cmp_two_keys()
256 const union xfs_btree_key *k2) in xfs_rtrefcountbt_keys_inorder() argument
259 be32_to_cpu(k2->refc.rc_startblock); in xfs_rtrefcountbt_keys_inorder()
/linux/drivers/crypto/ccp/
H A Dccp-crypto-aes-cmac.c317 gk = (__be64 *)ctx->u.aes.k2; in ccp_aes_cmac_setkey()
324 sg_init_one(&ctx->u.aes.k2_sg, ctx->u.aes.k2, sizeof(ctx->u.aes.k2)); in ccp_aes_cmac_setkey()
H A Dccp-crypto.h110 u8 k2[AES_BLOCK_SIZE]; member
/linux/fs/ntfs3/
H A Dindex.c73 const u32 *k2 = key2; in cmp_uint() local
78 if (*k1 < *k2) in cmp_uint()
80 if (*k1 > *k2) in cmp_uint()
92 const struct SECURITY_KEY *k2 = key2; in cmp_sdh() local
99 t2 = le32_to_cpu(k2->hash); in cmp_sdh()
110 t2 = le32_to_cpu(k2->sec_id); in cmp_sdh()
127 const __le32 *k2 = key2; in cmp_uints() local
138 k2 += 1; // Skip REPARSE_KEY.ReparseTag in cmp_uints()
150 for (count = min(l1, l2) >> 2; count > 0; --count, ++k1, ++k2) { in cmp_uints()
152 u32 t2 = le32_to_cpu(*k2); in cmp_uints()
/linux/arch/powerpc/platforms/52xx/
H A DKconfig34 bool "bPlan Efika 5k2. MPC5200B based computer"
/linux/scripts/
H A Ddev-needs.sh313 dev_to_detail | sort -k2 -k1 | uniq -f 1 | sort | cut -f2-
/linux/scripts/kconfig/
H A Dexpr.c928 enum string_value_kind k1 = k_string, k2 = k_string; in __expr_calc_value()
966 k2 = expr_parse_string(str2, e->right.sym->type, &rval);
969 if (k1 == k_string || k2 == k_string) in expr_calc_value()
971 else if (k1 == k_unsigned || k2 == k_unsigned) in expr_calc_value()
973 else /* if (k1 == k_signed && k2 == k_signed) */ in expr_calc_value()
895 enum string_value_kind k1 = k_string, k2 = k_string; __expr_calc_value() local
/linux/arch/x86/kvm/svm/
H A Davic.c328 struct kvm_svm *k2; in avic_vm_init() local
347 hash_for_each_possible(svm_vm_data_hash, k2, hnode, vm_id) { in avic_vm_init()
348 if (k2->avic_vm_id == vm_id) in avic_vm_init()
/linux/arch/arm/boot/dts/samsung/
H A Ds3c6410-mini6410.dts74 button-k2 {
/linux/lib/crypto/x86/
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}
/linux/tools/bpf/bpftool/
H A Dcommon.c1163 bool equal_fn_for_key_as_id(long k1, long k2, void *ctx) in equal_fn_for_key_as_id() argument
1165 return k1 == k2; in equal_fn_for_key_as_id()

12