Searched refs:segment (Results 101 - 125 of 251) sorted by relevance

1234567891011

/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_g1_vp8_dec.c137 const struct v4l2_vp8_segment *seg = &hdr->segment;
180 const struct v4l2_vp8_segment *seg = &hdr->segment;
410 const struct v4l2_vp8_segment *seg = &hdr->segment;
419 /* Set segment map address */
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dnv50.c256 const u32 segment = ALIGN((runl->cgrp_nr + runl->chan_nr) * runl->func->size, 0x1000); local
268 if (runl->offset + segment >= nvkm_memory_size(runl->mem)) {
280 runl->offset += segment;
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-jpeg.c115 struct v4l2_jpeg_reference *segment)
126 segment->start = stream->curr;
127 segment->length = len;
476 /* skip the rest of the segment, this ensures at least it is complete */
485 * @out: returns marker segment positions and optionally parsed headers
575 * the entropy coded segment
638 * v4l2_jpeg_parse_quantization_tables - parse quantization tables segment
639 * @buf: address of the quantization table segment, after the DQT marker
640 * @len: length of the quantization table segment
659 * v4l2_jpeg_parse_huffman_tables - parse huffman tables segment
114 jpeg_reference_segment(struct jpeg_stream *stream, struct v4l2_jpeg_reference *segment) argument
[all...]
/linux-master/arch/x86/realmode/rm/
H A Dwakeup_asm.S6 #include <asm/segment.h>
48 junk in the data segment descriptor registers. The only way
161 .word 0xffff /* 16-bit code segment @ real_mode_base */
165 .word 0xffff /* 16-bit data segment @ real_mode_base */
/linux-master/drivers/usb/early/
H A Dxhci-dbc.h117 struct xdbc_segment *segment; member in struct:xdbc_ring
158 /* event ring segment table */
H A Dxhci-dbc.c183 ring->segment = seg;
190 struct xdbc_segment *seg = ring->segment;
196 ring->segment = NULL;
201 struct xdbc_segment *seg = ring->segment;
244 /* Initialize event ring segment table: */
401 if (ring->enqueue >= &ring->segment->trbs[TRBS_PER_SEGMENT - 1]) {
408 ring->enqueue = ring->segment->trbs;
/linux-master/sound/drivers/opl3/
H A Dopl3_midi.c88 int segment; local
95 segment = pitchbend / 0x1000;
96 freq = opl3_note_table[idx+segment];
97 freq += ((opl3_note_table[idx+segment+1] - freq) *
/linux-master/arch/x86/platform/olpc/
H A Dxo1-wakeup.S4 #include <asm/segment.h>
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-hisi.c90 * matching our segment.
96 ret = acpi_get_rc_resources(dev, "HISI0081", root->segment, res);
H A Dpcie-al.c60 ret = acpi_get_rc_resources(dev, "AMZN0001", root->segment, res);
63 root->segment);
/linux-master/drivers/firmware/efi/
H A Dcper_cxl.c82 pfx, prot_err->agent_addr.segment,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dmlx5dr.h197 unsigned int *segment);
/linux-master/arch/x86/kernel/
H A Dftrace_32.S9 #include <asm/segment.h>
H A Dcrash.c355 /* Prepare elf headers and add a segment */
366 * The elfcorehdr segment size accounts for VMCOREINFO, kernel_map,
416 * segment updates, leading to the introduction of the
419 * that the required kexec segment (elfcorehdr) is excluded from
473 * Obtain address and size of the elfcorehdr segment, and
476 mem = image->segment[image->elfcorehdr_index].mem;
477 memsz = image->segment[image->elfcorehdr_index].memsz;
489 pr_err("mapping elfcorehdr segment failed\n");
/linux-master/arch/x86/platform/pvh/
H A Dhead.S15 #include <asm/segment.h>
34 * - `cs `: must be a 32-bit read/execute code segment with a base of `0`
36 * - `ds`, `es`: must be a 32-bit read/write data segment with a base of
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
H A Drn_clk_mgr_vbios_smu.c41 (MP0_BASE.instance[0].segment[mm ## reg_name ## _BASE_IDX] + mm ## reg_name)
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/
H A Ddcn301_smu.c40 (MP0_BASE.instance[0].segment[mm ## reg_name ## _BASE_IDX] + mm ## reg_name)
/linux-master/arch/arm/kernel/
H A Dmachine_kexec.c52 * No segment at default ATAGs address. try to locate
56 current_segment = &image->segment[i];
/linux-master/arch/x86/power/
H A Dhibernate_asm_64.S19 #include <asm/segment.h>
/linux-master/include/linux/
H A Dremoteproc.h471 * struct rproc_dump_segment - segment info from ELF header
472 * @node: list node related to the rproc segment list
473 * @da: device address of the segment
474 * @size: size of the segment
476 * @dump: custom dump function to fill device memory segment associated
478 * @offset: offset of the segment
487 void (*dump)(struct rproc *rproc, struct rproc_dump_segment *segment,
702 struct rproc_dump_segment *segment,
/linux-master/drivers/pnp/pnpbios/
H A Dbioscalls.c27 u16 segment; member in struct:__anon205
32 * As this code is *not* executed inside the linux kernel segment, but in a
477 pnp_bios_callpoint.segment = PNP_CS16;
/linux-master/arch/x86/pci/
H A Dacpi.c416 int domain = root->segment;
422 root->segment = domain = 0;
/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c73 * Write WRs are constructed and posted. Each Write segment gets its own
75 * DMA-unmap the pages under I/O for that Write segment. The Write
409 * svc_rdma_encode_write_segment - Encode one Write segment
413 * @segno: which segment in the chunk
417 * that was consumed by the Write segment, and updates @remaining
424 const struct svc_rdma_segment *segment = &chunk->ch_segments[segno]; local
433 length = min_t(u32, *remaining, segment->rs_length);
435 xdr_encode_rdma_segment(p, segment->rs_handle, length,
436 segment->rs_offset);
437 trace_svcrdma_encode_wseg(sctxt, segno, segment
[all...]
/linux-master/drivers/iommu/intel/
H A Ddmar.c216 void *start, void*end, u16 segment,
225 if (segment != info->seg)
273 int dmar_remove_dev_scope(struct dmar_pci_notify_info *info, u16 segment, argument
279 if (info->seg != segment)
307 dmaru->segment,
328 if (dmar_remove_dev_scope(info, dmaru->segment,
396 if (dmaru->segment == drhd->segment &&
430 dmaru->segment = drhd->segment;
215 dmar_insert_dev_scope(struct dmar_pci_notify_info *info, void *start, void*end, u16 segment, struct dmar_dev_scope *devices, int devices_cnt) argument
[all...]
/linux-master/arch/mips/cavium-octeon/
H A Dsetup.c163 if (!strncmp(bootloader, (char *)image->segment[i].buf,
170 char *str = (char *)image->segment[i].buf;
177 image->segment[i].mem + offt;
231 kimage_ptr->segment[i].memsz + 2*PAGE_SIZE,
232 kimage_ptr->segment[i].mem - PAGE_SIZE,

Completed in 224 milliseconds

1234567891011