| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-debug-handler.S | 73 addi k0, 8 77 addi k0, -8 82 addi k0, 8 93 addi k0, 8 99 addi k0, -8 161 rotr k0, k0, 1 213 jr k0 235 addiu k0, 8 239 addiu k0, 8 258 addiu k0, 8 [all …]
|
| H A D | cvmx-interrupt-handler.S | 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) 115 jal k0 119 sw $0, 0(k0) 121 ld k0, 256(sp) // read hi [all …]
|
| /f-stack/freebsd/mips/mips/ |
| H A D | exception.S | 125 andi k0, k0, PDEPTRMASK #06: k0=seg offset 133 andi k0, k0, PDEPTRMASK # k0=pde offset 140 andi k0, k0, PTE2MASK #0c: k0=page tab offset 872 andi k0, k0, PDEPTRMASK #06: k0=seg offset 884 andi k0, k0, PDEPTRMASK # k0=pde offset 894 andi k0, k0, PTEMASK # k0=page tab offset 960 sltu k0, k0, sp 976 PTR_ADDU k0, k0, k1 1049 andi k0, k0, PDEPTRMASK #06: k0=seg offset 1056 andi k0, k0, PDEPTRMASK # k0=pde offset [all …]
|
| H A D | swtch.S | 126 RESTORE_U_PCB_REG(k0, SR, k1) 132 and k0, k0, k1 135 or k0, k0, k1 136 mtc0 k0, MIPS_COP_0_STATUS # switch to user mode (when eret...)
|
| H A D | db_interface.c | 109 { "k0", DB_OFFSET(k0), db_frame },
|
| H A D | vm_machdep.c | 538 DB_PRINT_REG(trapframe, k0); in dump_trapframe()
|
| H A D | trap.c | 1325 (intmax_t)frame->s6, (intmax_t)frame->s7, (intmax_t)frame->k0, (intmax_t)frame->k1); in log_frame_dump() 1367 (intmax_t)frame->s6, (intmax_t)frame->s7, (intmax_t)frame->k0, (intmax_t)frame->k1); in trap_frame_dump()
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_hash_func.h | 77 uint64_t k0, crc0, crc1; in rte_table_hash_crc_key16() local 79 k0 = k[0] & m[0]; in rte_table_hash_crc_key16() 81 crc0 = rte_crc32_u64(k0, seed); in rte_table_hash_crc_key16() 96 uint64_t k0, k2, crc0, crc1; in rte_table_hash_crc_key24() local 98 k0 = k[0] & m[0]; in rte_table_hash_crc_key24() 101 crc0 = rte_crc32_u64(k0, seed); in rte_table_hash_crc_key24() 120 k0 = k[0] & m[0]; in rte_table_hash_crc_key32() 146 k0 = k[0] & m[0]; in rte_table_hash_crc_key40() 172 k0 = k[0] & m[0]; in rte_table_hash_crc_key48() 199 k0 = k[0] & m[0]; in rte_table_hash_crc_key56() [all …]
|
| H A D | rte_swx_table_em.c | 92 uint64_t k0, k2, k5, crc0, crc1, crc2, crc3, crc4, crc5; in hash() local 100 k0 = k[0] & m[0]; in hash() 102 crc0 = crc32_u64(k0, seed); in hash() 103 crc1 = crc32_u64(k0 >> 32, k[1] & m[1]); in hash() 110 k0 = k[0] & m[0]; in hash() 113 crc0 = crc32_u64(k0, seed); in hash() 114 crc1 = crc32_u64(k0 >> 32, k[1] & m[1]); in hash() 127 k0 = k[0] & m[0]; in hash() 131 crc0 = crc32_u64(k0, seed); in hash() 132 crc1 = crc32_u64(k0 >> 32, k[1] & m[1]); in hash()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/ |
| H A D | shorthash_siphash24_ref.c | 15 uint64_t k0 = LOAD64_LE(k); in crypto_shorthash_siphash24() local 23 v2 ^= k0; in crypto_shorthash_siphash24() 25 v0 ^= k0; in crypto_shorthash_siphash24()
|
| H A D | shorthash_siphashx24_ref.c | 14 uint64_t k0 = LOAD64_LE(k); in crypto_shorthash_siphashx24() local 22 v2 ^= k0; in crypto_shorthash_siphashx24() 24 v0 ^= k0; in crypto_shorthash_siphashx24()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | siphash.c | 124 uint64_t k0 = U8TO64_LE(k); in siphash() local 131 v2 ^= k0; in siphash() 133 v0 ^= k0; in siphash() 184 uint64_t k0 = U8TO64_LE(k); in siphash_nocase() local 191 v2 ^= k0; in siphash_nocase() 193 v0 ^= k0; in siphash_nocase()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octeon_nmi.S | 39 PTR_LA k0, _C_LABEL(octeon_wdog_nmi) 40 jr k0
|
| /f-stack/freebsd/mips/include/ |
| H A D | regdef.h | 83 #define k0 $26 /* kernel temporary */ macro
|
| H A D | frame.h | 82 register_t k0; member
|
| /f-stack/dpdk/drivers/baseband/acc100/ |
| H A D | rte_acc100_pmd.h | 259 k0:16; member 333 k0:16; member
|
| H A D | rte_acc100_pmd.c | 1258 fcw->k0 = get_k0(fcw->ncb, fcw->Zc, op->ldpc_enc.basegraph, in acc100_fcw_le_fill() 1302 fcw->k0 = get_k0(fcw->ncb, fcw->Zc, op->ldpc_dec.basegraph, in acc100_fcw_ld_fill() 1387 k0_p = (fcw->k0 > parity_offset) ? in acc100_fcw_ld_fill() 1388 fcw->k0 - op->ldpc_dec.n_filler : fcw->k0; in acc100_fcw_ld_fill()
|
| /f-stack/dpdk/drivers/baseband/fpga_5gnr_fec/ |
| H A D | rte_fpga_5gnr_fec.c | 175 (uint32_t)desc->enc_req.k0, in print_dma_enc_desc_debug_info() 947 desc->k0 = get_k0(op->ldpc_enc.n_cb, op->ldpc_enc.z_c, in fpga_dma_desc_te_fill() 1436 uint16_t e, in_length, out_length, k0, l, seg_total_left, sys_cols; in enqueue_ldpc_dec_one_op_cb() local 1524 k0 = get_k0(dec->n_cb, dec->z_c, in enqueue_ldpc_dec_one_op_cb() 1526 if (k0 > parity_offset) in enqueue_ldpc_dec_one_op_cb() 1527 l = k0 + e; in enqueue_ldpc_dec_one_op_cb() 1529 l = k0 + e + dec->n_filler; in enqueue_ldpc_dec_one_op_cb()
|
| H A D | fpga_5gnr_fec.h | 127 k0:16; member
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_sym_session.c | 1285 uint8_t k0[ICP_QAT_HW_AES_128_KEY_SZ]; in qat_sym_do_precomputes() local 1308 AES_encrypt(in, k0, &enc_key); in qat_sym_do_precomputes() 1313 aes_cmac_key_derive(k0, k1); in qat_sym_do_precomputes() 1316 memset(k0, 0, ICP_QAT_HW_AES_128_KEY_SZ); in qat_sym_do_precomputes()
|
| /f-stack/dpdk/drivers/baseband/turbo_sw/ |
| H A D | bbdev_turbo_software.c | 1421 derm_req.k0 = 0; /* Actual output from SDK */ in process_ldpc_dec_cb() 1433 derm_req.k0 + derm_req.e - in process_ldpc_dec_cb() 1434 ((derm_req.k0 < derm_req.start_null_index) ? in process_ldpc_dec_cb()
|
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | test_bbdev_perf.c | 1860 uint16_t k0 = 0; in compute_harq_len() local 1862 k0 = get_k0(ops_ld->n_cb, ops_ld->z_c, ops_ld->basegraph, max_rv); in compute_harq_len() 1867 k0 + ops_ld->cb_params.e + in compute_harq_len() 1868 ((k0 > parity_offset) ? in compute_harq_len()
|