Home
last modified time | relevance | path

Searched refs:stg (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/crypto/bn/asm/
H A Ds390x.S54 stg %r9,8(%r3,%r1)
205 stg %r7,0(%r2)
206 stg %r6,8(%r2)
210 stg %r7,16(%r2)
211 stg %r6,24(%r2)
215 stg %r7,32(%r2)
216 stg %r6,40(%r2)
220 stg %r7,48(%r2)
221 stg %r6,56(%r2)
234 stg %r7,0(%r2)
[all …]
/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A D__mtag_tag_region.S44 stg dstin, [dstin]
45 stg dstin, [tmp]
46 stg dstin, [dstend, -16]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dstarfive,jh7110-usb.yaml18 starfive,stg-syscon:
75 - starfive,stg-syscon
91 starfive,stg-syscon = <&stg_syscon 0x4>;
/freebsd/sbin/ipfw/
H A Dnat64lsn.c88 ipfw_nat64lsn_stg_v1 *stg; in nat64lsn_print_states() local
96 stg = (ipfw_nat64lsn_stg_v1 *)(od + 1); in nat64lsn_print_states()
101 next_idx = stg->next.index; in nat64lsn_print_states()
102 sz -= sizeof(*stg); in nat64lsn_print_states()
103 if (stg->count == 0) { in nat64lsn_print_states()
104 stg++; in nat64lsn_print_states()
111 inet_ntop(AF_INET, &stg->alias4, a, sizeof(a)); in nat64lsn_print_states()
112 ste = (ipfw_nat64lsn_state_v1 *)(stg + 1); in nat64lsn_print_states()
113 for (i = 0; i < stg->count && sz > 0; i++) { in nat64lsn_print_states()
153 stg = (ipfw_nat64lsn_stg_v1 *)ste; in nat64lsn_print_states()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn_control.c699 ipfw_nat64lsn_stg_v1 *stg; in nat64lsn_states_v1() local
752 stg = (ipfw_nat64lsn_stg_v1 *)(od + 1); in nat64lsn_states_v1()
753 stg->count = total = 0; in nat64lsn_states_v1()
754 stg->next.index = idx.index; in nat64lsn_states_v1()
770 stg->count += count; in nat64lsn_states_v1()
777 stg->alias4.s_addr = htonl(idx.addr); in nat64lsn_states_v1()
788 if (stg->count == 0) in nat64lsn_states_v1()
797 stg->next.index = idx.index; in nat64lsn_states_v1()
798 stg = (ipfw_nat64lsn_stg_v1 *)ipfw_get_sopt_space(sd, in nat64lsn_states_v1()
801 stg->count = 0; in nat64lsn_states_v1()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dstarfive,jh7110-pcie-phy.yaml32 starfive,stg-syscon:
57 starfive,stg-syscon = <&stg_syscon 0x148 0x1f4>;
/freebsd/sys/contrib/device-tree/Bindings/soc/starfive/
H A Dstarfive,jh7110-syscon.yaml26 - starfive,jh7110-stg-syscon
72 compatible = "starfive,jh7110-stg-syscon", "syscon";
/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl83 stg ("%r0","0($ctx)"); # zero hash value
84 stg ("%r0","8($ctx)");
85 stg ("%r0","16($ctx)");
156 &{$z? \&stg:\&st} ($ctx,"2*$SIZE_T($sp)"); # off-load $ctx
211 stg ($h0,"0($ctx)"); # store hash value
212 stg ($h1,"8($ctx)");
213 stg ($h2,"16($ctx)");
365 stg ("%r0","0($sp)"); # back-chain
/freebsd/crypto/openssl/crypto/chacha/asm/
H A Dchacha-s390x.pl280 &{$z? \&stg:\&st} ("%r0","0($sp)");
287 &{$z? \&stg:\&st} ($out,"$frame+3*$SIZE_T($sp)");
288 &{$z? \&stg:\&st} ($len,"$frame+4*$SIZE_T($sp)");
301 &{$z? \&stg:\&st} ("%r14","$frame+2*$SIZE_T($sp)");# save input pointer
461 &{$z? \&stg:\&st} ("%r0","0($sp)"); # back-chain
751 &{$z? \&stg:\&st} ("%r0","0($sp)"); # back-chain
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S2347 stg %r11,0(%r15)
2354 stg %r11,0(%r8)
2359 stg %r3,160(%r12)
2361 stg %r4,168(%r12)
2386 stg %r0,160(%r13,%r15) // parm[2+n]
/freebsd/sys/contrib/device-tree/src/riscv/starfive/
H A Djh7110.dtsi572 starfive,stg-syscon = <&stg_syscon 0x4>;
640 compatible = "starfive,jh7110-stg-syscon", "syscon";
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td462 // https://github.com/ghc/ghc/blob/master/rts/include/stg/MachRegs.h
475 // https://github.com/ghc/ghc/blob/master/rts/include/stg/MachRegs/arm64.h
H A DAArch64InstrInfo.td2369 defm STG : MemTagStore<0b00, "stg">;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td520 def STG : StoreRXY<"stg", 0xE324, store, GR64, 8>;
/freebsd/
H A DObsoleteFiles.inc10603 # 20181022: stg(4) removal
10604 OLD_FILES+=usr/share/man/man4/stg.4.gz
/freebsd/share/misc/
H A Dpci_vendors30225 8086 0010 Ethernet 100G 2P E810-C-stg Adapter
30246 8086 000f Ethernet 25G 4P E810-XXV-stg Adapter