Searched refs:seg (Results 101 - 125 of 210) sorted by relevance

123456789

/freebsd-11-stable/sys/dev/ida/
H A Didavar.h79 struct ida_sgb seg[IDA_NSEG]; /* 256 */ member in struct:ida_hardware_qcb
/freebsd-11-stable/sys/compat/x86bios/
H A Dx86bios.h146 void x86bios_call(struct x86regs *regs, uint16_t seg, uint16_t off);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c418 u32 seg)
427 if (p_cfg->conn_cfg[i].tid_seg[seg].count)
428 return &p_cfg->conn_cfg[i].tid_seg[seg];
538 u8 seg,
544 struct ecore_tid_seg *p_seg = &p_mngr->conn_cfg[proto].tid_seg[seg];
2348 u32 proto, seg, total_lines, i, shadow_line; local
2357 seg = ECORE_CXT_FCOE_TID_SEG;
2361 seg = ECORE_CXT_ISCSI_TID_SEG;
2372 p_seg_info = &p_mngr->conn_cfg[proto].tid_seg[seg];
2376 p_fl_seg = &p_cli->pf_blks[CDUT_FL_SEG_BLK(seg, P
417 ecore_cxt_tid_seg_info(struct ecore_hwfn *p_hwfn, u32 seg) argument
536 ecore_cxt_set_proto_tid_count(struct ecore_hwfn *p_hwfn, enum protocol_type proto, u8 seg, u8 seg_type, u32 count, bool has_fl) argument
2647 u32 proto, seg; local
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dldexp.c288 segment_type *seg; local
292 for (seg = segments; seg; seg = seg->next)
293 if (strcmp (seg->name, segment_name) == 0)
295 seg->used = TRUE;
296 expld.result.value = seg->value;
/freebsd-11-stable/sys/dev/ct/
H A Dct_isa.c354 ct_dmamap(void *arg, bus_dma_segment_t *seg, int nseg, int error) argument
358 *addr = seg->ds_addr;
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileYAML.cpp530 static void mapping(IO &io, Segment& seg) { argument
531 io.mapRequired("name", seg.name);
532 io.mapRequired("address", seg.address);
533 io.mapRequired("size", seg.size);
534 io.mapRequired("init-access", seg.init_access);
535 io.mapRequired("max-access", seg.max_access);
H A DMachOLinkingContext.cpp794 void MachOLinkingContext::addSectionAlignment(StringRef seg, StringRef sect, argument
796 SectionAlign entry = { seg, sect, align };
801 StringRef seg, StringRef sect,
811 _sectCreateFile->addSection(seg, sect, std::move(content));
814 bool MachOLinkingContext::sectionAligned(StringRef seg, StringRef sect, argument
817 if (seg.equals(entry.segmentName) && sect.equals(entry.sectionName)) {
800 addSectCreateSection( StringRef seg, StringRef sect, std::unique_ptr<MemoryBuffer> content) argument
/freebsd-11-stable/contrib/binutils/gas/
H A Dread.c2695 segT seg;
2718 seg = subseg_new (name, 0);
2726 record_alignment (seg, align);
2752 if (!bfd_set_section_flags (stdoutput, seg, flags))
2754 bfd_section_name (stdoutput, seg),
2771 segT seg;
2782 seg = subseg_new (name, 0);
2828 record_alignment (seg, align);
3554 segT seg;
3612 seg
2692 segT seg; local
3550 segT seg; local
[all...]
H A Dwrite.c339 segT seg,
344 if (seg == absolute_section)
347 if ((unsigned int) align > bfd_get_section_alignment (stdoutput, seg))
348 (void) bfd_set_section_alignment (stdoutput, seg, align);
352 get_recorded_alignment (segT seg) argument
354 if (seg == absolute_section)
357 return bfd_get_section_alignment (stdoutput, seg);
1590 subseg_change (lie->seg, lie->subseg);
1617 subseg_change (lie->seg, lie->subseg);
338 record_alignment( segT seg, int align) argument
/freebsd-11-stable/sys/dev/dwc/
H A Dif_dwc.c215 struct bus_dma_segment seg; local
224 m, &seg, &nsegs, 0);
236 dwc_setup_txdesc(sc, idx, seg.ds_addr, seg.ds_len);
489 struct bus_dma_segment seg; local
495 m, &seg, &nsegs, 0);
506 dwc_setup_rxdesc(sc, idx, seg.ds_addr);
/freebsd-11-stable/sys/dev/ffec/
H A Dif_ffec.c625 struct bus_dma_segment seg; local
632 m, &seg, &nsegs, 0);
640 ffec_setup_txdesc(sc, idx, seg.ds_addr, seg.ds_len);
767 struct bus_dma_segment seg; local
782 m, &seg, &nsegs, 0);
791 ffec_setup_rxdesc(sc, idx, seg.ds_addr);
/freebsd-11-stable/sys/dev/cas/
H A Dif_cas.c1195 int error, nexttx, nsegs, offset, seg; local
1272 for (seg = 0; seg < nsegs; seg++, nexttx = CAS_NEXTTX(nexttx)) {
1275 "%s: mapping seg %d (txd %d), len %lx, addr %#lx (%#lx)",
1276 __func__, seg, nexttx, txsegs[seg].ds_len,
1277 txsegs[seg].ds_addr, htole64(txsegs[seg].ds_addr));
1280 htole64(txsegs[seg]
[all...]
/freebsd-11-stable/sys/dev/gem/
H A Dif_gem.c1111 int error, nexttx, nsegs, offset, seg; local
1188 for (seg = 0; seg < nsegs; seg++, nexttx = GEM_NEXTTX(nexttx)) {
1191 "%s: mapping seg %d (txd %d), len %lx, addr %#lx (%#lx)",
1192 __func__, seg, nexttx, txsegs[seg].ds_len,
1193 txsegs[seg].ds_addr,
1194 GEM_DMA_WRITE(sc, txsegs[seg].ds_addr));
1197 GEM_DMA_WRITE(sc, txsegs[seg]
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-s390.c1821 md_section_align (seg, addr)
1822 asection *seg;
1825 int align = bfd_get_section_alignment (stdoutput, seg);
1833 md_estimate_size_before_relax (fragp, seg)
1835 asection *seg ATTRIBUTE_UNUSED;
1996 md_apply_fix (fixP, valP, seg)
1999 segT seg ATTRIBUTE_UNUSED;
2283 tc_gen_reloc (seg, fixp)
2284 asection *seg ATTRIBUTE_UNUSED;
H A Dtc-ppc.c1453 asection *seg = now_seg;
1486 if (seg && subseg)
1487 subseg_set (seg, subseg);
1927 ppc_elf_validate_fix (fixS *fixp, segT seg)
1948 && (seg->flags & SEC_LOAD) != 0
1949 && strcmp (segment_name (seg), ".got2") != 0
1950 && strcmp (segment_name (seg), ".dtors") != 0
1951 && strcmp (segment_name (seg), ".ctors") != 0
1952 && strcmp (segment_name (seg), ".fixup") != 0
1953 && strcmp (segment_name (seg), "
1446 asection *seg = now_seg; local
1919 ppc_elf_validate_fix(fixS *fixp, segT seg) argument
[all...]
H A Dtc-cr16.c419 md_section_align (segT seg, valueT val) argument
422 if (seg == text_section)
587 md_estimate_size_before_relax (fragS *fragp, asection *seg) argument
598 || seg != S_GET_SEGMENT (fragp->fr_symbol)))
706 md_apply_fix (fixS *fixP, valueT *valP, segT seg) argument
740 && S_GET_SEGMENT (fixP->fx_addsy) == seg)
H A Dobj-coff.h387 #define INIT_STAB_SECTION(seg) obj_coff_init_stab_section (seg)
/freebsd-11-stable/sys/dev/virtio/
H A Dvirtqueue.c692 struct sglist_seg *seg; local
699 for (i = 0, idx = head_idx, seg = sg->sg_segs;
701 i++, idx = dp->next, seg++) {
706 dp->addr = seg->ss_paddr;
707 dp->len = seg->ss_len;
/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c1464 bus_dma_segment_t *seg; local
1646 seg = &segs[0];
1648 txd->sdp1 = htole32(seg->ds_addr);
1649 txd->sdl1 = htole16(seg->ds_len);
1650 seg++;
1654 txd->sdp0 = htole32(seg->ds_addr);
1655 txd->sdl0 = htole16(seg->ds_len);
1657 seg++;
1661 txd->sdp1 = htole32(seg->ds_addr);
1662 txd->sdl1 = htole16(seg
1739 bus_dma_segment_t *seg; local
[all...]
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c1860 bus_dma_segment_t *seg; local
1923 seg = tx->seg_list;
1946 low = MXGE_LOWPART_TO_U32(seg->ds_addr);
1947 high_swapped = htobe32(MXGE_HIGHPART_TO_U32(seg->ds_addr));
1948 len = seg->ds_len;
2002 seg++;
2031 (long)seg - (long)tx->seg_list, tx->max_desc);
2080 bus_dma_segment_t *seg; local
2166 seg = tx->seg_list;
2170 htobe32(MXGE_LOWPART_TO_U32(seg
2418 bus_dma_segment_t seg; local
2451 bus_dma_segment_t seg[3]; local
[all...]
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme_private.h438 nvme_single_map(void *arg, bus_dma_segment_t *seg, int nseg, int error) argument
444 *bus_addr = seg[0].ds_addr;
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dsvm.c634 struct vmcb_segment seg; local
641 error = vmcb_seg(vmcb, VM_REG_GUEST_CS, &seg);
649 if (seg.attrib & VMCB_CS_ATTRIB_L)
837 struct vmcb_segment seg; local
850 error = vmcb_seg(vmcb, VM_REG_GUEST_CS, &seg);
855 vmexit->u.inst_emul.cs_base = seg.base;
860 vmexit->u.inst_emul.cs_base = seg.base;
865 vmexit->u.inst_emul.cs_d = (seg.attrib & VMCB_CS_ATTRIB_D) ?
/freebsd-11-stable/sys/vm/
H A Dvm_page.c456 struct vm_phys_seg *seg; local
690 seg = &vm_phys_segs[segind];
691 for (m = seg->first_page, pa = seg->start; pa < seg->end;
703 if (seg->start < phys_avail[i] ||
704 seg->end > phys_avail[i + 1])
707 m = seg->first_page;
708 pagecount = (u_long)atop(seg->end - seg
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dreadelf.c3604 Elf_Internal_Phdr *seg;
3612 for (seg = program_headers;
3613 seg < program_headers + elf_header.e_phnum;
3614 ++seg)
3616 if (seg->p_type != PT_LOAD)
3619 if (vma >= (seg->p_vaddr & -seg->p_align)
3620 && vma + size <= seg->p_vaddr + seg->p_filesz)
3621 return vma - seg
3601 Elf_Internal_Phdr *seg; local
4929 Elf_Internal_Phdr *seg; local
5310 Elf_Internal_Phdr *seg; local
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386-protos.h221 enum ix86_address_seg seg; member in struct:ix86_address

Completed in 363 milliseconds

123456789