| /linux/include/linux/ |
| H A D | btree-128.h | 22 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 D | sha1-ce-core.S | 18 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/drivers/gpu/drm/amd/display/dc/dccg/dcn314/ |
| H A D | dcn314_dccg.c | 63 uint32_t *k2) in dccg314_get_pixel_rate_div() argument 69 *k2 = PIXEL_RATE_DIV_NA; in dccg314_get_pixel_rate_div() 98 *k2 = val_k2; in dccg314_get_pixel_rate_div() 105 enum pixel_rate_div k2) in dccg314_set_pixel_rate_div() argument 113 if (k1 == PIXEL_RATE_DIV_NA || k2 == PIXEL_RATE_DIV_NA) { in dccg314_set_pixel_rate_div() 119 if (k1 == cur_k1 && k2 == cur_k2) in dccg314_set_pixel_rate_div() 126 OTG0_PIXEL_RATE_DIVK2, k2); in dccg314_set_pixel_rate_div() 131 OTG1_PIXEL_RATE_DIVK2, k2); in dccg314_set_pixel_rate_div() 136 OTG2_PIXEL_RATE_DIVK2, k2); in dccg314_set_pixel_rate_div() 141 OTG3_PIXEL_RATE_DIVK2, k2); in dccg314_set_pixel_rate_div() [all...] |
| /linux/arch/sh/kernel/cpu/sh3/ |
| H A D | entry.S | 69 #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 D | swsusp.S | 15 #define k2 r2 macro 66 lds k2, pr
|
| /linux/sound/soc/intel/boards/ |
| H A D | sof_board_helpers.h | 66 #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/lib/crypto/powerpc/ |
| H A D | aes.h | 114 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 D | conntrack.h | 18 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 D | hashmap.c | 341 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/drivers/clk/sprd/ |
| H A D | pll.c | 105 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 D | pll.h | 57 u16 k2; member 74 .k2 = _k2, \
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | rbtree.c | 136 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 D | sonixj.c | 1802 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 D | sha256-riscv64-zvknha_or_zvknhb-zvkb.S | 102 .macro sha256_16rounds last, k0, k1, k2, k3 105 sha256_4rounds \last, \k2, W2, W3, W0, W1
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-crypto-aes-cmac.c | 317 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 D | ccp-crypto.h | 110 u8 k2[AES_BLOCK_SIZE]; member
|
| /linux/arch/powerpc/platforms/52xx/ |
| H A D | Kconfig | 34 bool "bPlan Efika 5k2. MPC5200B based computer"
|
| /linux/scripts/ |
| H A D | dev-needs.sh | 313 dev_to_detail | sort -k2 -k1 | uniq -f 1 | sort | cut -f2-
|
| /linux/scripts/kconfig/ |
| H A D | expr.c | 895 enum string_value_kind k1 = k_string, k2 = k_string; in __expr_calc_value() local 933 k2 = expr_parse_string(str2, e->right.sym->type, &rval); in __expr_calc_value() 936 if (k1 == k_string || k2 == k_string) in __expr_calc_value() 938 else if (k1 == k_unsigned || k2 == k_unsigned) in __expr_calc_value()
|
| /linux/net/netfilter/ |
| H A D | nft_set_hash.c | 651 u32 hash, k1, k2; in nft_hash_lookup_fast() local 657 k2 = *(u32 *)nft_set_ext_key(&he->ext)->data; in nft_hash_lookup_fast() 658 if (k1 == k2 && in nft_hash_lookup_fast()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | avic.c | 336 struct kvm_svm *k2; 355 hash_for_each_possible(svm_vm_data_hash, k2, hnode, vm_id) { in avic_vm_init() 356 if (k2->avic_vm_id == vm_id) in avic_vm_init() 359 struct kvm_svm *k2; avic_vm_init() local
|
| /linux/arch/arm/boot/dts/samsung/ |
| H A D | s3c6410-mini6410.dts | 74 button-k2 {
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| H A D | dccg.h | 309 enum pixel_rate_div k2);
|
| /linux/lib/crypto/x86/ |
| H A D | poly1305-x86_64-cryptogams.pl | 2220 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/security/selinux/ss/ |
| H A D | policydb.c | 427 static int filenametr_cmp(const void *k1, const void *k2) in filenametr_cmp() 430 const struct filename_trans_key *ft2 = k2; in filenametr_cmp() 463 static int rangetr_cmp(const void *k1, const void *k2) in rangetr_cmp() 465 const struct range_trans *key1 = k1, *key2 = k2; in rangetr_cmp() 500 static int role_trans_cmp(const void *k1, const void *k2) in role_trans_cmp() 502 const struct role_trans_key *key1 = k1, *key2 = k2; in role_trans_cmp() 426 filenametr_cmp(const void * k1,const void * k2) filenametr_cmp() argument 462 rangetr_cmp(const void * k1,const void * k2) rangetr_cmp() argument 499 role_trans_cmp(const void * k1,const void * k2) role_trans_cmp() argument
|