/freebsd/sys/powerpc/powerpc/ |
H A D | copyinout.c | 79 * - 'remap' copies, which remap userspace segments into kernel space for 85 * Book-E does not use the C 'remap' functions, opting instead to use the 153 #define REMAP(x) x##_remap macro 155 #define REMAP(x) x 159 REMAP(copyout)(const void *kaddr, void *udaddr, size_t len) in REMAP() function 198 REMAP(copyin)(const void *udaddr, void *kaddr, size_t len) in REMAP() function 237 REMAP(copyinstr)(const void *udaddr, void *kaddr, size_t len, size_t *done) in REMAP() function 290 REMAP(subyte)(volatile void *addr, int byte) in REMAP() function 318 REMAP(suword16)(volatile void *addr, int word) in REMAP() function 347 REMAP(suword32)(volatile void *addr, int word) in REMAP() function [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | fsl-imx-sdma.txt | 70 - 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.
|
H A D | fsl,imx-sdma.yaml | 109 fsl,sdma-event-remap: 118 Register bits of sdma event remap, the format is <reg shift val>.
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | PathMappingList.h | 88 /// The original source file path to try and remap. 105 /// Perform reverse source path remap for input \a file. 107 /// Reverse remap means locating a matching entry prefix using "to_new_path" 111 /// The source path to reverse remap. 131 /// The original source file path to try and remap.
|
/freebsd/sys/arm/mv/ |
H A D | mvvar.h | 73 vm_paddr_t remap; member 92 vm_paddr_t remap); 114 uint32_t remap, int winno, int busno); 115 int mv_pcib_cpu_win_remap(device_t dev, uint32_t remap, uint32_t size);
|
H A D | mv_common.c | 720 WIN_REG_BASE_IDX_RD(win_pcie, remap, MV_WIN_PCIE_REMAP); 723 WIN_REG_BASE_IDX_WR(win_pcie, remap, MV_WIN_PCIE_REMAP); 858 /* Depending on the SoC certain windows have remap capability */ in win_cpu_can_remap() 867 /* XXX This should check for overlapping remap fields too.. */ 896 vm_paddr_t remap) in decode_win_cpu_set() argument 901 if (remap == ~0) { in decode_win_cpu_set() 921 ((remap != ~0) && (win_cpu_can_remap(win) == 0))) in decode_win_cpu_set() 928 if (remap != ~0) { in decode_win_cpu_set() 929 win_cpu_remap_l_write(win, remap & 0xffff0000); in decode_win_cpu_set() 933 * Remap function is not used for a given window in decode_win_cpu_set() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | amlogic,meson-mx-ao-arc.yaml | 35 Address ranges of the remap and CPU control addresses for the 41 - const: remap 80 reg-names = "remap", "cpu";
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/ |
H A D | removal_remap_deadlists.ksh | 63 # Test case where block is moved from remap deadlist: blocks born before 70 # Test case where we merge remap deadlists: blocks before snap-pre1 will 84 log_pass "Remove and remap works with snapshots and deadlists."
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | iblinkinfo.c | 201 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 D | imx6sx-sdb-sai.dts | 24 /* SDMA event remap for SAI1 */ 25 fsl,sdma-event-remap = <0 15 1>, <0 16 1>;
|
H A D | imx6sx-sdb-mqs.dts | 46 /* SDMA event remap for SAI1 */ 47 fsl,sdma-event-remap = <0 15 1>, <0 16 1>;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 327 /// Remap a node's operands using the given functor. 472 // Otherwise, we have some other constant to remap. Start by checking to see in mapValue() 485 // See if the type mapper wants to remap the type as well. in mapValue() 541 // Remap DILocations. in remapDbgRecord() 546 // Remap labels. in remapDbgRecord() 552 // Remap variables. in remapDbgRecord() 567 // Find Value operands and remap those. in remapDbgRecord() 813 // Clone the uniqued node and remap the operands. in mapNodesInPOT() 971 // Remap operands. in remapInstruction() 982 // Remap phi nodes' incoming blocks. in remapInstruction() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | ValueMapper.h | 39 /// This is a class that can be implemented by clients to remap types when 47 /// The client should implement this method if they want to remap types while 270 /// Remap the Values used in the DbgRecord \a DR using the value map \a 279 /// Remap the Values used in the DbgRecords \a Range using the value map \a 291 /// Remap the operands, metadata, arguments, and instructions of a function.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | mem_map_base.h | 39 // This is used to remap a mapped range (either from map() or dispatched from 41 // want to remap them with different accessibility. 42 bool remap(uptr Addr, uptr Size, const char *Name, uptr Flags = 0) {
|
H A D | secondary.h | 135 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()
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | ssd1307fb.txt | 20 - solomon,segment-no-remap: Display needs normal (non-inverted) data column 24 - solomon,com-lrremap: Display uses left-right COM pin remap
|
H A D | solomon,ssd1307fb.yaml | 42 solomon,segment-no-remap: 61 Display uses left-right COM pin remap
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_pbs_regs.h | 209 /* [0x134] PASW remap register */ 342 /* [0x0] PBS MEM Remap */ 344 /* [0x4] PBS MEM Remap */ 346 /* [0x8] ETH0 MEM Remap */ 348 /* [0xc] ETH0 MEM Remap */ 350 /* [0x10] ETH1 MEM Remap */ 352 /* [0x14] ETH1 MEM Remap */ 354 /* [0x18] ETH2 MEM Remap */ 356 /* [0x1c] ETH2 MEM Remap */ 358 /* [0x20] ETH3 MEM Remap */ [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
H A D | zfs_destroy_dev_removal_condense.ksh | 27 # remap of the blkptrs tracked in the livelist. 30 # extra blkptrs added during the remap
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600OptimizeVectorRegisters.cpp | 89 std::vector<std::pair<unsigned, unsigned>> &Remap) const; 150 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned>> &Remap) in tryMergeVector() 157 Remap.emplace_back(It.second, (*PosInUntouched).second); in tryMergeVector() 162 Remap.emplace_back(It.second, Untouched->UndefReg[CurrentUndexIdx++]); in tryMergeVector()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_aggregate.c | 1695 int rval = -1, *map, *remap = NULL; local 1742 * we will allocate a remap that will indicate the 1744 * should be pulled. (That is, where the remap will 1747 if (remap == NULL) { 1748 remap = dt_zalloc(dtp, naggvars * sizeof (int)); 1750 if (remap == NULL) 1763 remap[i] = map[aggvar]; 2047 * remap. If we have a remapping, we'll drop it in 2053 if (remap != NULL && remap[j]) { 2054 assert(remap[j] - 1 < j); [all …]
|
/freebsd/share/i18n/csmapper/ISO-8859/ |
H A D | ISO-8859-7%UCS.src | 57 # Remap 0xA1 to U+2018 (instead of 0x02BD) to match text of 8859-7 58 # Remap 0xA2 to U+2019 (instead of 0x02BC) to match text of 8859-7
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Types.def | 103 TYPE("remap", Remap, INVALID, "remap", phases::Compile, phases::…
|
/freebsd/bin/pax/ |
H A D | tables.c | 610 * device/inode mapping tables remap the device field in an archive header. The 622 * sparse. Within each run of pax, we remap any device number of a new archive 627 * we remap it to a new value. 634 * truncation and forcing a remap of the device field to split truncated 642 * device truncation we remap the device number to a non truncated value. 745 * and device truncation and remap the device as required. Device mapping 802 * form of truncation, we do not need a remap in map_dev() 808 * we have truncation, have to add this as a device to remap in map_dev()
|
H A D | tables.h | 102 * remap the dev on writes to remove accidental collisions). 117 * Note we also remap truncated devs in the same way (an exercise for the
|