Home
last modified time | relevance | path

Searched full:msa (Results 1 – 25 of 89) sorted by relevance

1234

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsnoc.c1439 hdr->start = cpu_to_le32((unsigned long)ar->msa.vaddr); in ath10k_msa_dump_memory()
1440 hdr->length = cpu_to_le32(ar->msa.mem_size); in ath10k_msa_dump_memory()
1442 if (current_region->len < ar->msa.mem_size) { in ath10k_msa_dump_memory()
1443 memcpy(buf, ar->msa.vaddr, current_region->len); in ath10k_msa_dump_memory()
1444 ath10k_warn(ar, "msa dump length is less than msa size %x, %x\n", in ath10k_msa_dump_memory()
1445 current_region->len, ar->msa.mem_size); in ath10k_msa_dump_memory()
1447 memcpy(buf, ar->msa.vaddr, ar->msa.mem_size); in ath10k_msa_dump_memory()
1555 dev_err(dev, "failed to resolve msa fixed region\n"); in ath10k_setup_msa_resources()
1559 ar->msa.paddr = r.start; in ath10k_setup_msa_resources()
1560 ar->msa.mem_size = resource_size(&r); in ath10k_setup_msa_resources()
[all …]
H A Dqmi.c58 ath10k_err(ar, "failed to assign msa map permissions: %d\n", ret); in ath10k_qmi_map_msa_permission()
82 ath10k_err(ar, "failed to unmap msa permissions: %d\n", ret); in ath10k_qmi_unmap_msa_permission()
130 req.msa_addr = ar->msa.paddr; in ath10k_qmi_msa_mem_info_send_sync_msg()
131 req.size = ar->msa.mem_size; in ath10k_qmi_msa_mem_info_send_sync_msg()
144 ath10k_err(ar, "failed to send msa mem info req: %d\n", ret); in ath10k_qmi_msa_mem_info_send_sync_msg()
153 ath10k_err(ar, "msa info req rejected: %d\n", resp.resp.error); in ath10k_qmi_msa_mem_info_send_sync_msg()
165 max_mapped_addr = ar->msa.paddr + ar->msa.mem_size; in ath10k_qmi_msa_mem_info_send_sync_msg()
168 if (resp.mem_region_info[i].size > ar->msa.mem_size || in ath10k_qmi_msa_mem_info_send_sync_msg()
170 resp.mem_region_info[i].region_addr < ar->msa.paddr || in ath10k_qmi_msa_mem_info_send_sync_msg()
183 "qmi msa mem region %d addr 0x%pa size 0x%x flag 0x%08x\n", in ath10k_qmi_msa_mem_info_send_sync_msg()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_mips.h363 uint32_t mcsr; /* MSA control status register */
364 uint32_t mir; /* MSA implementation revision */
371 MSA_linux_mips msa; // MSA registers. member
H A DRegisterInfos_mips.h27 // Computes the offset of the given MSA in the extended data area.
29 (LLVM_EXTENSION offsetof(UserArea, msa) + \
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/
H A Dqcom,ath10k.txt73 Definition: reference to the reserved-memory for the msa region
92 - qcom,msa-fixed-perm: Boolean context flag to disable SCM call for statically
93 mapped msa region.
211 qcom,msa-fixed-perm;
H A Dqcom,ath10k.yaml40 Reference to the MSA memory region used by the Wi-Fi firmware
118 qcom,msa-fixed-perm:
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMipsABIFlags.h41 AFL_ASE_MSA = 0x00000200, // MSA ASE
79 Tag_GNU_MIPS_ABI_MSA = 8, // MSA ABI used by this object file
98 Val_GNU_MIPS_ABI_MSA_128 = 1 // 128-bit MSA
/freebsd/crypto/openssl/crypto/
H A Ds390xcap.c212 * Implements MSA. Facility detection would fail on real hw (no STFLE). in parse_env()
240 * Implements MSA and MSA1. in parse_env()
273 * Implements MSA and MSA1-2. in parse_env()
312 * Implements MSA and MSA1-4. in parse_env()
371 * Implements MSA and MSA1-4. in parse_env()
430 * Implements MSA and MSA1-5. in parse_env()
493 * Implements MSA and MSA1-8. in parse_env()
575 * Implements MSA and MSA1-9. in parse_env()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMSA.txt1 Code Generation Notes for MSA
13 This section describes any quirks of instruction selection for MSA. For
H A DMipsLegalizerInfo.cpp472 assert(ST.hasMSA() && "MSA intrinsic not supported on target without MSA."); in SelectMSA3OpIntrinsic()
487 assert(ST.hasMSA() && "MSA intrinsic not supported on target without MSA."); in MSA3OpIntrinsicToGeneric()
499 assert(ST.hasMSA() && "MSA intrinsic not supported on target without MSA."); in MSA2OpIntrinsicToGeneric()
H A DMipsRegisterInfo.td65 // Mips 128-bit (aliased) MSA Registers
176 /// Mips MSA registers
177 /// MSA and FPU cannot both be present unless the FPU has 64-bit registers
254 // MSA-ASE control registers.
263 // MSA-ASE fake control registers.
267 def MSA#I : MipsReg<I, ""#I>;
449 (sequence "MSA%u", 8, 31))>, Unallocatable;
H A DMipsSEISelLowering.h34 /// Enable MSA support for the given integer type and Register
38 /// Enable MSA support for the given floating-point type and
H A DMipsSubtarget.cpp111 report_fatal_error("MSA requires a 64-bit FPU register file (FR=1 mode). " in MipsSubtarget()
195 errs() << "warning: the 'msa' ASE requires " << ArchName in MipsSubtarget()
H A DMipsSEISelDAGToDAG.cpp509 // * MSA is enabled
543 // TODO: This might not be appropriate for big-endian MSA since BITCAST is
626 // TODO: This might not be appropriate for big-endian MSA since BITCAST is
657 // TODO: This might not be appropriate for big-endian MSA since BITCAST is
690 // TODO: This might not be appropriate for big-endian MSA since BITCAST is
1083 // 128-bit when MSA is enabled. Fixup any register class mismatches that in trySelect()
1237 // The ability to use dinsu is guaranteed as MSA requires MIPSR5. in trySelect()
H A DMipsSubtarget.h52 // Used to avoid printing msa warnings multiple times.
165 // HasMSA -- supports MSA ASE.
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaMIPS.cpp49 if (!TI.hasFeature("msa")) in CheckMipsBuiltinCpu()
57 // intrinsic is correct. The switch statement is ordered by DSP, MSA. The
58 // ordering for DSP is unspecified. MSA is ordered by the data format used
76 // MSA intrinsics. Instructions (which the intrinsics maps to) which use the in CheckMipsBuiltinArgument()
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dqcom,sc7180-mss-pil.yaml33 - description: MSA Stream 1
34 - description: MSA Stream 2
H A Dqcom,sc7280-mss-pil.yaml33 - description: MSA Stream 1
34 - description: MSA Stream 2
H A Dqcom,msm8996-mss-pil.yaml37 - description: MSA Stream 1
38 - description: MSA Stream 2
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dahb.c927 dev_err(dev, "failed to resolve msa fixed region\n"); in ath11k_ahb_setup_msa_resources()
961 /* Chipsets not requiring MSA need not initialize in ath11k_ahb_fw_resources_init()
962 * MSA resources, return success in such cases. in ath11k_ahb_fw_resources_init()
969 ath11k_err(ab, "failed to setup msa resources\n"); in ath11k_ahb_fw_resources_init()
1055 /* Chipsets not requiring MSA would have not initialized in ath11k_ahb_fw_resource_deinit()
1056 * MSA resources, return success in such cases. in ath11k_ahb_fw_resource_deinit()
/freebsd/contrib/file/src/
H A Dcdf.c476 cdf_secid_t *msa, mid, sec; in cdf_read_sat() local
510 if ((msa = CAST(cdf_secid_t *, CDF_CALLOC(1, ss))) == NULL) in cdf_read_sat()
521 if (cdf_read_sector(info, msa, 0, ss, h, mid) != in cdf_read_sat()
527 sec = CDF_TOLE4(CAST(uint32_t, msa[k])); in cdf_read_sat()
531 DPRINTF(("Out of bounds reading MSA %" in cdf_read_sat()
539 CDF_TOLE4(msa[k]))); in cdf_read_sat()
543 mid = CDF_TOLE4(CAST(uint32_t, msa[nsatpersec])); in cdf_read_sat()
547 free(msa); in cdf_read_sat()
552 free(msa); in cdf_read_sat()
/freebsd/lib/libifconfig/
H A Dsfp.lua303 {0x24, "4WDM_40_MSA", "4WDM-40 MSA"},
304 {0x23, "4WDM_20_MSA", "4WDM-20 MSA"},
305 {0x22, "4WDM_10_MSA", "4WDM-10 MSA"},
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DMips.h225 // MSA register names in getGCCRegNames()
230 // MSA control register names in getGCCRegNames()
348 else if (Feature == "+msa") in handleTargetFeatures()
H A DMips.cpp222 .Case("msa", HasMSA) in hasFeature()
293 // MSA requires FP64 in validateTarget()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dmsa.h1 /*===---- msa.h - MIPS MSA intrinsics --------------------------------------===

1234