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

/freebsd-13-stable/sys/dev/sound/
H A Dclone.c405 struct snd_clone_entry *ce, *tce; local
432 TAILQ_FOREACH_REVERSE_SAFE(ce, &c->head, link_head, link, tce) {
616 struct snd_clone_entry *ce, *after, *bce, *cce, *nce, *tce; local
640 tce = NULL; /* Last "t"ry candidate */
698 else if (tce == NULL || timespeccmp(&ce->tsp, &tce->tsp, <))
699 tce = ce;
724 if (tce != NULL) {
725 ce = tce;
758 } else if (tce !
[all...]
/freebsd-13-stable/sys/powerpc/pseries/
H A Dplpar_iommu.c171 uint64_t tce; local
195 tce = trunc_page(segs[i].ds_addr);
196 tce |= 0x3; /* read/write */
199 alloced + j, tce + j);
/freebsd-13-stable/sys/powerpc/powernv/
H A Dopal_pci.c166 uint64_t *tce; /* TCE table for 1:1 mapping */ member in struct:opalpci_softc
216 * "ibm,supported-tce-sizes", to denote the TCE sizes available. This allows us
230 count = OF_getencprop(node, "ibm,supported-tce-sizes",
380 sc->tce = contigmalloc(tce_tbl_size,
383 if (sc->tce == NULL)
388 sc->tce[i] = htobe64((i * tce_size) | OPAL_PCI_TCE_R | OPAL_PCI_TCE_W);
394 1, pmap_kextract((uint64_t)&sc->tce[0]),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp68 case tce: return "tce";
299 .Case("tce", tce)
432 .Case("tce", Triple::tce)
710 case Triple::tce:
1268 case llvm::Triple::tce:
1351 case Triple::tce:
1393 case Triple::tce
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h76 tce, // TCE (http://tce.cs.tut.fi/): tce enumerator in enum:llvm::Triple::ArchType
77 tcele, // TCE little endian (http://tce.cs.tut.fi/): tcele
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp457 case llvm::Triple::tce:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp161 if (T.getArch() != Triple::xcore && T.getArch() != Triple::tce &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp474 if (Target.getArch() == llvm::Triple::tce ||
5003 case llvm::Triple::tce:
/freebsd-13-stable/sys/dev/bxe/
H A Decore_hsi.h8976 struct ustorm_fcoe_tce tce /* Task context */; member in struct:ustorm_fcoe_cache_ctx
9294 struct xstorm_fcoe_tce tce /* TX section task context */; member in struct:xstorm_fcoe_context_section
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp8019 // TCE ABI Implementation (see http://tce.cs.tut.fi). Uses mostly the defaults.
10933 case llvm::Triple::tce:

Completed in 210 milliseconds