| /freebsd-13-stable/sys/contrib/device-tree/Bindings/net/ |
| D | qcom,ipa.yaml | 4 $id: http://devicetree.org/schemas/net/qcom,ipa.yaml# 7 title: Qualcomm IP Accelerator (IPA) 13 This binding describes the Qualcomm IPA. The IPA is capable of offloading 17 The IPA sits between multiple independent "execution environments," 18 including the Application Processor (AP) and the modem. The IPA presents 20 The GSI is an integral part of the IPA, but it is logically isolated 40 | IPA | 46 const: "qcom,sdm845-ipa" 50 - description: IPA registers 51 - description: IPA shared memory [all …]
|
| /freebsd-13-stable/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a510/ |
| HD | cache.json | 156 …LB IPA cache access. This event counts on each access to the IPA cache. If a single translation ta… 159 …LB IPA cache access. This event counts on each access to the IPA cache. If a single translation ta… 162 …LB IPA cache refill. This event counts on each refill of the IPA cache. If a single translation ta… 165 …LB IPA cache refill. This event counts on each refill of the IPA cache. If a single translation ta…
|
| /freebsd-13-stable/sbin/ipf/libipf/ |
| HD | hostname.c | 17 struct in_addr ipa; in hostname() local 20 memset(&ipa, 0, sizeof(ipa)); /* XXX gcc */ in hostname() 23 ipa.s_addr = *(u_32_t *)ip; in hostname() 24 if (ipa.s_addr == htonl(0xfedcba98)) in hostname() 38 np = getnetbyaddr(ipa.s_addr, AF_INET); in hostname() 49 return (inet_ntoa(ipa)); in hostname()
|
| HD | printip.c | 16 struct in_addr ipa; in printip() local 19 ipa.s_addr = *addr; in printip() 20 if (ntohl(ipa.s_addr) < 256) in printip() 21 PRINTF("%lu", (u_long)ntohl(ipa.s_addr)); in printip() 23 PRINTF("%s", inet_ntoa(ipa)); in printip()
|
| HD | printmask.c | 16 struct in_addr ipa; in printmask() local 22 ipa.s_addr = *mask; in printmask() 23 PRINTF("/%s", inet_ntoa(ipa)); in printmask()
|
| HD | printhost.c | 18 struct in_addr ipa; in printhost() 29 ipa.s_addr = *addr; in printhost() 30 PRINTF("%s", inet_ntoa(ipa)); in printhost()
|
| HD | printhostmask.c | 19 struct in_addr ipa; in printhostmask() 30 ipa.s_addr = *addr; in printhostmask() 31 PRINTF("%s", inet_ntoa(ipa)); in printhostmask()
|
| HD | ipft_tx.c | 49 i6addr_t ipa; in tx_hostnum() local 57 if (gethost(AF_INET, host, &ipa) == -1) { in tx_hostnum() 62 return (ipa.in4.s_addr); in tx_hostnum()
|
| /freebsd-13-stable/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a55/ |
| HD | cache.json | 171 …l 2 TLB IPA cache access. This event counts on each access to the IPA cache. +//0 If a single page… 174 …l 2 TLB IPA cache access. This event counts on each access to the IPA cache. +//0 If a single page… 177 …l 2 TLB IPA cache refill. This event counts on each refill of the IPA cache. +//0 If a single page… 180 …l 2 TLB IPA cache refill. This event counts on each refill of the IPA cache. +//0 If a single page…
|
| /freebsd-13-stable/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a65/ |
| HD | cache.json | 177 …l 2 TLB IPA cache access. This event counts on each access to the IPA cache. +//0 If a single page… 180 …l 2 TLB IPA cache access. This event counts on each access to the IPA cache. +//0 If a single page… 183 …l 2 TLB IPA cache refill. This event counts on each refill of the IPA cache. +//0 If a single page… 186 …l 2 TLB IPA cache refill. This event counts on each refill of the IPA cache. +//0 If a single page…
|
| /freebsd-13-stable/sys/contrib/openzfs/config/ |
| HD | always-compiler-options.m4 | 261 dnl # Check if cc supports -fno-ipa-sra option. 264 AC_MSG_CHECKING([whether $CC supports -fno-ipa-sra]) 267 CFLAGS="$CFLAGS -Werror -fno-ipa-sra" 270 NO_IPA_SRA=-fno-ipa-sra 282 dnl # Check if kernel cc supports -fno-ipa-sra option. 285 AC_MSG_CHECKING([whether $KERNEL_CC supports -fno-ipa-sra]) 290 CFLAGS="$CFLAGS -Werror -fno-ipa-sra" 300 KERNEL_NO_IPA_SRA=-fno-ipa-sra
|
| /freebsd-13-stable/contrib/bsnmp/lib/ |
| HD | asn1.3 | 115 .Fn asn_get_ipaddress_raw "struct asn_buf *buf" "asn_len_t len" "u_char *ipa" 117 .Fn asn_get_ipaddress "struct asn_buf *buf" "u_char *ipa" 119 .Fn asn_put_ipaddress "struct asn_buf *buf" "const u_char *ipa" 357 .Fa ipa
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | SplitKit.h | 144 InsertPointAnalysis IPA; variable 236 return IPA.getLastInsertPoint(*CurLI, *MF.getBlockNumbered(Num)); in getLastSplitPoint() 240 return IPA.getLastInsertPoint(*CurLI, *BB); in getLastSplitPoint() 244 return IPA.getLastInsertPointIter(*CurLI, *BB); in getLastSplitPointIter() 248 return IPA.getFirstInsertPoint(*MF.getBlockNumbered(Num)); in getFirstSplitPoint()
|
| /freebsd-13-stable/libexec/bootpd/ |
| HD | trylook.c | 40 printf(" ipa=%s", a);
|
| /freebsd-13-stable/sys/contrib/device-tree/src/arm64/qcom/ |
| HD | sc7180.dtsi | 625 ipa_smp2p_out: ipa-ap-to-modem { 626 qcom,entry-name = "ipa"; 630 ipa_smp2p_in: ipa-modem-to-ap { 631 qcom,entry-name = "ipa"; 1380 compatible = "qcom,sc7180-ipa-virt"; 1386 ipa: ipa@1e40000 { label 1387 compatible = "qcom,sc7180-ipa"; 1393 reg-names = "ipa-reg", 1394 "ipa-shared", 1401 interrupt-names = "ipa", [all …]
|
| HD | sdm845.dtsi | 1017 ipa_smp2p_out: ipa-ap-to-modem { 1018 qcom,entry-name = "ipa"; 1022 ipa_smp2p_in: ipa-modem-to-ap { 1023 qcom,entry-name = "ipa"; 2136 ipa: ipa@1e40000 { label 2137 compatible = "qcom,sdm845-ipa"; 2143 reg-names = "ipa-reg", 2144 "ipa-shared", 2151 interrupt-names = "ipa", 2153 "ipa-clock-query", [all …]
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/interconnect/ |
| D | qcom,sc7180.yaml | 33 - qcom,sc7180-ipa-virt
|
| /freebsd-13-stable/contrib/bsnmp/snmpd/ |
| HD | snmpmod.3 | 240 .Fn ip_save "struct snmp_value *val" "struct snmp_context *ctx" "u_char *ipa" 242 .Fn ip_rollback "struct snmp_context *ctx" "u_char *ipa" 246 .Fn ip_get "struct snmp_value *val" "u_char *ipa"
|
| /freebsd-13-stable/sbin/ipf/ipscan/ |
| HD | ipscan_y.y | 50 struct in_addr ipa; member 57 %type <ipa> ipaddr
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | AnalyzerOptions.cpp | 103 assert(K && "IPA Mode is invalid."); in getIPAMode()
|
| /freebsd-13-stable/contrib/libpcap/testprogs/ |
| HD | opentest.c | 204 "Usage: %s [ -Ipa ] [ -i interface ] [ -s snaplen ] [ -B bufsize ]\n", in usage()
|
| /freebsd-13-stable/contrib/bsnmp/snmp_mibII/ |
| HD | snmp_mibII.3 | 96 .Fn mib_find_ifa "struct in_addr ipa"
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| HD | AnalyzerOptions.def | 389 unsigned, AlwaysInlineSize, "ipa-always-inline-size", 526 StringRef, IPAMode, "ipa",
|
| /freebsd-13-stable/sbin/ipf/ippool/ |
| HD | ippool_y.y | 66 addrfamily_t ipa; member 88 %type <ipa> ipaddr mask
|
| /freebsd-13-stable/sys/arm64/include/ |
| HD | hypervisor.h | 122 /* HPFAR_EL2 - Hypervisor IPA Fault Address Register */
|