Searched refs:k0 (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug-handler.S67 /* The registers saving/restoring is split into two because k0 is stored in the COP0_DESAVE register. */
72 sd reg, 0(k0); \
73 addi k0, 8
76 ld reg, -8(k0); \
77 addi k0, -8
81 sd k1, 0(k0); \
82 addi k0, 8
85 ld k1, -8(k0); \
86 addi k0, -8; \
92 sd k1, 0(k0); \
[all...]
H A Dcvmx-interrupt-handler.S56 dla k0, cvmx_interrupt_stage2
57 jalr k1, k0 // Save our address in k1, so we can tell which
93 mfhi k0 // Reading lo and high takes multiple cycles
100 sd k0, 256(sp) // save hi
104 dmfc0 k0, $27, 1
105 sd k0, 272(sp)
107 dmfc0 k0, $14
108 sd k0, 280(sp)
110 dla k0, cvmx_interrupt_in_isr
112 sw k1, 0(k0)
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Drsaz_exp.c85 BN_ULONG k0)
109 rsaz_1024_mul_avx2(R2, R2, R2, m, k0);
110 rsaz_1024_mul_avx2(R2, R2, two80, m, k0);
113 rsaz_1024_mul_avx2(result, R2, one, m, k0);
115 rsaz_1024_mul_avx2(a_inv, a_inv, R2, m, k0);
121 rsaz_1024_sqr_avx2(result, a_inv, m, k0, 1);
126 rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
131 rsaz_1024_sqr_avx2(result, result, m, k0, 1);
134 rsaz_1024_sqr_avx2(result, result, m, k0, 1);
137 rsaz_1024_sqr_avx2(result, result, m, k0,
81 RSAZ_1024_mod_exp_avx2(BN_ULONG result_norm[16], const BN_ULONG base_norm[16], const BN_ULONG exponent[16], const BN_ULONG m_norm[16], const BN_ULONG RR[16], BN_ULONG k0) argument
283 RSAZ_512_mod_exp(BN_ULONG result[8], const BN_ULONG base[8], const BN_ULONG exponent[8], const BN_ULONG m[8], BN_ULONG k0, const BN_ULONG RR[8]) argument
[all...]
H A Drsaz_exp.h58 BN_ULONG k0);
63 const BN_ULONG m_norm[8], BN_ULONG k0,
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_nmi.S39 PTR_LA k0, _C_LABEL(octeon_wdog_nmi)
40 jr k0
/freebsd-11-stable/sys/mips/mips/
H A Dexception.S106 MFC0 k0, MIPS_COP_0_BAD_VADDR # get the fault address
125 bltz k0, 1f #02: k0<0 -> 1f (kernel fault)
126 PTR_SRL k0, k0, SEGSHIFT - PTRSHIFT #03: k0=seg offset (almost)
131 andi k0, k0, PDEPTRMASK #06: k0=seg offset
132 PTR_ADDU k1, k0, k
[all...]
H A Dswtch.S127 RESTORE_U_PCB_REG(k0, SR, k1)
133 and k0, k0, k1
136 or k0, k0, k1
137 mtc0 k0, MIPS_COP_0_STATUS # switch to user mode (when eret...)
H A Ddb_interface.c107 { "k0", DB_OFFSET(k0), db_frame },
H A Dvm_machdep.c550 DB_PRINT_REG(trapframe, k0);
/freebsd-11-stable/sys/mips/include/
H A Dregdef.h81 #define k0 $26 /* kernel temporary */ macro
H A Dframe.h80 register_t k0; member in struct:trapframe
/freebsd-11-stable/contrib/bzip2/
H A Dbzlib.c571 s->state_out_ch = s->k0;
575 if (k1 != s->k0) { s->k0 = k1; continue; };
581 if (k1 != s->k0) { s->k0 = k1; continue; };
587 if (k1 != s->k0) { s->k0 = k1; continue; };
592 BZ_GET_FAST(s->k0); BZ_RAND_UPD_MASK;
593 s->k0 ^= BZ_RAND_MASK; s->nblock_used++;
603 Int32 c_k0 = s->k0;
[all...]
H A Ddecompress.c557 BZ_GET_SMALL(s->k0); s->nblock_used++;
558 BZ_RAND_UPD_MASK; s->k0 ^= BZ_RAND_MASK;
560 BZ_GET_SMALL(s->k0); s->nblock_used++;
576 BZ_GET_FAST(s->k0); s->nblock_used++;
577 BZ_RAND_UPD_MASK; s->k0 ^= BZ_RAND_MASK;
579 BZ_GET_FAST(s->k0); s->nblock_used++;
H A Dbzlib_private.h374 Int32 k0; member in struct:__anon19
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_siphash.c60 apr_uint64_t k0, k1; \
63 k0 = U8TO64_LE(k + 0); \
66 v2 = k0 ^ (apr_uint64_t)0x6c7967656e657261ULL; \
68 v0 = k0 ^ (apr_uint64_t)0x736f6d6570736575ULL; \
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dhash.cpp180 // Start searching list of potential primes: L * k0 + indices[in]
184 size_t k0 = n / L; local
185 size_t in = static_cast<size_t>(std::lower_bound(indices, indices + M, n - k0 * L)
187 n = L * k0 + indices[in];
554 ++k0;
557 n = L * k0 + indices[in];
/freebsd-11-stable/crypto/openssh/
H A Dumac.c339 UINT32 k0,k1,k2,k3,k4,k5,k6,k7; local
347 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
349 h += MUL64((k0 + d0), (k4 + d4));
372 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
377 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
386 h1 += MUL64((k0 + d0), (k4 + d4));
398 k0 = k8; k1 = k9; k2 = k10; k3 = k11;
419 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
425 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
435 h1 += MUL64((k0
474 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
[all...]
/freebsd-11-stable/sys/opencrypto/
H A Dskipjack.c64 * k0, k1..k9
81 #define g(k0, k1, k2, k3, ih, il, oh, ol) \
83 oh = k##k0 [il] ^ ih; \
96 #define g_inv(k0, k1, k2, k3, ih, il, oh, ol) \
101 oh = k##k0 [ol] ^ oh; \
136 u_int8_t * k0 = key_tables [0]; local
204 u_int8_t * k0 = key_tables [0]; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h161 static const uint64_t k0 = 0xc3a5c85c97cb3127ULL; member in namespace:llvm::hashing::detail
213 uint64_t d = fetch64(s + len - 16) * k0;
220 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0;
237 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0);
238 return shift_mix((seed ^ (r * k0)) + vs) * k2;
/freebsd-11-stable/secure/lib/libcrypt/
H A Dcrypt-des.c371 u_int32_t k0, k1, rawkey0, rawkey1; local
397 k0 = key_perm_maskl[0][rawkey0 >> 25]
422 t0 = (k0 << shifts) | (k0 >> (28 - shifts));
/freebsd-11-stable/contrib/gdtoa/
H A Ddtoa.c119 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, local
340 k0 = k;
432 k = k0;
H A Dgdtoa.c157 int j, j1, k, k0, k_check, kind, leftright, m2, m5, nbits; local
341 k0 = k;
438 k = k0;
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_mips.c147 offsetof(struct trapframe, k0),
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_usbd.c568 int k0 = 0, k1 = 1; local
571 k0 = k0 + 1;
573 pipe->upi_interval = k0;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.c2538 int k0, k1;
2539 for (k0 = strlen (N0) - 1; k0 > 0 && isdigit (N0[k0]); k0 -= 1)
2543 if ((N0[k0] == '_' || N0[k0] == '$') && N0[k0 + 1] != '\000'
2547 n0 = k0;
2554 return (atoi (N0 + k0
2533 int k0, k1; local
[all...]

Completed in 219 milliseconds

12