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

12

/freebsd-10.0-release/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-10.0-release/sys/mips/cavium/
H A Docteon_nmi.S39 PTR_LA k0, _C_LABEL(octeon_wdog_nmi)
40 jr k0
/freebsd-10.0-release/sys/mips/mips/
H A Dexception.S112 MFC0 k0, MIPS_COP_0_BAD_VADDR # get the fault address
131 bltz k0, 1f #02: k0<0 -> 1f (kernel fault)
132 PTR_SRL k0, k0, SEGSHIFT - PTRSHIFT #03: k0=seg offset (almost)
137 andi k0, k0, PDEPTRMASK #06: k0=seg offset
138 PTR_ADDU k1, k0, k
[all...]
H A Dswtch.S152 RESTORE_U_PCB_REG(k0, SR, k1)
158 and k0, k0, k1
161 or k0, k0, k1
162 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.c665 DB_PRINT_REG(trapframe, k0);
H A Dtrap.c1370 (intmax_t)frame->s6, (intmax_t)frame->s7, (intmax_t)frame->k0, (intmax_t)frame->k1);
1417 (intmax_t)frame->s6, (intmax_t)frame->s7, (intmax_t)frame->k0, (intmax_t)frame->k1);
/freebsd-10.0-release/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-10.0-release/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.c551 BZ_GET_SMALL(s->k0); s->nblock_used++;
552 BZ_RAND_UPD_MASK; s->k0 ^= BZ_RAND_MASK;
554 BZ_GET_SMALL(s->k0); s->nblock_used++;
570 BZ_GET_FAST(s->k0); s->nblock_used++;
571 BZ_RAND_UPD_MASK; s->k0 ^= BZ_RAND_MASK;
573 BZ_GET_FAST(s->k0); s->nblock_used++;
H A Dbzlib_private.h374 Int32 k0; member in struct:__anon765
/freebsd-10.0-release/contrib/libc++/src/
H A Dhash.cpp189 // Start searching list of potential primes: L * k0 + indices[in]
193 size_t k0 = n / L; local
194 size_t in = static_cast<size_t>(std::lower_bound(indices, indices + M, n - k0 * L)
196 n = L * k0 + indices[in];
563 ++k0;
566 n = L * k0 + indices[in];
/freebsd-10.0-release/crypto/openssh/
H A Dumac.c350 UINT32 k0,k1,k2,k3,k4,k5,k6,k7; local
358 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
360 h += MUL64((k0 + d0), (k4 + d4));
383 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
388 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
397 h1 += MUL64((k0 + d0), (k4 + d4));
409 k0 = k8; k1 = k9; k2 = k10; k3 = k11;
430 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
436 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
446 h1 += MUL64((k0
485 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
[all...]
/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/llvm/include/llvm/ADT/
H A DHashing.h168 static const uint64_t k0 = 0xc3a5c85c97cb3127ULL; member in namespace:llvm::hashing::detail
220 uint64_t d = fetch64(s + len - 16) * k0;
227 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0;
244 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0);
245 return shift_mix((seed ^ (r * k0)) + vs) * k2;
/freebsd-10.0-release/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-10.0-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_mips.c147 offsetof(struct trapframe, k0),
/freebsd-10.0-release/sys/compat/ndis/
H A Dsubr_usbd.c566 int k0 = 0, k1 = 1; local
569 k0 = k0 + 1;
571 pipe->upi_interval = k0;
/freebsd-10.0-release/sys/ia64/include/
H A Dia64_cpu.h398 IA64_AR(k0)
/freebsd-10.0-release/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...]
/freebsd-10.0-release/sys/dev/usb/wlan/
H A Dif_run.c2176 struct ieee80211_key *k0; local
2190 k0 = &sc->cmdq[i].key;
2191 k0->wk_flags = k->wk_flags;
2192 k0->wk_keyix = k->wk_keyix;
2194 k0->wk_pad = k->wk_pad;

Completed in 184 milliseconds

12