Searched refs:tce (Results 1 – 10 of 10) sorted by relevance
168 uint64_t tce; in phyp_iommu_map() local192 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()
164 uint64_t *tce; /* TCE table for 1:1 mapping */ member376 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()
78 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()
81 tce, // TCE (http://tce.cs.tut.fi/): tce enumerator
528 case llvm::Triple::tce: in AllocateTarget()
259 if (T.getArch() != Triple::xcore && T.getArch() != Triple::tce && in initializeLibCalls()
8974 struct ustorm_fcoe_tce tce /* Task context */; member9292 struct xstorm_fcoe_tce tce /* TX section task context */; member
566 if (Target.getArch() == llvm::Triple::tce) in computeTargetTriple() 6473 case llvm::Triple::tce: in getToolChain()
247 case llvm::Triple::tce: in createTargetCodeGenInfo()
16623 *Steve Henson, pointed out by Yost William <YostW@tce.com>*