Home
last modified time | relevance | path

Searched full:ipa (Results 1 – 25 of 120) sorted by relevance

12345

/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dqcom,ipa.yaml4 $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 |
48 - qcom,msm8998-ipa
49 - qcom,sc7180-ipa
50 - qcom,sc7280-ipa
[all …]
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a510/
H A Dcache.json156 …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/sbin/ipf/libipf/
H A Dhostname.c17 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()
H A Dprintip.c16 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()
H A Dprintmask.c16 struct in_addr ipa; in printmask() local
22 ipa.s_addr = *mask; in printmask()
23 PRINTF("/%s", inet_ntoa(ipa)); in printmask()
H A Dprinthost.c18 struct in_addr ipa; in printhost()
29 ipa.s_addr = *addr; in printhost()
30 PRINTF("%s", inet_ntoa(ipa)); in printhost()
H A Dprinthostmask.c19 struct in_addr ipa; in printhostmask()
30 ipa.s_addr = *addr; in printhostmask()
31 PRINTF("%s", inet_ntoa(ipa)); in printhostmask()
H A Dipft_tx.c45 i6addr_t ipa; in tx_hostnum() local
53 if (gethost(AF_INET, host, &ipa) == -1) { in tx_hostnum()
58 return (ipa.in4.s_addr); in tx_hostnum()
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a55/
H A Dcache.json171 …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/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a65/
H A Dcache.json177 …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/sys/contrib/openzfs/config/
H A Dalways-compiler-options.m4308 dnl # Check if cc supports -fno-ipa-sra option.
311 AC_MSG_CHECKING([whether $CC supports -fno-ipa-sra])
314 CFLAGS="$CFLAGS -Werror -fno-ipa-sra"
317 NO_IPA_SRA=-fno-ipa-sra
329 dnl # Check if kernel cc supports -fno-ipa-sra option.
332 AC_MSG_CHECKING([whether $KERNEL_CC supports -fno-ipa-sra])
337 CFLAGS="$CFLAGS -Werror -fno-ipa-sra"
347 KERNEL_NO_IPA_SRA=-fno-ipa-sra
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-sdx65.dtsi186 ipa_smp2p_out: ipa-ap-to-modem {
187 qcom,entry-name = "ipa";
191 ipa_smp2p_in: ipa-modem-to-ap {
192 qcom,entry-name = "ipa";
394 ipa: ipa@3f40000 { label
395 compatible = "qcom,sdx65-ipa";
400 reg-names = "ipa-reg",
401 "ipa-shared",
408 interrupt-names = "ipa",
410 "ipa-clock-query",
[all …]
H A Dqcom-sdx55.dtsi178 ipa_smp2p_out: ipa-ap-to-modem {
179 qcom,entry-name = "ipa";
183 ipa_smp2p_in: ipa-modem-to-ap {
184 qcom,entry-name = "ipa";
475 ipa: ipa@1e40000 { label
476 compatible = "qcom,sdx55-ipa";
483 reg-names = "ipa-reg",
484 "ipa-shared",
491 interrupt-names = "ipa",
493 "ipa-clock-query",
[all …]
/freebsd/tests/sys/netinet/
H A Darp.sh141 ipa=198.51.100.1
145 ifconfig -j ${jname}a ${epair0}a inet ${ipa}/24
189 ipa=198.51.100.1
193 atf_check ifconfig -j ${jname}a ${epair0}a inet ${ipa}/24
219 atf_check -o ignore jexec ${jname}b ping -c1 ${ipa}
/freebsd/sys/security/mac_ipacl/
H A Dmac_ipacl.c103 } ipa; /* 128 bit address*/ member
105 #define v4 ipa.ipv4
108 #define v6 ipa.ipv6
110 #define addr8 ipa.addr8
111 #define addr16 ipa.addr16
112 #define addr32 ipa.addr32
/freebsd/sys/contrib/device-tree/Bindings/interconnect/
H A Dqcom,sdm660.yaml68 - description: IPA Clock.
76 - const: ipa
103 clock-names = "ipa",
/freebsd/contrib/bsnmp/lib/
H A Dasn1.3115 .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/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smp2p.yaml64 "^master-kernel|slave-kernel|ipa-ap-to-modem|ipa-modem-to-ap|wlan-ap-to-wpss|wlan-wpss-to-ap$":
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dqcs8550.dtsi97 ipa_fw_mem: ipa-fw-region@9b080000 {
102 ipa_gsi_mem: ipa-gsi-region@9b090000 {
H A Dsc7180-trogdor-lte-sku.dtsi21 &ipa {
H A Dsm6350.dtsi768 ipa_smp2p_out: ipa-ap-to-modem {
769 qcom,entry-name = "ipa";
773 ipa_smp2p_in: ipa-modem-to-ap {
774 qcom,entry-name = "ipa";
1241 ipa: ipa@1e40000 { label
1242 compatible = "qcom,sm6350-ipa";
1249 reg-names = "ipa-reg",
1250 "ipa-shared",
1257 interrupt-names = "ipa",
1259 "ipa-clock-query",
[all …]
H A Dsc7280-herobrine-lte-sku.dtsi24 &ipa {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h144 InsertPointAnalysis IPA; variable
236 return IPA.getLastInsertPoint(*CurLI, *MF.getBlockNumbered(Num));
240 return IPA.getLastInsertPoint(*CurLI, *BB);
244 return IPA.getLastInsertPointIter(*CurLI, *BB);
248 return IPA.getFirstInsertPoint(*MF.getBlockNumbered(Num));
/freebsd/libexec/bootpd/
H A Dtrylook.c40 printf(" ipa=%s", a);
/freebsd/sys/arm64/include/
H A Dvmm.h105 #define VM_GUEST_BASE_IPA 0x80000000UL /* Guest kernel start ipa */
345 uint64_t hpfar_el2; /* Hypervisor IPA Fault Address Register */

12345