/linux/arch/mips/kernel/ |
A D | genex.S | 37 andi k1, k1, 0x7c 39 dsll k1, k1, 1 58 andi k1, k1, 0x7c 66 dsll k1, k1, 1 87 lw k1, (k0) 88 addiu k1, 1 89 sw k1, (k0) 377 LONG_L k1, 0(k1) 623 lhu k1, 2(k1) 630 lw k1, (k1) [all …]
|
A D | bmips_vec.S | 42 li k1, CKSEG1 43 or k0, k1 59 srl k1, 16 62 or k0, k1 64 sw k1, 0(k0) 70 li k1, CKSEG1 71 or k0, k1 90 and k0, k1 103 and k0, k1 116 or k0, k1 [all …]
|
A D | octeon_switch.S | 438 v3mulu k1, $0, $0 441 sd k1, PT_MTP+8(sp) /* PT_MTP+8 has P1 */ 442 ori k1, $0, 1 443 v3mulu k1, k1, $0 446 sd k1, PT_MPL(sp) /* PT_MPL has MPL0 */ 447 v3mulu k1, $0, $0 450 sd k1, PT_MPL+16(sp) /* PT_MPL+16 has MPL2 */ 510 ld k1, PT_MTP+16(sp) /* P2 */ 516 mtp2 k1 /* P2 */
|
A D | bmips_5xxx_init.S | 356 lui k1, 0x2000 357 or k0, k1, k0 382 lui k1, 0x2000 383 or k0, k1, k0 384 xor k0, k1, k0
|
/linux/include/linux/ |
A D | btree-128.h | 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() 36 *k1 = key[0]; in btree_get_prev128() 44 u64 key[2] = {k1, k2}; in btree_insert128() 52 u64 key[2] = {k1, k2}; in btree_update128() 59 u64 key[2] = {k1, k2}; in btree_remove128() 70 *k1 = key[0]; in btree_last128() 106 #define btree_for_each_safe128(head, k1, k2, val) \ argument 107 for (val = btree_last128(head, &k1, &k2); \ [all …]
|
/linux/arch/mips/mm/ |
A D | cex-sb1.S | 49 sd k1,0x178($0) 59 mfc0 k1,C0_ERRCTL 60 bgtz k1,attempt_recovery 61 sll k0,k1,1 98 li k1,1 << 26 /* ICACHE_EXTERNAL */ 99 and k1,k0 100 bnez k1,unrecoverable 118 ld k1,0x178($0) 131 li k1,~CONF_CM_CMASK 132 and k0,k0,k1 [all …]
|
A D | cex-oct.S | 31 PTR_LA k1, cache_err_dcache 33 PTR_ADDU k1, k0, k1 /* k1 = &cache_err_dcache[core_id] */ 36 sd k0, (k1) 40 mfc0 k1, CP0_STATUS 41 andi k1, k1, ST0_EXL 42 beqz k1, 1f
|
A D | cex-gen.S | 31 li k1,~CONF_CM_CMASK 32 and k0,k0,k1
|
/linux/arch/sh/boards/mach-hp6xx/ |
A D | pm_wakeup.S | 17 #define k1 r1 macro 21 mov #-126, k1 23 mov.b k0, @k1 25 mov.l 5f, k1 27 mov.w k0, @k1 29 mov.l 4f, k1 30 jmp @k1
|
/linux/arch/mips/include/asm/ |
A D | stackframe.h | 121 lui k1, %hi(kernelsp) 125 dsll k1, 16 126 daddiu k1, %hi(kernelsp) 127 dsll k1, 16 130 LONG_ADDU k1, k0 138 LONG_L k1, %lo(kernelsp)(k1) 170 lui k1, %hi(kernelsp) 174 dsll k1, k1, 16 176 dsll k1, k1, 16 185 LONG_L k1, %lo(kernelsp)(k1) [all …]
|
A D | regdef.h | 54 #define k1 $27 macro 97 #define k1 $27 macro
|
/linux/arch/arm/crypto/ |
A D | sha1-ce-core.S | 17 k1 .req q1 68 vld1.32 {k0-k1}, [ip, :128]! 94 add_update c, 0, k1, 8, 9, 10, 11 96 add_update p, 1, k1, 9, 10, 11, 8 97 add_update p, 0, k1, 10, 11, 8, 9 98 add_update p, 1, k1, 11, 8, 9, 10 99 add_update p, 0, k1, 8, 9, 10, 11
|
/linux/arch/sh/kernel/cpu/sh3/ |
A D | entry.S | 68 #define k1 r1 macro 257 mov #0xfffffff0, k1 258 extu.b k1, k1 259 not k1, k1 260 and k1, k2 ! Mask original SR value 303 ! k1 trashed 314 stc spc, k1 316 cmp/hs k0, k1 ! test k1 (saved PC) >= k0 (saved r0) 318 stc r1_bank, k1 323 2: mov k1, r15 ! SP = r1
|
/linux/arch/arm64/crypto/ |
A D | sha1-ce-core.S | 15 k1 .req v1 71 loadrc k1.4s, 0x6ed9eba1, w6 99 add_update c, ev, k1, 8, 9, 10, 11 101 add_update p, od, k1, 9, 10, 11, 8 102 add_update p, ev, k1, 10, 11, 8, 9 103 add_update p, od, k1, 11, 8, 9, 10 104 add_update p, ev, k1, 8, 9, 10, 11
|
/linux/fs/xfs/libxfs/ |
A D | xfs_alloc_btree.c | 261 const union xfs_btree_key *k1, in xfs_bnobt_diff_two_keys() argument 264 return (int64_t)be32_to_cpu(k1->alloc.ar_startblock) - in xfs_bnobt_diff_two_keys() 271 const union xfs_btree_key *k1, in xfs_cntbt_diff_two_keys() argument 276 diff = be32_to_cpu(k1->alloc.ar_blockcount) - in xfs_cntbt_diff_two_keys() 281 return be32_to_cpu(k1->alloc.ar_startblock) - in xfs_cntbt_diff_two_keys() 381 const union xfs_btree_key *k1, in xfs_bnobt_keys_inorder() argument 384 return be32_to_cpu(k1->alloc.ar_startblock) < in xfs_bnobt_keys_inorder() 402 const union xfs_btree_key *k1, in xfs_cntbt_keys_inorder() argument 405 return be32_to_cpu(k1->alloc.ar_blockcount) < in xfs_cntbt_keys_inorder() 407 (k1->alloc.ar_blockcount == k2->alloc.ar_blockcount && in xfs_cntbt_keys_inorder() [all …]
|
A D | xfs_rmap_btree.c | 255 const union xfs_btree_key *k1, in xfs_rmapbt_diff_two_keys() argument 258 const struct xfs_rmap_key *kp1 = &k1->rmap; in xfs_rmapbt_diff_two_keys() 370 const union xfs_btree_key *k1, in xfs_rmapbt_keys_inorder() argument 378 x = be32_to_cpu(k1->rmap.rm_startblock); in xfs_rmapbt_keys_inorder() 384 a = be64_to_cpu(k1->rmap.rm_owner); in xfs_rmapbt_keys_inorder() 390 a = XFS_RMAP_OFF(be64_to_cpu(k1->rmap.rm_offset)); in xfs_rmapbt_keys_inorder()
|
/linux/crypto/ |
A D | tea.c | 60 u32 k0, k1, k2, k3; in tea_encrypt() local 69 k1 = ctx->KEY[1]; in tea_encrypt() 77 y += ((z << 4) + k0) ^ (z + sum) ^ ((z >> 5) + k1); in tea_encrypt() 88 u32 k0, k1, k2, k3; in tea_decrypt() local 97 k1 = ctx->KEY[1]; in tea_decrypt() 107 y -= ((z << 4) + k0) ^ (z + sum) ^ ((z >> 5) + k1); in tea_decrypt()
|
A D | vmac.c | 283 #define k1 (*(((u32 *)kl)+INDEX_HIGH)) in poly_step_func() macro 294 p += MUL32(a1, k1); in poly_step_func() 300 p += MUL32(a2, k1); in poly_step_func() 308 q += MUL32(a3, k1); in poly_step_func() 314 p += MUL32(a0, k1); in poly_step_func() 329 #undef k1 in poly_step_func() 359 static u64 l3hash(u64 p1, u64 p2, u64 k1, u64 k2, u64 len) in l3hash() argument 380 p1 += k1; in l3hash() 381 p1 += (0 - (p1 < k1)) & 257; in l3hash()
|
/linux/arch/mips/dec/prom/ |
A D | locore.S | 21 la k1, mem_err 23 sw k0, 0(k1)
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
A D | conntrack.h | 18 char *k1, *m1, *k2, *m2; \ 20 k1 = (char *)_match1.key; \ 25 if ((k1[i] & m1[i] & m2[i]) ^ \
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | hashmap.c | 261 void *k1 = (void *)0, *k2 = (void *)1; in test_hashmap_multimap() local 276 err = hashmap__append(map, k1, (void *)1); in test_hashmap_multimap() 279 err = hashmap__append(map, k1, (void *)2); in test_hashmap_multimap() 282 err = hashmap__append(map, k1, (void *)4); in test_hashmap_multimap() 311 hashmap__for_each_key_entry(map, entry, k1) { in test_hashmap_multimap()
|
/linux/arch/sh/kernel/cpu/shmobile/ |
A D | sleep.S | 22 #define k1 r1 macro 249 sts pr, k1 251 and k0, k1 254 ldc k1, vbr 257 mov.l @(SH_SLEEP_SR, k1), k0
|
/linux/drivers/crypto/ccp/ |
A D | ccp-crypto-aes-cmac.c | 306 gk = (__be64 *)ctx->u.aes.k1; in ccp_aes_cmac_setkey() 313 if (ctx->u.aes.k1[0] & 0x80) { in ccp_aes_cmac_setkey() 322 ctx->u.aes.kn_len = sizeof(ctx->u.aes.k1); in ccp_aes_cmac_setkey() 323 sg_init_one(&ctx->u.aes.k1_sg, ctx->u.aes.k1, sizeof(ctx->u.aes.k1)); in ccp_aes_cmac_setkey()
|
/linux/arch/sparc/crypto/ |
A D | des_glue.c | 185 u64 k1[DES_EXPKEY_WORDS / 2]; in des3_ede_set_key() local 194 des_sparc64_key_expand((const u32 *)key, k1); in des3_ede_set_key() 200 memcpy(&dctx->encrypt_expkey[0], &k1[0], sizeof(k1)); in des3_ede_set_key() 209 &k1[0]); in des3_ede_set_key()
|
/linux/arch/arm/boot/dts/ |
A D | sun8i-h3-nanopi.dtsi | 78 input-name = "k1"; 80 k1 { 81 label = "k1";
|