Home
last modified time | relevance | path

Searched refs:segments (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd/lib/libc/net/
H A Drthdr.c274 inet6_rth_space(int type, int segments) in inet6_rth_space() argument
278 if ((segments >= 0) && (segments <= 127)) in inet6_rth_space()
279 return (((segments * 2) + 1) << 3); in inet6_rth_space()
287 inet6_rth_init(void *bp, socklen_t bp_len, int type, int segments) in inet6_rth_init() argument
295 if (bp_len < inet6_rth_space(IPV6_RTHDR_TYPE_0, segments)) in inet6_rth_init()
298 if ((segments < 0) || (segments > 127)) in inet6_rth_init()
303 rth0->ip6r0_len = segments * 2; in inet6_rth_init()
344 int i, segments; in inet6_rth_reverse() local
354 segments = rth0_in->ip6r0_len / 2; in inet6_rth_reverse()
359 rth0_out->ip6r0_segleft = segments; in inet6_rth_reverse()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp93 if (I == segments().end()) { in createDeadDef()
116 segments().insert(I, Segment(Def, Def.getDeadSlot(), VNI)); in createDeadDef()
121 if (segments().empty()) in extendInBlock()
125 if (I == segments().begin()) in extendInBlock()
137 if (segments().empty()) in extendInBlock()
141 if (I == segments().begin()) in extendInBlock()
156 /// merge and eliminate all segments that this will overlap
159 assert(I != segments().end() && "Not a valid segment!"); in extendSegmentEndTo()
165 for (; MergeTo != segments().end() && NewEnd >= MergeTo->end; ++MergeTo) in extendSegmentEndTo()
172 // have the same value number, merge the two segments int in extendSegmentEndTo()
271 CollectionT &segments() { return impl().segmentsColl(); } segments() function in __anon418b83490111::CalcLiveRangeUtilBase
[all...]
H A DLiveRangeUtils.h36 SplitLRs[eq-1]->segments.push_back(*I); in DistributeRange()
40 LR.segments.erase(J, E); in DistributeRange()
H A DVirtRegMap.cpp307 if (!First.isValid() || SR.segments.front().start < First) in addLiveInsForSubRanges()
308 First = SR.segments.front().start; in addLiveInsForSubRanges()
309 if (!Last.isValid() || SR.segments.back().end > Last) in addLiveInsForSubRanges()
310 Last = SR.segments.back().end; in addLiveInsForSubRanges()
/freebsd/sys/dev/ips/
H A Dips_commands.c72 static void ips_io_request_callback(void *cmdptr, bus_dma_segment_t *segments,int segnum, int error) in ips_io_request_callback() argument
104 sg_list[i].addr = segments[i].ds_addr; in ips_io_request_callback()
105 sg_list[i].len = segments[i].ds_len; in ips_io_request_callback()
106 length += segments[i].ds_len; in ips_io_request_callback()
115 command_struct->buffaddr = segments[0].ds_addr; in ips_io_request_callback()
116 length = segments[0].ds_len; in ips_io_request_callback()
134 length, segments[0].ds_len); in ips_io_request_callback()
172 static void ips_adapter_info_callback(void *cmdptr, bus_dma_segment_t *segments,int segnum, int err… in ips_adapter_info_callback() argument
186 command_struct->buffaddr = segments[0].ds_addr; in ips_adapter_info_callback()
271 static void ips_drive_info_callback(void *cmdptr, bus_dma_segment_t *segments,int segnum, int error) in ips_drive_info_callback() argument
[all …]
H A Dips_ioctl.c52 static void ips_ioctl_callback(void *cmdptr, bus_dma_segment_t *segments,int segnum, int error) in ips_ioctl_callback() argument
62 command_buffer->buffaddr = segments[0].ds_addr; in ips_ioctl_callback()
H A Dips.c104 static void ips_cmd_dmaload(void *cmdptr, bus_dma_segment_t *segments,int segnum, int error) in ips_cmd_dmaload() argument
109 command->command_phys_addr = segments[0].ds_addr; in ips_cmd_dmaload()
562 static void ips_copperhead_queue_callback(void *queueptr, bus_dma_segment_t *segments,int segnum, i… in ips_copperhead_queue_callback() argument
568 queue->base_phys_addr = segments[0].ds_addr; in ips_copperhead_queue_callback()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h203 Segments segments; // the liveness segments variable
215 iterator begin() { return segments.begin(); } in begin()
216 iterator end() { return segments.end(); } in end()
218 const_iterator begin() const { return segments.begin(); } in begin()
219 const_iterator end() const { return segments.end(); } in end()
262 for (const Segment &S : Other.segments) in assign()
263 segments.push_back(Segment(S.start, S.end, valnos[S.valno->id])); in assign()
302 segments.clear(); in clear()
306 return segments.size(); in size()
382 bool empty() const { return segments.empty(); } in empty()
[all …]
/freebsd/sys/powerpc/powerpc/
H A Dbusdma_machdep.c91 bus_dma_segment_t *segments; member
354 (*mapp)->segments = (bus_dma_segment_t *)malloc( in bus_dmamap_create()
357 if ((*mapp)->segments == NULL) { in bus_dmamap_create()
386 free(map->segments, M_DEVBUF); in bus_dmamap_destroy()
559 segs = map->segments; in _bus_dmamap_load_phys()
620 segs = map->segments; in _bus_dmamap_load_buffer()
689 memcpy(map->segments, segs, map->nsegs*sizeof(segs[0])); in _bus_dmamap_complete()
691 IOMMU_MAP(dmat->iommu, map->segments, &map->nsegs, in _bus_dmamap_complete()
696 memcpy(segs, map->segments, map->nsegs*sizeof(segs[0])); in _bus_dmamap_complete()
698 segs = map->segments; in _bus_dmamap_complete()
[all …]
/freebsd/sys/x86/x86/
H A Dbusdma_bounce.c77 bus_dma_segment_t *segments; member
189 newtag->segments = NULL; in bounce_bus_dma_tag_create()
259 if (dmat->segments != NULL) in bounce_bus_dma_tag_destroy()
260 free(dmat->segments, M_DEVBUF); in bounce_bus_dma_tag_destroy()
280 if (dmat->segments == NULL) { in bounce_bus_dmamap_create()
281 dmat->segments = malloc_domainset( in bounce_bus_dmamap_create()
284 if (dmat->segments == NULL) { in bounce_bus_dmamap_create()
401 if (dmat->segments == NULL) { in bounce_bus_dmamem_alloc()
402 dmat->segments = (bus_dma_segment_t *)malloc_domainset( in bounce_bus_dmamem_alloc()
405 if (dmat->segments in bounce_bus_dmamem_alloc()
[all...]
/freebsd/sys/riscv/riscv/
H A Dbusdma_bounce.c75 bus_dma_segment_t *segments; member
148 newtag->segments = NULL; in bounce_bus_dma_tag_create()
210 if (dmat->segments != NULL) in bounce_bus_dma_tag_destroy()
211 free(dmat->segments, M_DEVBUF); in bounce_bus_dma_tag_destroy()
249 if (dmat->segments == NULL) { in bounce_bus_dmamap_create()
250 dmat->segments = (bus_dma_segment_t *)malloc( in bounce_bus_dmamap_create()
253 if (dmat->segments == NULL) { in bounce_bus_dmamap_create()
371 if (dmat->segments == NULL) { in bounce_bus_dmamem_alloc()
372 dmat->segments = (bus_dma_segment_t *)malloc( in bounce_bus_dmamem_alloc()
375 if (dmat->segments in bounce_bus_dmamem_alloc()
[all...]
/freebsd/tools/regression/netinet6/inet6_rth/
H A DMakefile2 PROG= inet6_rth-segments
3 SRCS= test_subr.c inet6_rth-segments.c
/freebsd/sys/arm64/arm64/
H A Dbusdma_bounce.c81 bus_dma_segment_t *segments; member
267 newtag->segments = NULL; in bounce_bus_dma_tag_create()
326 if (dmat->segments != NULL) in bounce_bus_dma_tag_destroy()
327 free(dmat->segments, M_DEVBUF); in bounce_bus_dma_tag_destroy()
392 if (dmat->segments == NULL) { in bounce_bus_dmamap_create()
393 dmat->segments = mallocarray_domainset(dmat->common.nsegments, in bounce_bus_dmamap_create()
396 if (dmat->segments == NULL) { in bounce_bus_dmamap_create()
503 if (dmat->segments == NULL) { in bounce_bus_dmamem_alloc()
504 dmat->segments = mallocarray_domainset(dmat->common.nsegments, in bounce_bus_dmamem_alloc()
507 if (dmat->segments == NULL) { in bounce_bus_dmamem_alloc()
[all …]
/freebsd/sys/dev/dcons/
H A Ddcons_crom.c149 dmamap_cb(void *arg, bus_dma_segment_t *segments, int seg, int error) in dmamap_cb() argument
157 sc->bus_addr = segments[0].ds_addr; in dmamap_cb()
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlarge_sections.rst38 We try to keep the number of ``PT_LOAD`` segments to a minimum, so we place
43 minimize the number of segments with ``p_memsz > p_filesz``.
/freebsd/include/i386/
H A DMakefile12 segments.h \
/freebsd/sys/dev/iommu/
H A Dbusdma_iommu.h42 bus_dma_segment_t *segments; member
H A Dbusdma_iommu.c418 free(dmat->segments, M_IOMMU_DMAMAP); in iommu_bus_dma_tag_destroy()
446 if (tag->segments == NULL) { in iommu_bus_dmamap_create()
447 tag->segments = malloc_domainset(sizeof(bus_dma_segment_t) * in iommu_bus_dmamap_create()
450 if (tag->segments == NULL) { in iommu_bus_dmamap_create()
566 segs = tag->segments; in iommu_bus_dmamap_load_something1()
837 segs = tag->segments; in iommu_bus_dmamap_complete()
/freebsd/contrib/elftoolchain/elfcopy/
H A DMakefile9 SRCS= archive.c ascii.c binary.c main.c sections.c segments.c \
/freebsd/contrib/file/magic/Magdir/
H A Dvisx17 >2 byte 15 (image segments)
/freebsd/sys/contrib/xen/
H A Dkexec.h214 } segments; member
/freebsd/usr.bin/objcopy/
H A DMakefile26 SRCS= archive.c ascii.c binary.c main.c pe.c sections.c segments.c symbols.c
/freebsd/sys/contrib/device-tree/Bindings/cpufreq/
H A Dimx-cpufreq-dt.txt34 /* grade >= 1, all segments */
/freebsd/usr.sbin/bsdconfig/networking/include/
H A Dmessages.subr66 msg_ipv6_addr_segment_contains_invalid_chars="ERROR! One or more individual segments within the IP …
67 msg_ipv6_addr_segment_contains_too_many_chars="ERROR! One or more individual segments within the IP…
68 …as either too few (less than 3), too\nmany (more than 8), or not enough segments, separated by col…
69 msg_ipv6_addr_too_many_null_segments="ERROR! Too many/incorrect null segments. A single null\nsegme…
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h43 bool segments; member
50 return a.segments == b.segments && a.offsets == b.offsets;

1234