Symbol: k0
arch/mips/include/asm/pm.h
34
mfc0 k0, CP0_STATUS
arch/mips/include/asm/pm.h
35
LONG_S k0, PT_STATUS(sp)
arch/mips/include/asm/pm.h
43
LONG_L k0, PT_STATUS(sp)
arch/mips/include/asm/pm.h
44
mtc0 k0, CP0_STATUS
arch/mips/include/asm/pm.h
75
mfc0 k0, CP0_SEGCTL0
arch/mips/include/asm/pm.h
76
LONG_S k0, SSS_SEGCTL0(t1)
arch/mips/include/asm/pm.h
77
mfc0 k0, CP0_SEGCTL1
arch/mips/include/asm/pm.h
78
LONG_S k0, SSS_SEGCTL1(t1)
arch/mips/include/asm/pm.h
79
mfc0 k0, CP0_SEGCTL2
arch/mips/include/asm/pm.h
80
LONG_S k0, SSS_SEGCTL2(t1)
arch/mips/include/asm/pm.h
94
LONG_L k0, SSS_SEGCTL0(t1)
arch/mips/include/asm/pm.h
95
mtc0 k0, CP0_SEGCTL0
arch/mips/include/asm/pm.h
96
LONG_L k0, SSS_SEGCTL1(t1)
arch/mips/include/asm/pm.h
97
mtc0 k0, CP0_SEGCTL1
arch/mips/include/asm/pm.h
98
LONG_L k0, SSS_SEGCTL2(t1)
arch/mips/include/asm/pm.h
99
mtc0 k0, CP0_SEGCTL2
arch/mips/include/asm/stackframe.h
119
ASM_CPUID_MFC0 k0, ASM_SMP_CPUID_REG
arch/mips/include/asm/stackframe.h
129
LONG_SRL k0, SMP_CPUID_PTRSHIFT
arch/mips/include/asm/stackframe.h
130
LONG_ADDU k1, k0
arch/mips/include/asm/stackframe.h
132
move k0, sp
arch/mips/include/asm/stackframe.h
134
.cfi_register sp, k0
arch/mips/include/asm/stackframe.h
156
move k0, ra
arch/mips/include/asm/stackframe.h
165
1: move ra, k0
arch/mips/include/asm/stackframe.h
166
li k0, 3
arch/mips/include/asm/stackframe.h
167
mtc0 k0, $22
arch/mips/include/asm/stackframe.h
179
move k0, sp
arch/mips/include/asm/stackframe.h
181
.cfi_register sp, k0
arch/mips/include/asm/stackframe.h
198
mfc0 k0, CP0_STATUS
arch/mips/include/asm/stackframe.h
199
sll k0, 3 /* extract cu0 bit */
arch/mips/include/asm/stackframe.h
201
bltz k0, 8f
arch/mips/include/asm/stackframe.h
202
move k0, sp
arch/mips/include/asm/stackframe.h
204
.cfi_register sp, k0
arch/mips/include/asm/stackframe.h
228
MFC0 k0, CP0_ENTRYHI
arch/mips/include/asm/stackframe.h
229
MTC0 k0, CP0_ENTRYHI
arch/mips/include/asm/stackframe.h
245
cfi_st k0, PT_R29, \docfi
arch/mips/include/asm/stackframe.h
277
mfc0 k0, CP0_STATUS
arch/mips/include/asm/stackframe.h
278
sll k0, 3 /* extract cu0 bit */
arch/mips/include/asm/stackframe.h
279
bltz k0, 9f
arch/mips/include/asm/stackframe.h
387
LONG_L k0, PT_EPC(sp)
arch/mips/include/asm/stackframe.h
389
jr k0
arch/x86/include/asm/segment.h
311
_ASM_EXTABLE_TYPE_REG(1b, 1b, EX_TYPE_ZERO_REG, %k0)\
crypto/tea.c
102
y -= ((z << 4) + k0) ^ (z + sum) ^ ((z >> 5) + k1);
crypto/tea.c
59
u32 k0, k1, k2, k3;
crypto/tea.c
65
k0 = ctx->KEY[0];
crypto/tea.c
74
y += ((z << 4) + k0) ^ (z + sum) ^ ((z >> 5) + k1);
crypto/tea.c
85
u32 k0, k1, k2, k3;
crypto/tea.c
91
k0 = ctx->KEY[0];
kernel/locking/lockdep.c
449
u32 k0 = key, k1 = key >> 32;
kernel/locking/lockdep.c
451
__jhash_mix(idx, k0, k1); /* Macro that modifies arguments! */
kernel/locking/lockdep.c
453
return k0 | (u64)k1 << 32;
lib/crypto/powerpc/aes.h
112
u32 k0 = swab32(in[0]);
lib/crypto/powerpc/aes.h
118
k0 = inv_mix_columns(k0);
lib/crypto/powerpc/aes.h
123
out[0] = be ? k0 : k3;
lib/crypto/powerpc/aes.h
126
out[3] = be ? k3 : k0;