| /f-stack/freebsd/arm64/arm64/ |
| H A D | bus_space_asm.S | 64 1: ldrb w1, [x0] 65 strb w1, [x3], #1 85 1: ldrh w1, [x0] 86 strh w1, [x3], #2 106 1: ldr w1, [x0] 107 str w1, [x3], #4 149 strb w1, [x3], #1 191 str w1, [x3], #4 253 strb w1, [x0] 273 strh w1, [x0] [all …]
|
| H A D | support.S | 68 cmp w4, w1 /* Compare */ 153 fsudata sttrb, w1, 0 163 fsudata sttrh, w1, 0 173 fsudata sttr, w1, 0
|
| H A D | copyinout.S | 121 4: mov w1, #ENAMETOOLONG /* Load ENAMETOOLONG to return if failed */ 123 csel w0, wzr, w1, eq /* If so return success, else failure */
|
| /f-stack/dpdk/drivers/event/octeontx2/ |
| H A D | otx2_tim_worker.h | 11 tim_bkt_fetch_lock(uint64_t w1) in tim_bkt_fetch_lock() argument 13 return (w1 >> TIM_BUCKET_W1_S_LOCK) & in tim_bkt_fetch_lock() 18 tim_bkt_fetch_rem(uint64_t w1) in tim_bkt_fetch_rem() argument 20 return (w1 >> TIM_BUCKET_W1_S_CHUNK_REMAINDER) & in tim_bkt_fetch_rem() 43 tim_bkt_get_hbt(uint64_t w1) in tim_bkt_get_hbt() argument 49 tim_bkt_get_bsk(uint64_t w1) in tim_bkt_get_bsk() argument 91 tim_bkt_get_nent(uint64_t w1) in tim_bkt_get_nent() argument 258 : [w1] "r" ((&bkt->w1)) in tim_add_entry_sp() 263 hbt_state = __atomic_load_n(&bkt->w1, in tim_add_entry_sp() 343 : [w1] "r" ((&bkt->w1)) in tim_add_entry_mp() [all …]
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_tx.h | 221 w1.u = 0; in otx2_nix_xmit_prepare() 248 w1.ol3type = ol3type; in otx2_nix_xmit_prepare() 251 w1.ol4ptr = ~mask & (w1.ol3ptr + m->outer_l3_len); in otx2_nix_xmit_prepare() 259 w1.il3ptr = w1.ol4ptr + m->l2_len; in otx2_nix_xmit_prepare() 260 w1.il4ptr = w1.il3ptr + m->l3_len; in otx2_nix_xmit_prepare() 262 w1.il3type = w1.il3type + !!(ol_flags & PKT_TX_IP_CKSUM); in otx2_nix_xmit_prepare() 272 w1.u = ((w1.u & 0xFFFFFFFF00000000) >> (mask << 3)) | in otx2_nix_xmit_prepare() 298 w1.ol3ptr = l2_len; in otx2_nix_xmit_prepare() 327 mask = -(!w1.il3type); in otx2_nix_xmit_prepare() 328 lso_sb = (mask & w1.ol4ptr) + (~mask & w1.il4ptr) + m->l4_len; in otx2_nix_xmit_prepare() [all …]
|
| /f-stack/dpdk/drivers/event/octeontx/ |
| H A D | timvf_worker.h | 11 timr_bkt_fetch_rem(uint64_t w1) in timr_bkt_fetch_rem() argument 13 return (w1 >> TIM_BUCKET_W1_S_CHUNK_REMAINDER) & in timr_bkt_fetch_rem() 39 timr_bkt_get_sbt(uint64_t w1) in timr_bkt_get_sbt() argument 41 return (w1 >> TIM_BUCKET_W1_S_SBT) & TIM_BUCKET_W1_M_SBT; in timr_bkt_get_sbt() 59 timr_bkt_get_shbt(uint64_t w1) in timr_bkt_get_shbt() argument 62 ((w1 >> TIM_BUCKET_W1_S_SBT) & TIM_BUCKET_W1_M_SBT); in timr_bkt_get_shbt() 66 timr_bkt_get_hbt(uint64_t w1) in timr_bkt_get_hbt() argument 72 timr_bkt_get_bsk(uint64_t w1) in timr_bkt_get_bsk() argument 95 return __atomic_fetch_add(&bktp->w1, TIM_BUCKET_SEMA, in timr_bkt_fetch_sema() 113 timr_bkt_get_nent(uint64_t w1) in timr_bkt_get_nent() argument [all …]
|
| H A D | ssovf_worker.h | 65 uint64_t bytes_left = wqe->s.w1.len - wqe->s.w5.size; in ssovf_octeontx_wqe_xtract_mseg() 73 iova_list = (rte_iova_t *)(uintptr_t)(buflink->w1.s.addr); in ssovf_octeontx_wqe_xtract_mseg() 106 mbuf->pkt_len = wqe->s.w1.len; in ssovf_octeontx_wqe_to_pkt() 150 iova_list = (rte_iova_t *)(uintptr_t)(buflink->w1.s.addr); in ssovf_octeontx_wqe_free()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/w1/ |
| H A D | w1-gpio.txt | 1 w1-gpio devicetree bindings 5 - compatible: "w1-gpio" 16 Also refer to the generic w1.txt document. 21 compatible = "w1-gpio";
|
| H A D | w1.txt | 1 Generic devicetree bindings for onewire (w1) busses 18 compatible = "w1-gpio";
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/ |
| H A D | sha2.c | 161 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; in SHA256Transform() local 201 w1 = LOAD_BIG_32(blk + 4 * 1); in SHA256Transform() 248 w1 = SIGMA1_256(w15) + w10 + SIGMA0_256(w2) + w1; in SHA256Transform() 281 w1 = SIGMA1_256(w15) + w10 + SIGMA0_256(w2) + w1; in SHA256Transform() 314 w1 = SIGMA1_256(w15) + w10 + SIGMA0_256(w2) + w1; in SHA256Transform() 417 w1 = LOAD_BIG_64(blk + 8 * 1); in SHA512Transform() 464 w1 = SIGMA1(w15) + w10 + SIGMA0(w2) + w1; in SHA512Transform() 478 w8 = SIGMA1(w6) + w1 + SIGMA0(w9) + w8; in SHA512Transform() 497 w1 = SIGMA1(w15) + w10 + SIGMA0(w2) + w1; in SHA512Transform() 530 w1 = SIGMA1(w15) + w10 + SIGMA0(w2) + w1; in SHA512Transform() [all …]
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed_conf.c | 138 int w1 = 4; /* width of leading whitespace */ in _zed_conf_display_help() local 143 fprintf(fp, "%*c%*s %s\n", w1, 0x20, -w2, "-h", in _zed_conf_display_help() 145 fprintf(fp, "%*c%*s %s\n", w1, 0x20, -w2, "-L", in _zed_conf_display_help() 147 fprintf(fp, "%*c%*s %s\n", w1, 0x20, -w2, "-V", in _zed_conf_display_help() 150 fprintf(fp, "%*c%*s %s\n", w1, 0x20, -w2, "-v", in _zed_conf_display_help() 152 fprintf(fp, "%*c%*s %s\n", w1, 0x20, -w2, "-f", in _zed_conf_display_help() 154 fprintf(fp, "%*c%*s %s\n", w1, 0x20, -w2, "-F", in _zed_conf_display_help() 156 fprintf(fp, "%*c%*s %s\n", w1, 0x20, -w2, "-I", in _zed_conf_display_help() 158 fprintf(fp, "%*c%*s %s\n", w1, 0x20, -w2, "-M", in _zed_conf_display_help() 160 fprintf(fp, "%*c%*s %s\n", w1, 0x20, -w2, "-P", in _zed_conf_display_help() [all …]
|
| /f-stack/freebsd/crypto/camellia/ |
| H A D | camellia.c | 96 w1 = lr; \ 482 w0, w1, il, ir, t0, t1); in camellia_setup128() 483 krl ^= w0; krr ^= w1; in camellia_setup128() 488 krl ^= w0; krr ^= w1; in camellia_setup128() 490 w0, w1, il, ir, t0, t1); in camellia_setup128() 491 kll ^= w0; klr ^= w1; in camellia_setup128() 704 w0, w1, il, ir, t0, t1); in camellia_setup256() 705 krl ^= w0; krr ^= w1; in camellia_setup256() 714 kll ^= w0; klr ^= w1; in camellia_setup256() 721 krrl ^= w0; krrr ^= w1; in camellia_setup256() [all …]
|
| /f-stack/tools/libxo/xo/ |
| H A D | xo.c | 102 int w1 = 0, w2 = 0; in formatter() local 136 w1 = strtol(next_arg(), NULL, 0); in formatter() 146 rc = snprintf(buf, bufsiz, fmt, w1, w2, value); in formatter() 148 rc = snprintf(buf, bufsiz, fmt, w1, value); in formatter() 155 rc = snprintf(buf, bufsiz, fmt, w1, w2, value); in formatter() 157 rc = snprintf(buf, bufsiz, fmt, w1, value); in formatter() 164 rc = snprintf(buf, bufsiz, fmt, w1, w2, value); in formatter() 166 rc = snprintf(buf, bufsiz, fmt, w1, value); in formatter() 173 rc = snprintf(buf, bufsiz, fmt, w1, w2, value); in formatter() 175 rc = snprintf(buf, bufsiz, fmt, w1, value); in formatter()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_witness.c | 854 if (w1 == NULL) in witness_startup() 857 itismychild(w, w1); in witness_startup() 858 w = w1; in witness_startup() 1252 if (w1 == w) { in witness_checkorder() 1300 if (w1 == NULL) { in witness_checkorder() 1369 if (blessed(w, w1)) in witness_checkorder() 1432 w1->w_name, w1->w_class->lc_name, in witness_checkorder() 1449 w1->w_name, w1->w_class->lc_name, in witness_checkorder() 2096 i1 = w1->w_index; in _isitmyx() 2658 w1 = &w_data[i]; in sbuf_print_witness_badstacks() [all …]
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_reciprocal.h | 57 uint64_t w1, w2; in mullhi_u64() 67 w1 = t & 0xFFFFFFFF; in mullhi_u64() 70 t = u0*v1 + w1; in mullhi_u64()
|
| /f-stack/dpdk/lib/librte_net/ |
| H A D | rte_ether.h | 88 const uint16_t *w1 = (const uint16_t *)ea1; in rte_is_same_ether_addr() local 91 return ((w1[0] ^ w2[0]) | (w1[1] ^ w2[1]) | (w1[2] ^ w2[2])) == 0; in rte_is_same_ether_addr()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | spa_checksum.h | 42 #define ZIO_SET_CHECKSUM(zcp, w0, w1, w2, w3) \ argument 45 (zcp)->zc_word[1] = w1; \
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | cityhash.c | 53 cityhash4(uint64_t w1, uint64_t w2, uint64_t w3, uint64_t w4) in cityhash4() argument 56 uint64_t a = w1 * HASH_K1; in cityhash4()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/ |
| H A D | aestab.h | 121 d_4(uint32_t, t_dec(f, l), sb_data, w0, w1, w2, w3); 135 d_4(uint32_t, t_dec(i, l), isb_data, w0, w1, w2, w3); 150 d_4(uint32_t, t_dec(l, s), sb_data, w0, w1, w2, w3);
|
| /f-stack/dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_pki_var.h | 48 } w1; member 117 } w1; 247 octtx_pki_buflink_w1_t w1; /* Word 1 of the buflink */ member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ |
| H A D | maxim,ds2760.txt | 4 The ds2760 is a w1 slave device and must hence have its sub-node in DT 5 under a w1 bus master node.
|
| /f-stack/freebsd/crypto/openssl/aarch64/ |
| H A D | sha256-armv8.S | 453 rev w1,w1 // 14 662 add w8,w8,w1 715 eor w1,w1,w22,ror#13 742 eor w1,w1,w12,ror#18 750 eor w1,w1,w12,lsr#3 // sigma0(X[i+1]) 780 eor w1,w1,w10,ror#19 785 eor w1,w1,w10,lsr#10 // sigma1(X[i+14]) 890 ror w6,w1,#7 941 add w1,w1,w10 945 add w1,w1,w7 [all …]
|
| H A D | aesv8-armx.S | 26 cmp w1,#128 28 cmp w1,#256 30 tst w1,#0x3f 34 cmp w1,#192 38 mov w1,#8 // reuse w1 51 subs w1,w1,#1 114 subs w1,w1,#1 140 mov w1,#7 149 subs w1,w1,#1
|
| /f-stack/freebsd/sys/ |
| H A D | assym.h | 42 char name ## w1[((ASSYM_ABS(value) & 0xFFFF0000UL) >> 16) + ASSYM_BIAS]; \
|
| /f-stack/dpdk/drivers/net/octeontx/ |
| H A D | octeontx_rxtx.h | 73 union octeontx_send_hdr_w1_u w1; member 273 send_hdr->w1.leptr = send_hdr->w0.l4ptr + l2_len; in octeontx_tx_checksum_offload() 274 send_hdr->w1.lfptr = send_hdr->w1.leptr + m->l3_len; in octeontx_tx_checksum_offload()
|