Searched refs:segment (Results 51 - 75 of 254) sorted by relevance

1234567891011

/linux-master/arch/x86/boot/compressed/
H A Didt_handlers_64.S10 #include <asm/segment.h>
H A Dmem_encrypt.S15 #include <asm/segment.h>
194 andl $0x0000ffff, %edx # Target code segment offset [15:0]
195 orl $(__KERNEL32_CS << 16), %edx # Target code segment selector
202 andl $0xffff0000, %edx # Target code segment offset [31:16]
/linux-master/arch/x86/boot/
H A Dpm.c15 #include <asm/segment.h>
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddm_services.h152 dm_write_reg_func(ctx, reg + DCE_BASE.instance[0].segment[reg##_BASE_IDX] + inst_offset, value, __func__)
155 dm_read_reg_func(ctx, reg + DCE_BASE.instance[0].segment[reg##_BASE_IDX] + inst_offset, __func__)
158 generic_reg_update_ex(ctx, DCE_BASE.instance[0].segment[mm##reg_name##_BASE_IDX] + mm##reg_name + inst_offset, \
162 generic_reg_set_ex(ctx, DCE_BASE.instance[0].segment[mm##reg_name##_BASE_IDX] + mm##reg_name + inst_offset, 0, \
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c132 * @profile: pointer to the profile segment of the package
172 * @profile: DDP profile segment to be deleted
216 * all segment offsets alignment and boundaries. This function lets
225 u32 segment; local
252 for (segment = 0; segment < pkg_hdr->segment_count; ++segment) {
253 u32 offset = pkg_hdr->segment_offset[segment];
257 "Invalid DDP profile %u segment alignment",
258 segment);
[all...]
/linux-master/arch/x86/include/asm/
H A Ddesc.h91 gate->segment = __KERNEL_CS;
96 gate->segment = seg;
365 /* Lots of programs expect an all-zero user_desc to mean "no segment at all". */
414 data->segment = __KERNEL_CS;
424 gate->segment = (u16) d->segment;
H A Dpci_x86.h174 u16 segment; member in struct:pci_mmcfg_region
187 extern struct pci_mmcfg_region *pci_mmconfig_lookup(int segment, int bus);
188 extern struct pci_mmcfg_region *__init pci_mmconfig_add(int segment, int start,
/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c27 * Each WR chain handles only one R_key. Each RPC-over-RDMA segment
29 * up to one segment at a time.
720 * svc_rdma_build_read_segment - Build RDMA Read WQEs to pull one RDMA segment
723 * @segment: co-ordinates of remote memory to be read
733 const struct svc_rdma_segment *segment)
742 len = segment->rs_length;
772 ret = svc_rdma_rw_ctx_init(rdma, ctxt, segment->rs_offset,
773 segment->rs_handle, DMA_FROM_DEVICE);
803 const struct svc_rdma_segment *segment; local
807 pcl_for_each_segment(segment, chun
731 svc_rdma_build_read_segment(struct svc_rqst *rqstp, struct svc_rdma_recv_ctxt *head, const struct svc_rdma_segment *segment) argument
963 const struct svc_rdma_segment *segment; local
[all...]
/linux-master/drivers/acpi/acpica/
H A Dhwpci.c217 pci_id->segment, pci_id->bus, pci_id->device,
243 pci_id->segment, pci_id->bus, pci_id->device,
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_ops.c165 u16 i, j, segment; local
169 * for each segment of initialized values use DMA.
184 /* Start of a new segment */
185 for (segment = 1; i + segment < size; segment++)
186 if (!p_valid[i + segment])
191 addr + (i << 2), segment, NULL);
196 for (j = i; j < (u32)(i + segment); j++)
199 /* Jump over the entire segment, includin
[all...]
/linux-master/arch/mips/loongson64/
H A Dreset.c86 if (!strncmp(bootloader, (char *)image->segment[i].buf,
94 memcpy(str, image->segment[i].buf, KEXEC_ARGV_SIZE/2);
/linux-master/drivers/pci/controller/
H A Dpci-thunder-pem.c372 index = root->segment - PEM_MIN_DOM_IN_NODE;
391 ret = acpi_get_rc_resources(dev, "CAVA02B", root->segment, res_pem);
404 thunder_pem_reserve_range(dev, root->segment, res_pem);
408 thunder_pem_reserve_range(dev, root->segment, &cfg->res);
/linux-master/arch/x86/platform/efi/
H A Defi_thunk_64.S25 #include <asm/segment.h>
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx.h44 #define CVMX_ADD_SEG32(segment, add) \
45 (((int32_t)segment << 31) | (int32_t)(add))
50 #define CVMX_ADD_SEG(segment, add) \
51 ((((uint64_t)segment) << 62) | (add))
/linux-master/arch/arm/kernel/
H A Dprocess.c161 const char *segment; local
165 segment = "none";
167 segment = "user";
173 isa_modes[isa_mode(regs)], segment);
/linux-master/arch/powerpc/kexec/
H A Dcore_64.c39 unsigned long begin, end; /* limits of segment */
51 if (image->segment[i].mem < __pa(_end))
65 begin = image->segment[i].mem;
66 end = begin + image->segment[i].memsz;
119 memcpy(ranges, image->segment, sizeof(ranges));
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_vp8.c63 dst[4] = hdr->segment.segment_probs[0];
64 dst[5] = hdr->segment.segment_probs[1];
65 dst[6] = hdr->segment.segment_probs[2];
153 /* segment map table size calculation */
159 * In context init the dma buffer for segment map must be allocated.
160 * And the data in segment map buffer must be set to all zero.
/linux-master/arch/loongarch/pci/
H A Dacpi.c48 return root->segment;
159 u16 seg = root->segment;
198 int domain = root->segment;
/linux-master/scripts/
H A Ddecode_stacktrace.sh145 # Strip segment
146 local segment
148 segment=${symbol%%:*}:
213 symbol="$segment$name ($code)"
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
H A Ddcn315_smu.c39 unsigned int segment[MAX_SEGMENT]; member in struct:IP_BASE_INSTANCE
65 (MP0_BASE.instance[0].segment[reg ## reg_name ## _BASE_IDX] + reg ## reg_name)
71 (NBIO_BASE.instance[0].segment[regBIF_BX_PF2_ ## reg_name ## _BASE_IDX] + regBIF_BX_PF2_ ## reg_name)
/linux-master/include/linux/
H A Ddmar.h45 u16 segment; /* PCI domain */ member in struct:dmar_drhd_unit
112 void *start, void*end, u16 segment,
116 u16 segment, struct dmar_dev_scope *devices,
/linux-master/arch/um/drivers/
H A Dubd_kern.c1189 static void cowify_req(struct io_thread_req *req, struct io_desc *segment, argument
1196 if (segment->length > (sizeof(segment->sector_mask) * 8) << SECTOR_SHIFT)
1200 for (i = 0; i < segment->length >> SECTOR_SHIFT; i++) {
1203 &segment->sector_mask);
1206 cowify_bitmap(offset, segment->length, &segment->sector_mask,
1207 &segment->cow_offset, bitmap, bitmap_offset,
1208 segment->bitmap_words, bitmap_len);
1413 static int update_bitmap(struct io_thread_req *req, struct io_desc *segment) argument
[all...]
/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_aux.c43 u32 segment; member in struct:dp_aux_private
182 aux->segment = *data;
192 * @send_seg: send the segment to sink
215 * Sending the segment value and EDID offset will be performed
229 * Send the segment address for every i2c read in which the
231 * reads of more than 2 blocks as the segment address is reset to 0
236 if (aux->segment) {
239 helper_msg.buffer = &aux->segment;
260 aux->segment = 0x0; /* reset segment a
[all...]
/linux-master/drivers/media/i2c/
H A Dadv7511-v4l2.c1426 static void adv7511_dbg_dump_edid(int lvl, int debug, struct v4l2_subdev *sd, int segment, u8 *buf) argument
1430 v4l2_dbg(lvl, debug, sd, "edid segment %d\n", segment);
1453 ed.segment = adv7511_rd(sd, 0xc4);
1603 static bool edid_verify_crc(struct v4l2_subdev *sd, u32 segment) argument
1609 if (!edid_block_verify_crc(&data[segment * 256]))
1611 if ((segment + 1) * 2 <= blocks)
1612 return edid_block_verify_crc(&data[segment * 256 + 128]);
1616 static bool edid_verify_header(struct v4l2_subdev *sd, u32 segment) argument
1624 if (segment !
1641 int segment = adv7511_rd(sd, 0xc4); local
[all...]
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c52 static void segment_dump(FILE *stream, struct kvm_segment *segment, argument
57 indent, "", segment->base, segment->limit,
58 segment->selector, segment->type);
61 indent, "", segment->present, segment->dpl,
62 segment->db, segment->s, segment
[all...]

Completed in 502 milliseconds

1234567891011