Searched refs:k1 (Results 1 - 25 of 87) sorted by relevance

1234

/linux-master/arch/sh/boards/mach-hp6xx/
H A Dpm_wakeup.S12 * k1 scratch
17 #define k1 r1 define
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-master/arch/mips/mm/
H A Dcex-oct.S31 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
H A Dcex-sb1.S35 * (0x170-0x17f) are used to preserve k0, k1, and ra.
42 * save/restore k0 and k1 from low memory (Useg is direct
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,
[all...]
H A Dcex-gen.S31 li k1,~CONF_CM_CMASK
32 and k0,k0,k1
/linux-master/drivers/md/dm-vdo/
H A Dmurmurhash3.c53 u64 k1 = get_unaligned_le64(&blocks[i * 2]); local
56 k1 *= c1;
57 k1 = ROTL64(k1, 31);
58 k1 *= c2;
59 h1 ^= k1;
80 u64 k1 = 0; local
111 k1 ^= ((u64)tail[7]) << 56;
114 k1 ^= ((u64)tail[6]) << 48;
117 k1
[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};
36 *k1 = key[0];
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, u6 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/mips/kernel/
H A Dbmips_vec.S42 li k1, CKSEG1
43 or k0, k1
58 mfc0 k1, $22, 3
59 srl k1, 16
60 andi k1, 0x8000
61 or k1, CKSEG1 | BMIPS_RELO_VECTOR_CONTROL_0
62 or k0, k1
63 li k1, 0xa0080000
64 sw k1, 0(k0)
70 li k1, CKSEG
[all...]
H A Dgenex.S35 mfc0 k1, CP0_CAUSE
36 andi k1, k1, 0x7c
38 dsll k1, k1, 1
40 PTR_L k0, exception_handlers(k1)
55 mfc0 k1, CP0_CAUSE
57 andi k1, k1, 0x7c
61 beq k1, k
[all...]
/linux-master/arch/mips/dec/prom/
H A Dlocore.S21 la k1, mem_err
23 sw k0, 0(k1)
/linux-master/tools/perf/arch/mips/entry/syscalls/
H A Dmksyscalltbl31 |sort -k1 -n \
/linux-master/tools/perf/arch/s390/entry/syscalls/
H A Dmksyscalltbl31 |sort -k1 -n \
/linux-master/arch/mips/include/asm/
H A Dstackframe.h113 * stores the new value in k1, leaving sp unaffected.
121 lui k1, %hi(kernelsp) variable
123 lui k1, %highest(kernelsp)
124 daddiu k1, %higher(kernelsp)
125 dsll k1, 16
126 daddiu k1, %hi(kernelsp)
127 dsll k1, 16
130 LONG_ADDU k1, k0 variable
136 LONG_L sp, %lo(kernelsp)(k1)
138 LONG_L k1, variable
[all...]
H A Dregdef.h144 #define k1 $27 macro
187 #define k1 $27 macro
/linux-master/tools/perf/arch/powerpc/entry/syscalls/
H A Dmksyscalltbl38 |sort -k1 -n \
/linux-master/arch/arm/crypto/
H A Dsha1-ce-core.S17 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-master/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_dccg.c61 enum pixel_rate_div *k1,
67 *k1 = PIXEL_RATE_DIV_NA;
96 *k1 = (enum pixel_rate_div)val_k1;
103 enum pixel_rate_div k1,
112 if (k1 == PIXEL_RATE_DIV_NA || k2 == PIXEL_RATE_DIV_NA) {
118 if (k1 == cur_k1 && k2 == cur_k2)
124 OTG0_PIXEL_RATE_DIVK1, k1,
129 OTG1_PIXEL_RATE_DIVK1, k1,
134 OTG2_PIXEL_RATE_DIVK1, k1,
139 OTG3_PIXEL_RATE_DIVK1, k1,
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/arch/arm64/crypto/
H A Dsha1-ce-core.S15 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-master/fs/bcachefs/
H A Dsiphash.c88 u64 k0, k1; local
91 k1 = le64_to_cpu(key->k1);
94 ctx->v[1] = 0x646f72616e646f6dULL ^ k1;
96 ctx->v[3] = 0x7465646279746573ULL ^ k1;
H A Dsb-clean.c103 struct bkey_i *k1, *k2; local
106 k1 = btree_root_find(c, clean, NULL, i, &l1);
109 if (!k1 && !k2)
115 if (k1)
116 bch2_bkey_val_to_text(&buf1, c, bkey_i_to_s_c(k1));
125 mustfix_fsck_err_on(!k1 || !k2 ||
126 IS_ERR(k1) ||
128 k1->k.u64s != k2->k.u64s ||
129 memcmp(k1, k2, bkey_bytes(&k1
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_dccg.c61 enum pixel_rate_div *k1,
67 *k1 = PIXEL_RATE_DIV_NA;
96 *k1 = (enum pixel_rate_div)val_k1;
103 enum pixel_rate_div k1,
111 if (k1 == PIXEL_RATE_DIV_NA || k2 == PIXEL_RATE_DIV_NA) {
117 if (k1 == cur_k1 && k2 == cur_k2)
123 OTG0_PIXEL_RATE_DIVK1, k1,
128 OTG1_PIXEL_RATE_DIVK1, k1,
133 OTG2_PIXEL_RATE_DIVK1, k1,
138 OTG3_PIXEL_RATE_DIVK1, k1,
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.S34 * ldc k1, ssr ! delay slot
68 #define k1 r1 define
82 * k1 scratch
257 mov #0xfffffff0, k1
258 extu.b k1, k1
259 not k1, k1
260 and k1, k2 ! Mask original SR value
303 ! k1 trashe
[all...]
/linux-master/sound/soc/intel/boards/
H A Dsof_board_helpers.h27 #define SOF_LINK_ORDER(k1, k2, k3, k4, k5, k6, k7) \
28 ((((k1) & SOF_LINK_ORDER_MASK) << (SOF_LINK_ORDER_SHIFT * 0)) | \
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.h18 char *k1, *m1, *k2, *m2; \
20 k1 = (char *)_match1.key; \
25 if ((k1[i] & m1[i] & m2[i]) ^ \
/linux-master/crypto/
H A Dtea.c60 u32 k0, k1, k2, k3; local
69 k1 = ctx->KEY[1];
77 y += ((z << 4) + k0) ^ (z + sum) ^ ((z >> 5) + k1);
88 u32 k0, k1, k2, k3; local
97 k1 = ctx->KEY[1];
107 y -= ((z << 4) + k0) ^ (z + sum) ^ ((z >> 5) + k1);
/linux-master/drivers/clk/sprd/
H A Dpll.h56 u16 k1; member in struct:sprd_pll
73 .k1 = _k1, \

Completed in 222 milliseconds

1234