Home
last modified time | relevance | path

Searched refs:remap (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dfsl-imx-sdma.txt70 - fsl,sdma-event-remap : Register bits of sdma event remap, the format is
102 Using the fsl,sdma-event-remap property:
108 /* SDMA events remap for SAI1_RX and SAI1_TX */
109 fsl,sdma-event-remap = <0 15 1>, <0 16 1>;
112 The fsl,sdma-event-remap property in this case has two values:
114 SDMA remap. Bit 15 of GPR0 selects between UART4_RX and SAI1_RX.
117 SDMA remap. Bit 16 of GPR0 selects between UART4_TX and SAI1_TX.
/freebsd/sys/arm/mv/
H A Dmvvar.h74 vm_paddr_t remap; member
91 vm_paddr_t remap);
116 uint32_t remap, int winno, int busno);
117 int mv_pcib_cpu_win_remap(device_t dev, uint32_t remap, uint32_t size);
H A Dmv_common.c975 WIN_REG_BASE_IDX_RD(win_pcie, remap, MV_WIN_PCIE_REMAP);
978 WIN_REG_BASE_IDX_WR(win_pcie, remap, MV_WIN_PCIE_REMAP);
1164 vm_paddr_t remap) in decode_win_cpu_set() argument
1169 if (remap == ~0) { in decode_win_cpu_set()
1189 ((remap != ~0) && (win_cpu_can_remap(win) == 0))) in decode_win_cpu_set()
1196 if (remap != ~0) { in decode_win_cpu_set()
1197 win_cpu_remap_l_write(win, remap & 0xffff0000); in decode_win_cpu_set()
1236 cpu_wins[i].size, cpu_wins[i].remap); in decode_win_cpu_setup()
1949 idma_wins[j].remap >= 0) in decode_win_idma_setup()
1951 idma_wins[j].remap); in decode_win_idma_setup()
[all …]
/freebsd/contrib/ofed/infiniband-diags/src/
H A Diblinkinfo.c201 char *remap = in print_port() local
223 port->remoteport->portnum, ext_port_str, remap, in print_port()
225 free(remap); in print_port()
239 char *remap = remap_node_name(node_name_map, node->guid, in print_port() local
243 port->guid, remap); in print_port()
244 free(remap); in print_port()
279 char *remap = in print_node_header() local
291 remap); in print_node_header()
295 nodetype_str(node), remap); in print_node_header()
298 free(remap); in print_node_header()
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6sx-sdb-sai.dts24 /* SDMA event remap for SAI1 */
25 fsl,sdma-event-remap = <0 15 1>, <0 16 1>;
H A Dimx6sx-sdb-mqs.dts46 /* SDMA event remap for SAI1 */
47 fsl,sdma-event-remap = <0 15 1>, <0 16 1>;
H A Dimx6dl-yapp43-common.dtsi337 solomon,segment-no-remap;
H A Dimx6dl-yapp4-common.dtsi339 solomon,segment-no-remap;
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h135 return MemMap.remap(CommitBase, TaggedSize, "scudo:secondary", in mapSecondary()
137 MemMap.remap(AllocPos, CommitSize - TaggedSize, "scudo:secondary", in mapSecondary()
142 return MemMap.remap(CommitBase, CommitSize, "scudo:secondary", in mapSecondary()
150 return MemMap.remap(CommitBase, UntaggedPos - CommitBase, "scudo:secondary", in mapSecondary()
152 MemMap.remap(UntaggedPos, CommitBase + CommitSize - UntaggedPos, in mapSecondary()
157 return MemMap.remap(CommitBase, CommitSize, "scudo:secondary", RemapFlags); in mapSecondary()
H A Dmem_map_base.h42 bool remap(uptr Addr, uptr Size, const char *Name, uptr Flags = 0) {
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dssd1307fb.txt20 - solomon,segment-no-remap: Display needs normal (non-inverted) data column
24 - solomon,com-lrremap: Display uses left-right COM pin remap
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c1691 int rval = -1, *map, *remap = NULL; local
1743 if (remap == NULL) {
1744 remap = dt_zalloc(dtp, naggvars * sizeof (int));
1746 if (remap == NULL)
1759 remap[i] = map[aggvar];
2049 if (remap != NULL && remap[j]) {
2050 assert(remap[j] - 1 < j);
2051 assert(nbundle[remap[j] - 1] != NULL);
2052 nbundle[j] = nbundle[remap[j] - 1];
2117 dt_free(dtp, remap);
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp401 remap, in getFileRemappings()
419 remap.push_back(std::make_pair(From.str(), To.str())); in getFileRemappings()
612 Remapper.remap(filePath.str(), std::move(memBuf)); in applyTransform()
H A DObjCMT.cpp1969 Remapper.remap(filePath.str(), std::move(memBuf)); in HandleTranslationUnit()
2208 std::vector<std::pair<std::string,std::string> > &remap, in getFileRemappingsFromFileList()
2257 remap.emplace_back(std::string(I->first.getName()), TempFile); in getFileRemappingsFromFileList()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.def103 TYPE("remap", Remap, INVALID, "remap", phases::Compile, phases::…
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp754 void remap(MDNode *N) { in remap() function in __anondd73670d0511::DebugTypeInfoRemoval
762 remap(MDSub->getUnit()); in remap()
814 remap(N); in traverse()
857 auto remap = [&](MDNode *Node) -> MDNode * { in stripNonLineTableDebugInfo() local
881 Scope = remap(Scope); in stripNonLineTableDebugInfo()
882 InlinedAt = remap(InlinedAt); in stripNonLineTableDebugInfo()
912 Ops.push_back(remap(Op)); in stripNonLineTableDebugInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td111 "could not remap file '%0' to the contents of file '%1'">, DefaultFatal;
113 "could not remap from missing file '%0'">, DefaultFatal;
/freebsd/sys/contrib/device-tree/scripts/
H A Dgit-filter-branch142 --remap-to-ancestor)
/freebsd/sys/contrib/device-tree/src/arm/amlogic/
H A Dmeson.dtsi219 reg-names = "remap", "cpu";
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Deeprom.diff176 HALDEBUG(ah, HAL_DEBUG_EEPROM,"%s: can't remap dram region\n", __func__);
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig7 // In Lua 5.3 and beyond the VM supports integers, so we need to remap
/freebsd/sys/dev/al_eth/
H A Dal_eth.c1299 bool remap; in al_eth_xmit_mbuf() local
1333 remap = true; in al_eth_xmit_mbuf()
1343 if (remap == true) { in al_eth_xmit_mbuf()
1344 remap = false; in al_eth_xmit_mbuf()
/freebsd/sys/net/
H A Diflib.c3609 int remap = 0; in iflib_encap() local
3686 if (remap == 0) { in iflib_encap()
3690 remap++; in iflib_encap()
3692 if (remap == 1) { in iflib_encap()
3700 MPASS(remap <= 1); in iflib_encap()
3701 if (__predict_false(m_head == NULL || remap > 1)) in iflib_encap()
3703 remap++; in iflib_encap()
3787 if (remap < 2) { in iflib_encap()
3788 remap = 1; in iflib_encap()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td406 defm remap_inputs: EEq<"remap-inputs",
410 def remap_inputs_file: JJ<"remap-inputs-file=">,
804 // remap the stack as PROT_MTE.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1005 void remap(Function::iterator FStart, Function::iterator FEnd);
1067 void ScopedAliasMetadataDeepCloner::remap(Function::iterator FStart, in remap() function in ScopedAliasMetadataDeepCloner
2464 SAMetadataCloner.remap(FirstNewBlock, Caller->end()); in InlineFunction()

12