Searched refs:segment (Results 76 - 100 of 251) sorted by relevance

1234567891011

/linux-master/drivers/s390/char/
H A Dtape_34xx.c37 unsigned int segment : 7; member in struct:tape_34xx_block_id
910 * is located in segment 1 of wrap 0 because this position is used
914 if (!sbid_list || (bid.segment < 2 && bid.wrap == 0))
919 * acceleration uses only the segment and wrap number. So we
920 * need only one entry for a specific wrap/segment combination.
929 (sbid->bid.segment == bid.segment) &&
953 sbid->bid.segment,
980 sbid->bid.segment,
1004 bid->segment
[all...]
/linux-master/arch/x86/math-emu/
H A Dfpu_entry.c571 override->segment = PREFIX_CS_;
574 override->segment = PREFIX_ES_;
577 override->segment = PREFIX_SS_;
580 override->segment = PREFIX_FS_;
583 override->segment = PREFIX_GS_;
586 override->segment = PREFIX_DS_;
/linux-master/drivers/acpi/
H A Dviot.c78 u16 segment, u16 bdf)
83 pdev = pci_get_domain_bus_and_slot(segment, PCI_BUS_NUM(bdf),
155 ret = viot_get_pci_iommu_fwnode(viommu, node->pci.segment,
77 viot_get_pci_iommu_fwnode(struct viot_iommu *viommu, u16 segment, u16 bdf) argument
H A Dpci_root.c647 unsigned long long segment, bus; local
660 segment = 0;
662 &segment);
696 root->segment = segment & 0xFFFF;
708 root->segment, &root->secondary);
737 root->segment, (unsigned int)root->secondary.start);
1018 root->segment, busnum);
/linux-master/arch/x86/kernel/
H A Dhead_32.S15 #include <asm/segment.h>
93 * With the kexec as boot loader, parameter segment might be loaded beyond
135 * We can't lgdt here, because lgdt itself uses a data segment, but
275 1: movl $(__KERNEL_DS),%eax # reload all the segment registers
278 movl $(__USER_DS),%eax # DS/ES contains default USER segment
499 * like usual segment descriptors - they consist of a 16-bit
500 * segment size, and 32-bit linear address value:
/linux-master/arch/powerpc/kexec/
H A Dcrash.c421 * elfcorehdr in the kexec segment array.
433 ksegment = &image->segment[image->elfcorehdr_index];
465 * segment (memsz) is built with addition space to accommodate growing
491 * get_fdt_index - Loop through the kexec segment array and find
492 * the index of the FDT segment.
495 * Returns the index of FDT segment in the kexec segment array
504 /* Find the FDT segment index in kexec segment array. */
506 mem = image->segment[
[all...]
/linux-master/include/linux/
H A Ddmi.h94 int segment; member in struct:dmi_dev_onboard
/linux-master/drivers/scsi/aic7xxx/
H A Daiclib.h82 uint8_t segment; member in struct:scsi_sense_data
/linux-master/include/xen/interface/
H A Dphysdev.h127 /* IN - high 16 bits hold segment for ..._MSI_SEG and ..._MULTI_MSI */
227 uint16_t segment; member in struct:physdev_pci_mmcfg_reserved
/linux-master/arch/x86/power/
H A Dhibernate_asm_32.S11 #include <asm/segment.h>
/linux-master/arch/x86/kernel/acpi/
H A Dwakeup_32.S4 #include <asm/segment.h>
H A Dsleep.c14 #include <asm/segment.h>
/linux-master/include/linux/usb/
H A Dehci_def.h98 u32 segment; /* address bits 63:32 if needed */ member in struct:ehci_regs
/linux-master/drivers/soc/qcom/
H A Dmdt_loader.c35 unsigned int segment, const char *fw_name,
38 const struct elf32_phdr *phdr = &phdrs[segment];
50 sprintf(seg_name + strlen(fw_name) - 3, "b%02d", segment);
61 "failed to load segment %d from truncated file %s\n",
62 segment, seg_name);
111 * @fw_name: name of the firmware, for construction of segment file names
115 * expects an ELF header directly followed by the segment of hashes, with no
156 dev_err(dev, "no hash segment found in %s\n", fw_name);
175 /* Hash is in its own segment, but within the loaded file */
179 /* Hash is in its own segment, beyon
34 mdt_load_split_segment(void *ptr, const struct elf32_phdr *phdrs, unsigned int segment, const char *fw_name, struct device *dev) argument
[all...]
/linux-master/arch/x86/boot/compressed/
H A Dhead_32.S29 #include <asm/segment.h>
68 /* Load segment registers with our descriptors */
/linux-master/arch/x86/realmode/rm/
H A Dreboot.S4 #include <asm/segment.h>
51 * Set up a GDT from which we can load segment descriptors for real
58 * Load the data segment registers with 16-bit compatible values
145 * 16-bit code segment pointing to real_mode_seg
153 * 16-bit data segment with the selector value 16 = 0x10 and
H A Dtrampoline_64.S32 #include <asm/segment.h>
89 movw $__KERNEL_DS, %dx # Data segment descriptor
219 * segment registers. Load the zero IDT so any fault triggers a
/linux-master/arch/x86/platform/olpc/
H A Dolpc-xo1-pm.c30 unsigned short segment; member in struct:__anon159
/linux-master/arch/x86/entry/
H A Dentry_64_compat.S11 #include <asm/segment.h>
164 * or target CS descriptor's L bit (SYSCALL does not read segment descriptors).
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h197 * @segment: SB segment
202 void bnx2x_igu_ack_sb(struct bnx2x *bp, u8 igu_sb_id, u8 segment,
637 u8 segment, u16 index, u8 op,
644 (segment << IGU_REGULAR_SEGMENT_ACCESS_SHIFT) |
682 u8 segment; local
685 segment = storm;
687 segment = IGU_SEG_ACCESS_DEF;
689 segment = IGU_SEG_ACCESS_ATTN;
691 segment
636 bnx2x_igu_ack_sb_gen(struct bnx2x *bp, u8 igu_sb_id, u8 segment, u16 index, u8 op, u8 update, u32 igu_addr) argument
[all...]
/linux-master/drivers/xen/
H A Dpci.c237 r.segment = cfg->segment;
/linux-master/arch/arm64/kernel/
H A Dpci.c78 return root->segment;
132 u16 seg = root->segment;
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/
H A Ddcn316_smu.c38 unsigned int segment[MAX_SEGMENT]; member in struct:IP_BASE_INSTANCE
54 (MP0_BASE.instance[0].segment[reg ## reg_name ## _BASE_IDX] + reg ## reg_name)
/linux-master/kernel/
H A Dkexec.c47 memcpy(image->segment, segments, nr_segments * sizeof(*segments));
155 ret = kimage_load_segment(image, &image->segment[i]);
/linux-master/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_vp8.c604 memcpy(&prob_table[0x1018], slice->segment.segment_probs,
605 sizeof(slice->segment.segment_probs));
721 if (slice->segment.flags & V4L2_VP8_SEGMENT_FLAG_UPDATE_MAP)
723 if (!(slice->segment.flags & V4L2_VP8_SEGMENT_FLAG_DELTA_VALUE_MODE))
725 if (slice->segment.flags & V4L2_VP8_SEGMENT_FLAG_ENABLED)
779 reg |= VE_VP8_SEGMENT3(slice->segment.quant_update[3]);
780 reg |= VE_VP8_SEGMENT2(slice->segment.quant_update[2]);
781 reg |= VE_VP8_SEGMENT1(slice->segment.quant_update[1]);
782 reg |= VE_VP8_SEGMENT0(slice->segment.quant_update[0]);
786 reg |= VE_VP8_SEGMENT3(slice->segment
[all...]

Completed in 342 milliseconds

1234567891011