Home
last modified time | relevance | path

Searched refs:tce (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/powerpc/pseries/
H A Dplpar_iommu.c168 uint64_t tce; in phyp_iommu_map() local
192 tce = trunc_page(segs[i].ds_addr); in phyp_iommu_map()
193 tce |= 0x3; /* read/write */ in phyp_iommu_map()
196 alloced + j, tce + j); in phyp_iommu_map()
/freebsd/sys/powerpc/powernv/
H A Dopal_pci.c164 uint64_t *tce; /* TCE table for 1:1 mapping */ member
376 sc->tce = contigmalloc(tce_tbl_size, in opalpci_attach()
379 if (sc->tce == NULL) in opalpci_attach()
384 sc->tce[i] = htobe64((i * tce_size) | OPAL_PCI_TCE_R | OPAL_PCI_TCE_W); in opalpci_attach()
390 1, pmap_kextract((uint64_t)&sc->tce[0]), in opalpci_attach()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp78 case tce: return "tce"; in getArchTypeName()
430 .Case("tce", tce) in getArchTypeForLLVMName()
577 .Case("tce", Triple::tce) in parseArch()
942 case Triple::tce: in getDefaultFormat()
1631 case llvm::Triple::tce: in getArchPointerBitWidth()
1723 case Triple::tce: in get32BitArchVariant()
1779 case Triple::tce: in get64BitArchVariant()
1905 case Triple::tcele: T.setArch(Triple::tce); break; in getBigEndianArchVariant()
1942 case Triple::tce: T.setArch(Triple::tcele); break; in getLittleEndianArchVariant()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h81 tce, // TCE (http://tce.cs.tut.fi/): tce enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp528 case llvm::Triple::tce: in AllocateTarget()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp259 if (T.getArch() != Triple::xcore && T.getArch() != Triple::tce && in initializeLibCalls()
/freebsd/sys/dev/bxe/
H A Decore_hsi.h8974 struct ustorm_fcoe_tce tce /* Task context */; member
9292 struct xstorm_fcoe_tce tce /* TX section task context */; member
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp566 if (Target.getArch() == llvm::Triple::tce) in computeTargetTriple()
6473 case llvm::Triple::tce: in getToolChain()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp247 case llvm::Triple::tce: in createTargetCodeGenInfo()
/freebsd/crypto/openssl/
H A DCHANGES.md16623 *Steve Henson, pointed out by Yost William <YostW@tce.com>*