HomeSort by: relevance | last modified time | path
    Searched refs:k1 (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/sys/arch/newsmips/newsmips/
locore_machdep.S 88 li k1, 0xfff00000 # NEWS5000 ROM Work: 0xFFF00000~0xFFFFFFFF (1Mbyte)
89 sltu k1, k0, k1
90 bne k1, zero, outofworld
93 li k1, 0x000fe000 # XXX (depend on 4k page)
94 and k1, k0, k1 # k1 = (VADDR - 0xFFF00000) & 0xffffe000
99 add k0, k0, k1 # 0xfff00000+? -> memory tail + ?
102 li k1, 0x02|0x18|0x01 # MIPS3_PG_V|MIPS3_PG_CACHED|MIPS3_PG_
    [all...]
  /src/tests/lib/libc/gen/
t_ftok.c 65 key_t k1, k2, k3; local in function:ATF_TC_BODY
75 k1 = ftok(path, key);
79 ATF_REQUIRE(k1 != -1);
83 if (k1 != k2)
86 if (k1 != k3)
  /src/lib/libtelnet/
encrypt.h 70 #define SAMEKEY(k1, k2) (!bcmp((void *)k1, (void *)k2, sizeof(Block)))
  /src/sys/arch/ews4800mips/ews4800mips/
locore_machdep.S 41 la k1, nmi_exception
42 or k1, k1, sp /* uncached */
44 jr k1
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_shorthash/siphash24/ref/
shorthash_siphash24_ref.c 16 uint64_t k1 = LOAD64_LE(k + 8); local in function:crypto_shorthash_siphash24
22 v3 ^= k1;
24 v1 ^= k1;
shorthash_siphashx24_ref.c 15 uint64_t k1 = LOAD64_LE(k + 8); local in function:crypto_shorthash_siphashx24
21 v3 ^= k1;
23 v1 ^= k1;
  /src/sys/arch/mips/mips/
mipsX_subr.S 384 PTR_SRL k1, k0, 31 #02: clear useg bits
385 beqz k1, 2f #03: k1==0 -> useg address
386 PTR_SLL k1, k0, 2 #0x: clear top bits
387 PTR_SRL k1, XSEGSHIFT+XSEGLENGTH+2 #04: clear valid bits
388 bnez k1, MIPSX(nopagetable) #05: not legal address
391 lui k1, %hi(CPUVAR(PMAP_SEGTAB)) #08: k1=hi of segtab
392 PTR_ADDI k1, 1 << PTR_SCALESHIFT #09: kernel segtab entry
395 PTR_L k1, %lo(CPUVAR(PMAP_SEGTAB))(k1)#0b: k1=segment ta
    [all...]
locore_octeon.S 172 PTR_LA k1, _C_LABEL(cpuid_infos)
173 PTR_ADDU k1, k1, k0 # add to array start
174 PTR_L k0, (k1) # get cpu_info
179 sd zero, CIU_NMI_OFFSET(k1)# clear NMI
181 li k1, ((MIPS_XKPHYS_START|CIU_BASE) >> 32) # CIU base (MSW)
182 dsll k1, 32 # shift it place
183 ld k0, CIU_FUSE_OFFSET(k1) # get mask of CPUs
184 sd k0, CIU_SOFT_RST_OFFSET(k1) # reset them
185 ld v0, CIU_SOFT_RST_OFFSET(k1) # force a loa
    [all...]
locore_mips1.S 98 lui k1, %hi(CPUVAR(PMAP_SEG0TAB)) #01: k1=hi of seg0tab
101 PTR_L k1, %lo(CPUVAR(PMAP_SEG0TAB))(k1) #04: k1=seg0tab
103 PTR_ADDU k1, k0 #08: k1=seg entry address
104 PTR_L k1, 0(k1) #09: k1=seg entr
    [all...]
lock_stubs_ras.S 262 * k1 fault PC
267 * k1 adjusted fault PC
300 * _lock_ras_start == (k1 & -MIPS_LOCK_RAS_SIZE)
303 and t0, k1, MIPS_LOCK_RAS_SIZE - 1
310 and t0, k1, 15 /* get offset in RAS */
317 PTR_SUBU k1, t0 /* and subtract that from the PC */
  /src/sys/external/isc/libsodium/dist/test/default/
box_easy2.c 20 unsigned char *k1; local in function:main
43 k1 = (unsigned char *) sodium_malloc(crypto_box_BEFORENMBYTES);
79 ret = crypto_box_beforenm(k1, small_order_p, bobsk);
84 ret = crypto_box_beforenm(k1, alicepk, bobsk);
91 if (crypto_box_easy_afternm(c, m, 0, nonce, k1) != 0) {
96 crypto_box_easy_afternm(c, m, (unsigned long long) mlen, nonce, k1);
128 k1);
141 sodium_free(k1);
  /src/sys/opencrypto/
aesxcbcmac.c 53 uint8_t k1[AES_BLOCKSIZE]; local in function:aes_xcbc_mac_init
69 aes_enc(&r_ks, k1seed, k1, ctx->r_nr);
72 aes_setenckey128(&ctx->r_k1s, k1);
75 explicit_memset(k1, 0, sizeof(k1));
  /src/sys/arch/mips/include/
regdef.h 81 #define k1 $27 macro
  /src/usr.bin/make/unit-tests/
varmod-order-string.mk 23 NUMBERS= -100g -50m -7k -50 -13 0 000 13 50 5k1 7k 50m 100G
24 .if ${NUMBERS:O} != "-100g -13 -50 -50m -7k 0 000 100G 13 50 50m 5k1 7k"
  /src/usr.bin/tset/
tset.c 69 const char *k1, *k2; local in function:main
206 k1 = "set noglob;\nsetenv TERM ";
209 k1 = "TERM=";
212 (void)printf("%s%s%s", k1, ttype, k2);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
sun8i-h3-nanopi.dtsi 78 input-name = "k1";
80 k1 {
81 label = "k1";
sun8i-h3-nanopi-duo2.dts 43 k1 {
44 label = "k1";
  /src/sys/arch/emips/stand/common/
start.S 103 la k1, UserInterruptHandler
104 lw k1,0(k1)
105 bne k1,zero,Dispatch
145 sw k1, TS_K1(sp)
162 jalr k1
195 /* k0,k1 not restored */
201 lw k1, TS_HI(a0)
203 mthi k1
205 lw k1, TS_SR(a0
    [all...]
  /src/bin/sh/
mkoptions.sh 174 done 4>>"${OF}" | sort -t' ' -k1,1f -k1,1 | while read chr index COND
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_posix.cc 61 thread_key k1 = thread_key(key, &mtx, 42, &cnt); local in function:TEST
64 EXPECT_EQ(__interceptor_pthread_create(&th[0], 0, dtors_thread, &k1), 0);
  /src/usr.bin/spell/spell/
spell.sh 117 sort -u -k2f -k1 $VTMP
  /src/sys/crypto/skipjack/
skipjack.c 70 * k0, k1..k9
86 #define g(k0, k1, k2, k3, ih, il, oh, ol) \
89 ol = k##k1 [oh] ^ il; \
101 #define g_inv(k0, k1, k2, k3, ih, il, oh, ol) \
105 ol = k##k1 [oh] ^ ol; \
142 u_int8_t * k1 = key_tables [1]; local in function:skipjack_forwards
210 u_int8_t * k1 = key_tables [1]; local in function:skipjack_backwards
  /src/sys/dev/pci/
fms.c 237 uint16_t k1; local in function:fms_attach
303 k1 = bus_space_read_2(sc->sc_iot, sc->sc_ioh, FM_INTMASK);
305 (k1 & ~(FM_INTMASK_PLAY | FM_INTMASK_REC | FM_INTMASK_MPU)) |
536 uint16_t k1; local in function:fms_halt_output
539 k1 = bus_space_read_2(sc->sc_iot, sc->sc_ioh, FM_PLAY_CTL);
541 (k1 & ~(FM_PLAY_STOPNOW | FM_PLAY_START)) |
551 uint16_t k1; local in function:fms_halt_input
554 k1 = bus_space_read_2(sc->sc_iot, sc->sc_ioh, FM_REC_CTL);
556 (k1 & ~(FM_REC_STOPNOW | FM_REC_START)) |
  /src/lib/libc/db/btree/
bt_utils.c 139 * k1: DBT pointer of first arg to comparison
143 * < 0 if k1 is < record
144 * = 0 if k1 is = record
145 * > 0 if k1 is > record
148 __bt_cmp(BTREE *t, const DBT *k1, EPG *e)
192 return ((*t->bt_cmp)(k1, &k2));
  /src/lib/libc/gdtoa/
misc.c 476 int i, k1, n, n1; local in function:lshift
481 k1 = b->k;
484 k1++;
485 b1 = Balloc(k1);
495 k1 = 32 - k;
499 z = *x++ >> k1;
505 k1 = 16 - k;
509 z = *x++ >> k1;

Completed in 21 milliseconds

1 2