/linux-4.4.14/drivers/scsi/ |
D | libiscsi_tcp.c | 71 struct iscsi_segment *segment); 97 iscsi_tcp_segment_init_sg(struct iscsi_segment *segment, in iscsi_tcp_segment_init_sg() argument 100 segment->sg = sg; in iscsi_tcp_segment_init_sg() 101 segment->sg_offset = offset; in iscsi_tcp_segment_init_sg() 102 segment->size = min(sg->length - offset, in iscsi_tcp_segment_init_sg() 103 segment->total_size - segment->total_copied); in iscsi_tcp_segment_init_sg() 104 segment->data = NULL; in iscsi_tcp_segment_init_sg() 116 static void iscsi_tcp_segment_map(struct iscsi_segment *segment, int recv) in iscsi_tcp_segment_map() argument 120 if (segment->data != NULL || !segment->sg) in iscsi_tcp_segment_map() 123 sg = segment->sg; in iscsi_tcp_segment_map() [all …]
|
D | iscsi_tcp.c | 156 iscsi_tcp_segment_unmap(&tcp_conn->in.segment); in iscsi_sw_tcp_data_ready() 265 struct iscsi_segment *segment) in iscsi_sw_tcp_xmit_segment() argument 272 while (!iscsi_tcp_segment_done(tcp_conn, segment, 0, r)) { in iscsi_sw_tcp_xmit_segment() 278 offset = segment->copied; in iscsi_sw_tcp_xmit_segment() 279 copy = segment->size - offset; in iscsi_sw_tcp_xmit_segment() 281 if (segment->total_copied + segment->size < segment->total_size) in iscsi_sw_tcp_xmit_segment() 285 if (!segment->data) { in iscsi_sw_tcp_xmit_segment() 286 sg = segment->sg; in iscsi_sw_tcp_xmit_segment() 287 offset += segment->sg_offset + sg->offset; in iscsi_sw_tcp_xmit_segment() 293 .iov_base = segment->data + offset, in iscsi_sw_tcp_xmit_segment() [all …]
|
D | iscsi_tcp.h | 34 struct iscsi_segment segment; member
|
D | 53c700.scr | 35 ; necessary amount of data and jumps to the next SG segment. The final 36 ; SG segment jumps back to . However, this address is the first SG script 37 ; segment.
|
D | 53c700_d.h_shipped | 38 ; necessary amount of data and jumps to the next SG segment. The final 39 ; SG segment jumps back to . However, this address is the first SG script 40 ; segment.
|
D | ncr53c8xx.c | 7649 int segment = 0; in ncr_scatter() local 7666 scsi_for_each_sg(cmd, sg, use_sg, segment) { in ncr_scatter() 7670 ncr_build_sge(np, &data[segment], baddr, len); in ncr_scatter() 7674 segment = -2; in ncr_scatter() 7676 return segment; in ncr_scatter()
|
/linux-4.4.14/fs/romfs/ |
D | storage.c | 44 size_t segment; in romfs_mtd_strnlen() local 51 segment = min_t(size_t, maxlen, 16); in romfs_mtd_strnlen() 52 ret = ROMFS_MTD_READ(sb, pos, segment, &len, buf); in romfs_mtd_strnlen() 74 size_t len, segment; in romfs_mtd_strcmp() local 82 segment = min_t(size_t, size + 1, 17); in romfs_mtd_strcmp() 83 ret = ROMFS_MTD_READ(sb, pos, segment, &len, buf); in romfs_mtd_strcmp() 112 size_t segment; in romfs_blk_read() local 117 segment = min_t(size_t, buflen, ROMBSIZE - offset); in romfs_blk_read() 121 memcpy(buf, bh->b_data + offset, segment); in romfs_blk_read() 123 buf += segment; in romfs_blk_read() [all …]
|
/linux-4.4.14/arch/x86/math-emu/ |
D | get_address.c | 122 static unsigned long vm86_segment(u_char segment, struct address *addr) in vm86_segment() argument 124 segment--; in vm86_segment() 126 if (segment > PREFIX_SS_) { in vm86_segment() 131 addr->selector = VM86_REG_(segment); in vm86_segment() 132 return (unsigned long)VM86_REG_(segment) << 4; in vm86_segment() 136 static long pm_address(u_char FPU_modrm, u_char segment, in pm_address() argument 142 segment--; in pm_address() 146 if (segment > PREFIX_SS_) { in pm_address() 152 switch (segment) { in pm_address() 158 addr->selector = PM_REG_(segment); in pm_address() [all …]
|
D | fpu_entry.c | 573 override->segment = PREFIX_CS_; in valid_prefix() 576 override->segment = PREFIX_ES_; in valid_prefix() 579 override->segment = PREFIX_SS_; in valid_prefix() 582 override->segment = PREFIX_FS_; in valid_prefix() 585 override->segment = PREFIX_GS_; in valid_prefix() 588 override->segment = PREFIX_DS_; in valid_prefix()
|
D | fpu_emu.h | 127 u_char address_size, operand_size, segment; member
|
/linux-4.4.14/drivers/gpu/ipu-v3/ |
D | ipu-dmfc.c | 108 unsigned segment; member 176 int segment, int burstsize) in ipu_dmfc_setup_channel() argument 183 slots, segment, dmfc->data->ipu_channel); in ipu_dmfc_setup_channel() 217 field |= DMFC_SEGMENT(segment); in ipu_dmfc_setup_channel() 227 dmfc->segment = segment; in ipu_dmfc_setup_channel() 229 dmfc->slotmask = ((1 << slots) - 1) << segment; in ipu_dmfc_setup_channel() 248 int i, segment = 0; in dmfc_find_slots() local 257 return segment; in dmfc_find_slots() 260 segment++; in dmfc_find_slots() 272 dmfc->slots, dmfc->segment); in ipu_dmfc_free_bandwidth() [all …]
|
/linux-4.4.14/arch/ia64/sn/pci/pcibr/ |
D | pcibr_provider.c | 31 u64 segment; in sal_pcibr_slot_enable() local 36 segment = soft->pbi_buscommon.bs_persist_segment; in sal_pcibr_slot_enable() 38 SAL_CALL_NOLOCK(ret_stuff, (u64) SN_SAL_IOIF_SLOT_ENABLE, segment, in sal_pcibr_slot_enable() 51 u64 segment; in sal_pcibr_slot_disable() local 56 segment = soft->pbi_buscommon.bs_persist_segment; in sal_pcibr_slot_disable() 59 segment, busnum, (u64) device, (u64) action, in sal_pcibr_slot_disable() 69 int segment; in sal_pcibr_error_interrupt() local 73 segment = soft->pbi_buscommon.bs_persist_segment; in sal_pcibr_error_interrupt() 77 (u64) segment, (u64) busnum, 0, 0, 0, 0, 0); in sal_pcibr_error_interrupt()
|
/linux-4.4.14/kernel/ |
D | kexec_core.c | 168 mstart = image->segment[i].mem; in sanity_check_segment_list() 169 mend = mstart + image->segment[i].memsz; in sanity_check_segment_list() 186 mstart = image->segment[i].mem; in sanity_check_segment_list() 187 mend = mstart + image->segment[i].memsz; in sanity_check_segment_list() 191 pstart = image->segment[j].mem; in sanity_check_segment_list() 192 pend = pstart + image->segment[j].memsz; in sanity_check_segment_list() 206 if (image->segment[i].bufsz > image->segment[i].memsz) in sanity_check_segment_list() 225 mstart = image->segment[i].mem; in sanity_check_segment_list() 226 mend = mstart + image->segment[i].memsz - 1; in sanity_check_segment_list() 273 mstart = image->segment[i].mem; in kimage_is_destination_range() [all …]
|
D | kexec_internal.h | 10 int kimage_load_segment(struct kimage *image, struct kexec_segment *segment);
|
D | kexec.c | 33 ret = copy_from_user(image->segment, segments, segment_bytes); in copy_user_segment_list() 202 result = kimage_load_segment(image, &image->segment[i]); in SYSCALL_DEFINE4()
|
D | kexec_file.c | 360 ksegment = &image->segment[i]; in SYSCALL_DEFINE5() 365 ret = kimage_load_segment(image, &image->segment[i]); in SYSCALL_DEFINE5() 538 ksegment = &image->segment[image->nr_segments]; in kexec_add_buffer() 597 ksegment = &image->segment[i]; in kexec_calculate_store_digests()
|
/linux-4.4.14/drivers/dma/xilinx/ |
D | xilinx_vdma.c | 311 struct xilinx_vdma_tx_segment *segment; in xilinx_vdma_alloc_tx_segment() local 314 segment = dma_pool_alloc(chan->desc_pool, GFP_ATOMIC, &phys); in xilinx_vdma_alloc_tx_segment() 315 if (!segment) in xilinx_vdma_alloc_tx_segment() 318 memset(segment, 0, sizeof(*segment)); in xilinx_vdma_alloc_tx_segment() 319 segment->phys = phys; in xilinx_vdma_alloc_tx_segment() 321 return segment; in xilinx_vdma_alloc_tx_segment() 330 struct xilinx_vdma_tx_segment *segment) in xilinx_vdma_free_tx_segment() argument 332 dma_pool_free(chan->desc_pool, segment, segment->phys); in xilinx_vdma_free_tx_segment() 372 struct xilinx_vdma_tx_segment *segment, *next; in xilinx_vdma_free_tx_descriptor() local 377 list_for_each_entry_safe(segment, next, &desc->segments, node) { in xilinx_vdma_free_tx_descriptor() [all …]
|
/linux-4.4.14/arch/x86/pci/ |
D | mmconfig-shared.c | 57 if (cfg->segment > new->segment || in list_add_sorted() 58 (cfg->segment == new->segment && in list_add_sorted() 67 static struct pci_mmcfg_region *pci_mmconfig_alloc(int segment, int start, in pci_mmconfig_alloc() argument 81 new->segment = segment; in pci_mmconfig_alloc() 90 "PCI MMCONFIG %04x [bus %02x-%02x]", segment, start, end); in pci_mmconfig_alloc() 96 static struct pci_mmcfg_region *__init pci_mmconfig_add(int segment, int start, in pci_mmconfig_add() argument 101 new = pci_mmconfig_alloc(segment, start, end, addr); in pci_mmconfig_add() 110 segment, start, end, &new->res, (unsigned long)addr); in pci_mmconfig_add() 116 struct pci_mmcfg_region *pci_mmconfig_lookup(int segment, int bus) in pci_mmconfig_lookup() argument 121 if (cfg->segment == segment && in pci_mmconfig_lookup() [all …]
|
D | pcbios.c | 81 unsigned short segment; member 122 unsigned short segment; member 376 u16 segment; member 393 opt.segment = __KERNEL_DS; in pcibios_get_irq_routing_table()
|
D | acpi.c | 319 int domain = root->segment; in pci_acpi_scan_root() 325 root->segment = domain = 0; in pci_acpi_scan_root()
|
D | common.c | 659 if ((pci_domain_nr(dev->bus) == rom->segment) && in pcibios_add_device()
|
/linux-4.4.14/include/scsi/ |
D | libiscsi_tcp.h | 58 struct iscsi_segment segment; member 107 struct iscsi_segment *segment, int recv, 109 extern void iscsi_tcp_segment_unmap(struct iscsi_segment *segment); 111 extern void iscsi_segment_init_linear(struct iscsi_segment *segment, 116 iscsi_segment_seek_sg(struct iscsi_segment *segment,
|
/linux-4.4.14/drivers/misc/eeprom/ |
D | at25.c | 179 unsigned segment; in at25_ee_write() local 211 segment = buf_size - (offset % buf_size); in at25_ee_write() 212 if (segment > count) in at25_ee_write() 213 segment = count; in at25_ee_write() 214 memcpy(cp, buf, segment); in at25_ee_write() 216 segment + at25->addrlen + 1); in at25_ee_write() 219 segment, offset, (int) status); in at25_ee_write() 248 segment, offset, in at25_ee_write() 255 off += segment; in at25_ee_write() 256 buf += segment; in at25_ee_write() [all …]
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | uaccess.h | 66 #define __access_ok(addr, size, segment) \ argument 69 (likely((unsigned long) (addr) <= (segment).seg) \ 70 && ((segment).seg == KERNEL_DS.seg \ 187 #define __do_get_user(check, x, ptr, size, segment) \ argument 193 if (!check || __access_ok(__gu_ptr, size, segment)) \ 206 #define __get_user_check(x, ptr, size, segment) __do_get_user(1, x, ptr, size, segment) argument 214 #define __do_put_user(check, x, ptr, size, segment) \ argument 221 if (!check || __access_ok(__pu_ptr, __pu_size, segment)) \ 233 #define __put_user_check(x, ptr, size, segment) __do_put_user(1, x, ptr, size, segment) argument
|
D | pci.h | 15 __u16 segment; /* PCI Segment number */ member 70 int segment; member 78 #define pci_domain_nr(busdev) (PCI_CONTROLLER(busdev)->segment)
|
/linux-4.4.14/drivers/staging/rts5208/ |
D | ms.c | 2407 ms_card->segment = vzalloc(size); 2408 if (ms_card->segment == NULL) { 2441 block_no = ms_card->segment[seg_no].disable_count++; 2442 ms_card->segment[seg_no].defect_list[block_no] = defect_block; 2446 ms_card->segment[i].build_flag = 0; 2447 ms_card->segment[i].l2p_table = NULL; 2448 ms_card->segment[i].free_table = NULL; 2449 ms_card->segment[i].get_index = 0; 2450 ms_card->segment[i].set_index = 0; 2451 ms_card->segment[i].unused_blk_cnt = 0; [all …]
|
D | rtsx_chip.h | 579 struct zone_entry *segment; member
|
/linux-4.4.14/arch/ia64/sn/kernel/ |
D | io_init.c | 49 static inline u64 sal_get_pcibus_info(u64 segment, u64 busnum, u64 address) in sal_get_pcibus_info() argument 57 (u64) segment, (u64) busnum, (u64) address, 0, 0, 0, 0); in sal_get_pcibus_info() 65 sal_get_pcidev_info(u64 segment, u64 bus_number, u64 devfn, u64 pci_dev, in sal_get_pcidev_info() argument 74 (u64) segment, (u64) bus_number, (u64) devfn, in sal_get_pcidev_info() 234 sn_pci_controller_fixup(int segment, int busnum, struct pci_bus *bus) in sn_pci_controller_fixup() argument 242 status = sal_get_pcibus_info((u64) segment, (u64) busnum, in sn_pci_controller_fixup() 250 controller->segment = segment; in sn_pci_controller_fixup()
|
D | io_acpi_init.c | 359 unsigned long long segment; in sn_acpi_get_pcidev_info() local 365 &segment); in sn_acpi_get_pcidev_info() 367 if (segment != pci_domain_nr(dev)) { in sn_acpi_get_pcidev_info() 372 __func__, segment, pci_domain_nr(dev), in sn_acpi_get_pcidev_info()
|
D | io_common.c | 230 int segment = pci_domain_nr(dev->bus); in sn_pci_fixup_slot() local 247 host_pci_dev = pci_get_domain_bus_and_slot(segment, bus_no, devfn); in sn_pci_fixup_slot()
|
D | setup.c | 279 u8 segment; member
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | machine_kexec_64.c | 43 if (image->segment[i].mem < __pa(_end)) in default_machine_kexec_prepare() 66 if (image->segment[i].mem < __pa(_end)) in default_machine_kexec_prepare() 84 begin = image->segment[i].mem; in default_machine_kexec_prepare() 85 end = begin + image->segment[i].memsz; in default_machine_kexec_prepare() 103 begin = image->segment[i].mem; in default_machine_kexec_prepare() 104 end = begin + image->segment[i].memsz; in default_machine_kexec_prepare() 154 memcpy(ranges, image->segment, sizeof(ranges)); in kexec_copy_flush()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-fs-nilfs2 | 97 Show start block number of the latest segment. 103 Show sequence value of the latest segment. 109 Show checkpoint number of the latest segment. 115 Show segment sequence counter. 121 Show index number of the latest full segment. 127 Show index number of the full segment index 134 Show offset of next partial segment in the current 135 full segment. 147 Show write time of the last segment in 154 Show write time of the last segment in seconds. [all …]
|
D | sysfs-fs-f2fs | 32 Controls the issue rate of segment discard commands. 64 Controls the number of trials to find a victim segment.
|
D | sysfs-bus-usb-devices-usbsevseg | 24 raw: each character controls its segment manually
|
D | sysfs-firmware-memmap | 17 parameter segment of the kernel that should be booted with
|
D | sysfs-bus-fcoe | 77 be sent to their destination on the Ethernet segment.
|
D | sysfs-class-cxl | 71 Set the mode for prefaulting in segments into the segment table
|
/linux-4.4.14/Documentation/filesystems/ |
D | logfs.txt | 34 only a partial segment has been written, the segment number, the 39 required to completely free a segment before doing so. 53 store. Each segment contains a segment header and a number of 69 Each segment contains objects of a single level only. As a result, 70 each level requires its own separate segment to be open for writing. 100 Initially, bad blocks are handled by moving the affected segment 101 content to a spare segment and noting this move in the journal with a 102 segment alias, a simple (to, from) tupel. GC will later empty this 103 segment and the alias can be removed again. This is used on MTD only. 111 have a separate segment open for writing. Each (level, vim) tupel can [all …]
|
D | f2fs.txt | 39 segment cleaner to compress the live information from heavily fragmented 64 1. A victim segment is selected through referencing segment usage table. 66 segment summary blocks. 112 discard Issue discard/TRIM commands when a segment is cleaned. 113 no_heap Disable heap-style segment allocation which finds free 234 find a victim segment when conducting SSR and 326 segment size identically, but users can easily modify the sizes by mkfs. 332 |-> align with the segment size 360 : It contains segment information such as valid block count and bitmap for the 375 aligns the start block address of CP with the segment size. Also, it aligns the [all …]
|
D | nilfs2.txt | 108 NILFS_IOCTL_GET_SUINFO Return segment usage info about requested 113 NILFS_IOCTL_SET_SUINFO Modify segment usage info of requested 120 NILFS_IOCTL_GET_SUSTAT Return segment usage statistics. This ioctl 182 for the super block (SB) and segment #0. A segment is the container 242 To stride over segment boundaries, this sequence of files may be split 244 logically one log, is delimited with flags marked in the segment
|
/linux-4.4.14/drivers/media/i2c/ |
D | ad9389b.c | 799 int segment, u8 *buf) in ad9389b_dbg_dump_edid() argument 806 v4l2_dbg(lvl, debug, sd, "edid segment %d\n", segment); in ad9389b_dbg_dump_edid() 854 ed.segment = ad9389b_rd(sd, 0xc4); in ad9389b_edid_handler() 991 static bool edid_verify_crc(struct v4l2_subdev *sd, u32 segment) in edid_verify_crc() argument 997 if (edid_block_verify_crc(&data[segment * 256])) { in edid_verify_crc() 998 if ((segment + 1) * 2 <= blocks) in edid_verify_crc() 999 return edid_block_verify_crc(&data[segment * 256 + 128]); in edid_verify_crc() 1005 static bool edid_verify_header(struct v4l2_subdev *sd, u32 segment) in edid_verify_header() argument 1014 if (segment) in edid_verify_header() 1028 int segment; in ad9389b_check_edid_status() local [all …]
|
D | adv7511.c | 1144 static void adv7511_dbg_dump_edid(int lvl, int debug, struct v4l2_subdev *sd, int segment, u8 *buf) in adv7511_dbg_dump_edid() argument 1148 v4l2_dbg(lvl, debug, sd, "edid segment %d\n", segment); in adv7511_dbg_dump_edid() 1171 ed.segment = adv7511_rd(sd, 0xc4); in adv7511_notify_no_edid() 1319 static bool edid_verify_crc(struct v4l2_subdev *sd, u32 segment) in edid_verify_crc() argument 1325 if (!edid_block_verify_crc(&data[segment * 256])) in edid_verify_crc() 1327 if ((segment + 1) * 2 <= blocks) in edid_verify_crc() 1328 return edid_block_verify_crc(&data[segment * 256 + 128]); in edid_verify_crc() 1332 static bool edid_verify_header(struct v4l2_subdev *sd, u32 segment) in edid_verify_header() argument 1340 if (segment != 0) in edid_verify_header() 1357 int segment = adv7511_rd(sd, 0xc4); in adv7511_check_edid_status() local [all …]
|
/linux-4.4.14/drivers/acpi/ |
D | pci_irq.c | 97 unsigned int segment; member 138 entry->id.segment == quirk->segment && in do_prt_fixups() 147 entry->id.segment, entry->id.bus, in do_prt_fixups() 159 int segment = pci_domain_nr(dev->bus); in acpi_pci_irq_check_entry() local 177 entry->id.segment = segment; in acpi_pci_irq_check_entry() 212 entry->id.segment, entry->id.bus, in acpi_pci_irq_check_entry()
|
D | pci_root.c | 520 unsigned long long segment, bus; in acpi_pci_root_add() local 532 segment = 0; in acpi_pci_root_add() 534 &segment); in acpi_pci_root_add() 568 root->segment = segment & 0xFFFF; in acpi_pci_root_add() 580 root->segment, &root->secondary); in acpi_pci_root_add() 601 root->segment, (unsigned int)root->secondary.start); in acpi_pci_root_add() 836 root->segment, busnum); in acpi_pci_root_create()
|
D | osl.c | 1061 result = raw_pci_read(pci_id->segment, pci_id->bus, in acpi_os_read_pci_configuration() 1089 result = raw_pci_write(pci_id->segment, pci_id->bus, in acpi_os_write_pci_configuration()
|
/linux-4.4.14/arch/sh/kernel/ |
D | machine_kexec.c | 61 (unsigned int)image->segment[i].mem, in kexec_info() 62 (unsigned int)image->segment[i].mem + in kexec_info() 63 image->segment[i].memsz, in kexec_info() 64 (unsigned int)image->segment[i].memsz); in kexec_info()
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | uaccess.h | 42 #define __access_ok(addr, size, segment) \ argument 43 (((segment).seg & (addr | size | (addr+size))) == 0) 103 #define __get_user_check(x, ptr, size, segment) \ argument 108 if (__access_ok((unsigned long)__gu_addr, size, segment)) { \ 218 #define __put_user_check(x, ptr, size, segment) \ argument 222 if (__access_ok((unsigned long)__pu_addr, size, segment)) { \
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-address.h | 278 #define CVMX_ADD_SEG32(segment, add) \ argument 279 (((int32_t)segment << 31) | (int32_t)(add)) 291 #define CVMX_ADD_SEG(segment, add) ((((uint64_t)segment) << 62) | (add)) argument
|
D | cvmx.h | 43 #define CVMX_ADD_SEG32(segment, add) \ argument 44 (((int32_t)segment << 31) | (int32_t)(add)) 49 #define CVMX_ADD_SEG(segment, add) \ argument 50 ((((uint64_t)segment) << 62) | (add))
|
/linux-4.4.14/Documentation/i2c/muxes/ |
D | i2c-mux-gpio | 13 ---------- ---------- Bus segment 1 - - - - - 16 | | | | Bus segment 2 | | 19 | | | | Bus segment M 23 SCL/SDA of the master I2C bus is multiplexed to bus segment 1..M
|
/linux-4.4.14/include/linux/ |
D | dmar.h | 59 u16 segment; /* PCI domain */ member 116 struct dmar_dev_scope **devices, u16 segment); 120 void *start, void*end, u16 segment, 124 u16 segment, struct dmar_dev_scope *devices,
|
D | dmi.h | 92 int segment; member
|
D | cper.h | 422 __u16 segment; member
|
D | kexec.h | 143 struct kexec_segment segment[KEXEC_SEGMENT_MAX]; member
|
D | pe.h | 51 uint16_t segment; member
|
D | intel-iommu.h | 410 u16 segment; /* PCI segment# */ member
|
/linux-4.4.14/arch/arm/kernel/ |
D | process.c | 142 const char *segment; in __show_regs() local 146 segment = "none"; in __show_regs() 148 segment = "kernel"; in __show_regs() 150 segment = "user"; in __show_regs() 156 isa_modes[isa_mode(regs)], segment); in __show_regs()
|
D | machine_kexec.c | 58 current_segment = &image->segment[i]; in machine_kexec_prepare()
|
D | head-common.S | 85 cmp r4, r5 @ Copy data segment if needed
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | uaccess.h | 50 #define __access_ok(addr, size, segment) \ argument 51 (((addr) <= (segment).seg) && ((size) <= (segment).seg)) 55 #define __access_ok(addr, size, segment) \ argument 56 (((addr) <= (segment).seg) && \ 57 (((size) == 0) || (((size) - 1) <= ((segment).seg - (addr)))))
|
/linux-4.4.14/drivers/s390/char/ |
D | tape_34xx.c | 36 unsigned int segment : 7; member 913 if (!sbid_list || (bid.segment < 2 && bid.wrap == 0)) in tape_34xx_add_sbid() 928 (sbid->bid.segment == bid.segment) && in tape_34xx_add_sbid() 952 sbid->bid.segment, in tape_34xx_add_sbid() 979 sbid->bid.segment, in tape_34xx_delete_sbid_from() 1003 bid->segment = 1; in tape_34xx_merge_sbid() 1018 bid->segment = sbid_to_use->bid.segment; in tape_34xx_merge_sbid() 1021 sbid_to_use->bid.segment, in tape_34xx_merge_sbid()
|
/linux-4.4.14/arch/ia64/scripts/ |
D | toolchain-flags | 22 warning: your linker cannot handle cross-segment segment-relative relocations.
|
/linux-4.4.14/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 87 maps each segment to a PE#. That allows portions of the MMIO space 88 to be assigned to PEs on a segment granularity. For a 2GB window, 89 the segment granularity is 2GB/256 = 8MB. 93 onto a segment alignment/granularity so that the space behind a bridge 111 has 256 segments; however, there is no table for mapping a segment 112 to a PE#. The segment number *is* the PE#. 136 than one segment, we end up with more than one PE#. There is a HW 181 mapped to separate PEs in this window. Each segment can be 185 the segment size matches the smallest VF BAR, which means larger VF 193 PEs (the segment number is the PE#), so there isn't as much [all …]
|
/linux-4.4.14/arch/m68k/sun3/ |
D | mmu_emu.c | 356 unsigned long segment, offset; in mmu_emu_handle_fault() local 377 segment = (vaddr >> SUN3_PMEG_SIZE_BITS) & 0x7FF; in mmu_emu_handle_fault() 381 printk ("mmu_emu_handle_fault: segment=%lx offset=%lx\n", segment, offset); in mmu_emu_handle_fault() 384 pte = (pte_t *) pgd_val (*(crp + segment)); in mmu_emu_handle_fault()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_null.c | 229 int segment, int newsize) in null_enlarge_reqbuf() argument 241 oldsize = req->rq_reqbuf->lm_buflens[segment]; in null_enlarge_reqbuf() 242 req->rq_reqbuf->lm_buflens[segment] = newsize; in null_enlarge_reqbuf() 244 req->rq_reqbuf->lm_buflens[segment] = oldsize; in null_enlarge_reqbuf() 274 _sptlrpc_enlarge_msg_inplace(req->rq_reqmsg, segment, newsize); in null_enlarge_reqbuf()
|
D | sec.c | 1530 int segment, int newsize) in _sptlrpc_enlarge_msg_inplace() argument 1535 LASSERT(segment < msg->lm_bufcount); in _sptlrpc_enlarge_msg_inplace() 1536 LASSERT(msg->lm_buflens[segment] <= newsize); in _sptlrpc_enlarge_msg_inplace() 1538 if (msg->lm_buflens[segment] == newsize) in _sptlrpc_enlarge_msg_inplace() 1542 if (segment == msg->lm_bufcount - 1) { in _sptlrpc_enlarge_msg_inplace() 1543 msg->lm_buflens[segment] = newsize; in _sptlrpc_enlarge_msg_inplace() 1547 oldsize = msg->lm_buflens[segment]; in _sptlrpc_enlarge_msg_inplace() 1549 src = lustre_msg_buf(msg, segment + 1, 0); in _sptlrpc_enlarge_msg_inplace() 1550 msg->lm_buflens[segment] = newsize; in _sptlrpc_enlarge_msg_inplace() 1551 dst = lustre_msg_buf(msg, segment + 1, 0); in _sptlrpc_enlarge_msg_inplace() [all …]
|
D | pack_generic.c | 424 static int lustre_shrink_msg_v2(struct lustre_msg_v2 *msg, int segment, in lustre_shrink_msg_v2() argument 431 LASSERT(msg->lm_bufcount > segment); in lustre_shrink_msg_v2() 432 LASSERT(msg->lm_buflens[segment] >= newlen); in lustre_shrink_msg_v2() 434 if (msg->lm_buflens[segment] == newlen) in lustre_shrink_msg_v2() 437 if (move_data && msg->lm_bufcount > segment + 1) { in lustre_shrink_msg_v2() 438 tail = lustre_msg_buf_v2(msg, segment + 1, 0); in lustre_shrink_msg_v2() 439 for (n = segment + 1; n < msg->lm_bufcount; n++) in lustre_shrink_msg_v2() 443 msg->lm_buflens[segment] = newlen; in lustre_shrink_msg_v2() 446 newpos = lustre_msg_buf_v2(msg, segment + 1, 0); in lustre_shrink_msg_v2() 471 int lustre_shrink_msg(struct lustre_msg *msg, int segment, in lustre_shrink_msg() argument [all …]
|
D | sec_plain.c | 636 int segment, int newsize) in plain_enlarge_reqbuf() argument 648 oldsize = req->rq_reqmsg->lm_buflens[segment]; in plain_enlarge_reqbuf() 649 req->rq_reqmsg->lm_buflens[segment] = newsize; in plain_enlarge_reqbuf() 652 req->rq_reqmsg->lm_buflens[segment] = oldsize; in plain_enlarge_reqbuf() 694 _sptlrpc_enlarge_msg_inplace(req->rq_reqmsg, segment, newsize); in plain_enlarge_reqbuf()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | desc_defs.h | 53 u16 segment; member 85 #define gate_segment(g) ((g).segment)
|
D | pci_x86.h | 136 u16 segment; member 149 extern struct pci_mmcfg_region *pci_mmconfig_lookup(int segment, int bus);
|
D | pci.h | 139 unsigned long segment; member
|
D | desc.h | 59 gate->segment = __KERNEL_CS; in pack_gate()
|
/linux-4.4.14/arch/s390/kernel/ |
D | head64.S | 53 .quad 0 # cr1: primary space segment table 59 .quad 0 # cr7: secondary space segment table 65 .quad 0 # cr13: home space segment table
|
/linux-4.4.14/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 6 /* Read-only sections, merged into text segment: */ 21 we can shorten the on-disk segment size. */
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.h | 202 void bnx2x_igu_ack_sb(struct bnx2x *bp, u8 igu_sb_id, u8 segment, 642 u8 segment, u16 index, u8 op, in bnx2x_igu_ack_sb_gen() argument 649 (segment << IGU_REGULAR_SEGMENT_ACCESS_SHIFT) | in bnx2x_igu_ack_sb_gen() 689 u8 segment; in bnx2x_ack_sb() local 692 segment = storm; in bnx2x_ack_sb() 694 segment = IGU_SEG_ACCESS_DEF; in bnx2x_ack_sb() 696 segment = IGU_SEG_ACCESS_ATTN; in bnx2x_ack_sb() 698 segment = IGU_SEG_ACCESS_DEF; in bnx2x_ack_sb() 699 bnx2x_igu_ack_sb(bp, igu_sb_id, segment, index, op, update); in bnx2x_ack_sb()
|
D | bnx2x.h | 2468 offsetof(struct cstorm_def_status_block_u, segment) 2470 offsetof(struct cstorm_def_status_block_c, segment) 2472 offsetof(struct xstorm_def_status_block, segment) 2474 offsetof(struct tstorm_def_status_block, segment)
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | perf.fuc | 30 * PERF data segment 36 * PERF code segment
|
D | test.fuc | 30 * TEST data segment 36 * TEST code segment
|
D | idle.fuc | 30 * IDLE data segment 36 * IDLE code segment
|
D | arith.fuc | 26 * arith data segment 35 * arith code segment
|
D | host.fuc | 30 * HOST data segment 59 * HOST code segment
|
D | i2c_.fuc | 34 * I2C_ data segment 75 * I2C_ code segment
|
D | memx.fuc | 30 * MEMX data segment 74 * MEMX code segment
|
D | kernel.fuc | 26 * kernel data segment 41 * kernel code segment
|
/linux-4.4.14/Documentation/arm/ |
D | Porting | 74 basis by the kernel. I'll call this the user segment. 77 this the kernel segment. 89 Virtual address for the kernel data segment. Must not be defined 96 The addresses must also be in the kernel segment (see above).
|
D | kernel_user_helpers.txt | 4 These are segment of kernel provided user code reachable from user space
|
/linux-4.4.14/include/media/ |
D | ad9389b.h | 46 int segment; member
|
D | adv7511.h | 34 int segment; member
|
/linux-4.4.14/Documentation/networking/ |
D | fib_trie.txt | 17 The number of bits in the key segment used for indexing into the 21 The position (in the key) of the key segment used for indexing into 26 a segment of the key specified by the parent's "pos" and "bits" 120 trie, key segment by key segment, until we find a leaf. check_leaf() does
|
D | netconsole.txt | 173 other systems on the same ethernet segment.
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ |
D | ssd1307fb.txt | 19 - solomon,segment-no-remap: Display needs normal (non-inverted) data column 20 to segment mapping
|
/linux-4.4.14/drivers/char/agp/ |
D | frontend.c | 828 struct agp_segment *segment; in agpioc_reserve_wrap() local 833 segment = kmalloc((sizeof(struct agp_segment) * reserve.seg_count), in agpioc_reserve_wrap() 836 if (segment == NULL) in agpioc_reserve_wrap() 839 if (copy_from_user(segment, (void __user *) reserve.seg_list, in agpioc_reserve_wrap() 841 kfree(segment); in agpioc_reserve_wrap() 844 reserve.seg_list = segment; in agpioc_reserve_wrap() 851 kfree(segment); in agpioc_reserve_wrap()
|
/linux-4.4.14/drivers/iommu/ |
D | dmar.c | 221 void *start, void*end, u16 segment, in dmar_insert_dev_scope() argument 230 if (segment != info->seg) in dmar_insert_dev_scope() 265 int dmar_remove_dev_scope(struct dmar_pci_notify_info *info, u16 segment, in dmar_remove_dev_scope() argument 271 if (info->seg != segment) in dmar_remove_dev_scope() 299 dmaru->segment, in dmar_pci_bus_add_dev() 317 if (dmar_remove_dev_scope(info, dmaru->segment, in dmar_pci_bus_del_dev() 363 if (dmaru->segment == drhd->segment && in dmar_find_dmaru() 397 dmaru->segment = drhd->segment; in dmar_parse_one_drhd() 672 drhd->segment == pci_domain_nr(dev->bus)) in dmar_find_matched_drhd_unit() 1044 iommu->segment = drhd->segment; in alloc_iommu()
|
D | intel-iommu.c | 881 u16 segment = 0; in device_to_iommu() local 889 segment = pci_domain_nr(pdev->bus); in device_to_iommu() 895 if (pdev && segment != drhd->segment) in device_to_iommu() 2304 dmar_search_domain_by_dev_info(int segment, int bus, int devfn) in dmar_search_domain_by_dev_info() argument 2309 if (info->iommu->segment == segment && info->bus == bus && in dmar_search_domain_by_dev_info() 2366 info2 = dmar_search_domain_by_dev_info(iommu->segment, bus, devfn); in dmar_insert_one_dev_info() 4093 if (atsr->segment != tmp->segment) in dmar_find_atsr() 4332 if (atsr->segment != pci_domain_nr(dev->bus)) in dmar_find_matched_atsr_unit() 4366 rmrr->segment, rmrru->devices, in dmar_iommu_notify_scope_dev() 4371 dmar_remove_dev_scope(info, rmrr->segment, in dmar_iommu_notify_scope_dev() [all …]
|
/linux-4.4.14/fs/logfs/ |
D | Makefile | 10 logfs-y += segment.o
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | hwpci.c | 253 pci_id->segment, pci_id->bus, pci_id->device, in acpi_hw_process_pci_list() 279 pci_id->segment, pci_id->bus, pci_id->device, in acpi_hw_process_pci_list()
|
D | exregion.c | 396 function, bit_width, pci_id->segment, pci_id->bus, in acpi_ex_pci_config_space_handler()
|
D | evrgnini.c | 311 pci_id->segment = ACPI_LOWORD(pci_value); in acpi_ev_pci_config_region_setup()
|
/linux-4.4.14/Documentation/block/ |
D | request.txt | 67 unsigned int current_nr_sectors DB Number of sectors in first segment 76 char *buffer D Map of first segment, also see
|
D | biodoc.txt | 157 Maximum size of a clustered segment, 64kB default. 542 current segment:driver modifiable */ 560 except that since we have multi-segment bios, current_nr_sectors refers 561 to the numbers of sectors in the current segment being processed which could 575 The buffer field is just a virtual address mapping of the current segment 651 /* bio_vec is now current segment */ 653 I/O completion callbacks are per-bio rather than per-segment, so drivers 656 need to be reorganized to support multi-segment bios. 669 is set) and correct segment accounting to avoid exceeding the limits which 672 - Prevents a clustered segment from crossing a 4GB mem boundary [all …]
|
D | queue-sysfs.txt | 79 Maximum segment size of the device.
|
/linux-4.4.14/fs/nilfs2/ |
D | Makefile | 4 the_nilfs.o segbuf.o segment.o cpfile.o sufile.o \
|
/linux-4.4.14/drivers/net/ethernet/tile/ |
D | tilegx.c | 1687 int segment; in tso_count_edescs() local 1689 for (segment = 0; segment < sh->gso_segs; segment++) { in tso_count_edescs() 1739 int segment; in tso_headers_prepare() local 1763 for (segment = 0; segment < sh->gso_segs; segment++) { in tso_headers_prepare() 1789 if (segment != sh->gso_segs - 1) { in tso_headers_prepare() 1848 int segment; in tso_egress() local 1862 for (segment = 0; segment < sh->gso_segs; segment++) { in tso_egress()
|
/linux-4.4.14/include/linux/irqchip/ |
D | mips-gic.h | 27 #define GIC_REG(segment, offset) (segment##_##SECTION_OFS + offset##_##OFS) argument
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | dsp_defs.h | 149 word segment; member 156 word segment; member
|
/linux-4.4.14/drivers/xen/ |
D | pci.c | 235 r.segment = cfg->segment; in xen_mcfg_late()
|
/linux-4.4.14/fs/f2fs/ |
D | Makefile | 4 f2fs-y += checkpoint.o gc.o data.o node.o segment.o recovery.o
|
/linux-4.4.14/drivers/sbus/char/ |
D | Kconfig | 63 This is the driver for the 7-segment display and LED present on 70 another UltraSPARC-IIi-cEngine boardset with a 7-segment display,
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | setup.c | 143 if (!strncmp(bootloader, (char *)image->segment[i].buf, in octeon_kexec_prepare() 150 char *str = (char *)image->segment[i].buf; in octeon_kexec_prepare() 157 image->segment[i].mem + offt; in octeon_kexec_prepare() 211 kimage_ptr->segment[i].memsz + 2*PAGE_SIZE, in octeon_generic_shutdown() 212 kimage_ptr->segment[i].mem - PAGE_SIZE, in octeon_generic_shutdown()
|
D | Kconfig | 18 CVMSEG LM is a segment that accesses portions of the dcache as a
|
/linux-4.4.14/arch/mips/include/asm/ |
D | Kbuild | 16 generic-y += segment.h
|
/linux-4.4.14/arch/cris/arch-v10/ |
D | README.mm | 112 ( seg_c, seg ) | // kernel linear segment 113 ( seg_b, seg ) | // kernel linear segment 145 segment) and need to setup the seg_4 to a unity mapping, so that we don't get 146 a fault before we have had time to jump into the real kernel segment (0xc0). This function 227 The vmalloc-system keeps a paged segment in kernel-space at 0xd0000000. What
|
/linux-4.4.14/Documentation/PCI/ |
D | pci-error-recovery.txt | 153 If all drivers on the segment/slot return PCI_ERS_RESULT_CAN_RECOVER, 192 all drivers on a segment agree that they can try to recover and if no automatic 203 >>> segment, and thus invalidate the recovery that other devices 204 >>> on the same segment might have done, forcing the whole segment 214 same segment might have failed and thus triggered a 344 drivers if all drivers on the segment have returned 381 recover (disconnect them) and try to let other cards on the same segment 383 be only one driver per segment. 391 device on the segment starting from the error detection and until the
|
/linux-4.4.14/arch/ia64/sn/pci/ |
D | tioca_provider.c | 557 u64 segment; in tioca_error_intr_handler() local 562 segment = soft->ca_common.bs_persist_segment; in tioca_error_intr_handler() 567 segment, busnum, 0, 0, 0, 0, 0); in tioca_error_intr_handler()
|
/linux-4.4.14/Documentation/ |
D | this_cpu_ops.txt | 6 done through the use of segment registers (or a dedicated register where 64 On x86 the fs: or the gs: segment registers contain the base of the 65 per cpu area. It is then possible to simply use the segment override 68 instruction via a segment register prefix. 95 instead of the following operations required if there is no segment 136 Note that this operation is usually used in a code segment when
|
D | vgaarbiter.txt | 134 any resource on a different bus segment, since P2P bridges don't differentiate
|
D | assoc_array.txt | 500 key segment at that level end up in a separate node rooted on that slot for 501 that common key segment.
|
D | unshare.txt | 280 an address in the shm segment to synchronize execution of
|
D | oops-tracing.txt | 130 programs to search for specific patterns in the kernel code segment, and
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | Kbuild | 25 generic-y += segment.h
|
/linux-4.4.14/arch/m68k/kernel/ |
D | vmlinux-std.lds | 51 load segment. */
|
/linux-4.4.14/Documentation/input/ |
D | yealink.txt | 94 '8' : Generic 7 segment digit with individual addressable segments 96 Reduced capability 7 segment digit, when segments are hard wired together. 104 '.' : For example like AM, PM, SU, a 'dot' .. or other single segment
|
/linux-4.4.14/drivers/firmware/ |
D | pcdp.h | 69 u8 segment; member
|
D | dmi_scan.c | 324 static void __init dmi_save_dev_onboard(int instance, int segment, int bus, in dmi_save_dev_onboard() argument 334 onboard_dev->segment = segment; in dmi_save_dev_onboard()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | Kbuild | 26 generic-y += segment.h
|
/linux-4.4.14/sound/drivers/opl3/ |
D | opl3_midi.c | 106 int segment; in snd_opl3_calc_pitch() local 113 segment = pitchbend / 0x1000; in snd_opl3_calc_pitch() 114 freq = opl3_note_table[idx+segment]; in snd_opl3_calc_pitch() 115 freq += ((opl3_note_table[idx+segment+1] - freq) * in snd_opl3_calc_pitch()
|
/linux-4.4.14/arch/x86/boot/ |
D | pmjump.S | 46 .word __BOOT_CS # segment
|
/linux-4.4.14/drivers/pnp/pnpbios/ |
D | bioscalls.c | 26 u16 segment; member 477 pnp_bios_callpoint.segment = PNP_CS16; in pnpbios_calls_init()
|
/linux-4.4.14/arch/ia64/pci/ |
D | pci.c | 299 root->segment, (int)root->secondary.start); in pci_acpi_scan_root() 303 info->controller.segment = root->segment; in pci_acpi_scan_root()
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | sgi_hotplug.c | 111 u16 busnum, segment, ioboard_type; in sn_pci_slot_valid() local 121 segment = pci_domain_nr(pci_bus) & 0xf; in sn_pci_slot_valid() 126 (segment == 1 && busnum == 0 && device != 1)) in sn_pci_slot_valid()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore_snb.c | 424 int bus, segment; in snb_pci2phy_map_init() local 431 segment = pci_domain_nr(dev->bus); in snb_pci2phy_map_init() 434 map = __find_pci2phy_map(segment); in snb_pci2phy_map_init()
|
D | perf_event_intel_uncore.h | 122 int segment; member 127 struct pci2phy_map *__find_pci2phy_map(int segment);
|
D | perf_event_intel_uncore.c | 31 if (map->segment == pci_domain_nr(bus)) { in uncore_pcibus_to_physid() 41 struct pci2phy_map *__find_pci2phy_map(int segment) in __find_pci2phy_map() argument 50 if (map->segment == segment) in __find_pci2phy_map() 67 map->segment = segment; in __find_pci2phy_map()
|
D | perf_event.c | 2216 static unsigned long get_segment_base(unsigned int segment) in get_segment_base() argument 2219 int idx = segment >> 3; in get_segment_base() 2221 if ((segment & SEGMENT_TI_MASK) == SEGMENT_LDT) { in get_segment_base()
|
D | perf_event_intel_uncore_snbep.c | 1090 int i, bus, nodeid, segment; in snbep_pci2phy_map_init() local 1111 segment = pci_domain_nr(ubox_dev->bus); in snbep_pci2phy_map_init() 1113 map = __find_pci2phy_map(segment); in snbep_pci2phy_map_init()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_sec.h | 664 int segment, int newsize); 903 int segment, int newsize); 1001 int segment, int newsize);
|
D | lustre_net.h | 2554 int lustre_shrink_msg(struct lustre_msg *msg, int segment, 2609 lustre_shrink_reply(struct ptlrpc_request *req, int segment, in lustre_shrink_reply() argument 2614 req->rq_replen = lustre_shrink_msg(req->rq_repmsg, segment, in lustre_shrink_reply()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aiclib.h | 82 uint8_t segment; member
|
D | aic7xxx.seq | 781 /* Load the segment */ 789 * Calculate the trailing portion of this S/G segment that cannot 796 * there is no need for an extra segment. 805 * there is no need for an extra segment. 914 * The transfer is complete if either the last segment 936 * change, and/or the completion of the last segment. 964 * another segment. This will allow us to immediately 965 * pickup on the next segment on the next data phase. 967 * If we happened to stop on the last segment, then 1079 * If we halted on the last segment, the residual is [all …]
|
D | aic79xx.seq | 1553 * On the A, preloading a segment before HDMAENACK 1555 * first segment in the S/G FIFO. Wait until it is 1596 * Do we have another segment in the cache? 1685 * The transfer is complete if either the last segment 1698 * change, and/or the completion of the last segment. 1785 * another segment. This will allow us to immediately 1786 * pickup on the next segment on the next data phase. 1788 * If we happened to stop on the last segment, then 2276 * Load a dummy segment if preload space is available.
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | iommu.c | 994 unsigned long segment, offset; in insert_16M_pte() local 996 segment = addr >> IO_SEGMENT_SHIFT; in insert_16M_pte() 997 offset = (addr >> 24) - (segment << IO_PAGENO_BITS(24)); in insert_16M_pte() 998 ptab = ptab + (segment * (1 << 12) / sizeof(unsigned long)); in insert_16M_pte() 1001 addr, ptab, segment, offset); in insert_16M_pte()
|
/linux-4.4.14/arch/x86/platform/olpc/ |
D | olpc-xo1-pm.c | 35 unsigned short segment; member
|
/linux-4.4.14/include/linux/usb/ |
D | ehci_def.h | 110 u32 segment; /* address bits 63:32 if needed */ member
|
/linux-4.4.14/Documentation/x86/ |
D | boot.txt | 111 0x90000 segment, the boot loader should make sure not to use memory 172 020C/2 2.00+ start_sys_seg The load-low segment (0x1000) (obsolete) 332 The load low segment (0x1000). Obsolete. 424 - If 0, reload the segment registers in the 32bit entry point. 425 - If 1, do not reload the segment registers in the 32bit entry point. 535 same 64K segment as the real-mode code itself. 800 segment has to be used: 813 located in the same 64K segment as the real-mode setup code; it is 814 thus permitted to give the stack/heap the full 64K segment and locate 824 mode segment: [all …]
|
D | exception-tables.txt | 69 if (((((0 + current_set[0])->tss.segment) == 0x18 ) ||
|
/linux-4.4.14/include/xen/interface/ |
D | physdev.h | 245 uint16_t segment; member
|
/linux-4.4.14/drivers/lguest/x86/ |
D | core.c | 57 unsigned short segment; member 581 lguest_entry.segment = LGUEST_CS; in lguest_arch_host_init()
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | Kbuild | 40 generic-y += segment.h
|
/linux-4.4.14/Documentation/usb/ |
D | misc_usbsevseg.txt | 20 raw controls each segment manually,
|
D | WUSB-Design-overview.txt | 355 header (segment request) and then if there is any data, a data buffer 357 buffer is bigger than the max segment size, then we just do multiple 364 If reading, we don't send data buffers, just the segment headers saying 371 (given when we issued it) and the segment number. If it was a data read, 389 one of buffer URB. When submitting, we submit URBs for segment request 390 1, buffer 1, segment 2, buffer 2...etc. Then we wait on the DTI for xfer
|
/linux-4.4.14/include/acpi/ |
D | actbl2.h | 472 u16 segment; member 485 u16 segment; member 500 u16 segment; member
|
D | acpi_bus.h | 555 u16 segment; member
|
D | actypes.h | 1214 u16 segment; member
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | Kbuild | 42 generic-y += segment.h
|
/linux-4.4.14/arch/x86/kernel/ |
D | machine_kexec_64.c | 132 mstart = image->segment[i].mem; in init_pgtable() 133 mend = mstart + image->segment[i].memsz; in init_pgtable()
|
D | head_32.S | 456 1: movl $(__KERNEL_DS),%eax # reload all the segment registers 459 movl $(__USER_DS),%eax # DS/ES contains default USER segment
|
D | apm_32.c | 396 unsigned short segment; member 2339 apm_bios_entry.segment = APM_CS; in apm_init()
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | Kbuild | 42 generic-y += segment.h
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | Kbuild | 41 generic-y += segment.h
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | Kbuild | 45 generic-y += segment.h
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | Kbuild | 50 generic-y += segment.h
|
/linux-4.4.14/include/uapi/linux/ |
D | vfio.h | 353 __u16 segment; member
|
/linux-4.4.14/Documentation/xtensa/ |
D | mmu.txt | 63 6. The IO area covers the entire 256MB segment of parent-bus-address; the
|
/linux-4.4.14/Documentation/i2c/ |
D | instantiating-devices | 6 I2C bus segment, and what address these devices are using. For this 224 segment, the address is sufficient to uniquely identify the device to be 233 segment your device lives on doesn't have the proper class bit set and
|
/linux-4.4.14/arch/arm/mm/ |
D | proc-arm925.S | 183 mov r3, #(CACHE_DENTRIES - 1) << 4 @ 256 entries in segment 412 mov r3, #(CACHE_DENTRIES - 1) << 4 @ 256 entries in segment
|
/linux-4.4.14/Documentation/acpi/apei/ |
D | einj.txt | 133 express errors (type 0x40, 0x80 and 0x100) the segment, bus, device and 138 | segment | bus | device | function | reserved |
|
/linux-4.4.14/arch/frv/kernel/ |
D | head-uc-fr451.S | 139 # cover kernel core image with kernel-only segment
|
D | head-uc-fr401.S | 299 # cover kernel core image with kernel-only segment
|
D | head-uc-fr555.S | 333 # cover kernel core image with kernel-only segment
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 260 int segment; in sym_scatter() local 278 scsi_for_each_sg(cmd, sg, use_sg, segment) { in sym_scatter() 287 sym_build_sge(np, &data[segment], baddr, len); in sym_scatter() 291 segment = -2; in sym_scatter() 294 return segment; in sym_scatter()
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-fsl.c | 437 pdata->pm_segment = ehci_readl(ehci, &ehci->regs->segment); in ehci_fsl_mpc512x_drv_suspend() 503 ehci_writel(ehci, pdata->pm_segment, &ehci->regs->segment); in ehci_fsl_mpc512x_drv_resume()
|
D | oxu210hp.h | 127 u32 segment; /* address bits 63:32 if needed */ member
|
D | fotg210.h | 263 u32 segment; /* address bits 63:32 if needed */ member
|
D | ehci-hcd.c | 599 ehci_writel(ehci, 0, &ehci->regs->segment); in ehci_run()
|
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_queues.c | 926 int segment; in nicvf_tso_count_subdescs() local 928 for (segment = 0; segment < sh->gso_segs; segment++) { in nicvf_tso_count_subdescs()
|
/linux-4.4.14/arch/mips/kernel/ |
D | Makefile | 31 obj-$(CONFIG_DEBUG_FS) += segment.o
|
/linux-4.4.14/fs/ |
D | binfmt_flat.c | 386 char *segment[] = { "TEXT", "DATA", "BSS", "*UNKNOWN*" }; in old_reloc() local 401 r.reloc.offset, ptr, (int)*ptr, segment[r.reloc.type]); in old_reloc()
|
/linux-4.4.14/Documentation/DocBook/ |
D | networking.xml.db | 136 API-skb-segment 312 API-skb-mac-gso-segment 313 API---skb-gso-segment
|
D | kernel-api.xml.db | 662 API-blk-queue-max-segment-size 677 API-blk-queue-segment-boundary
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 116 ment (PASCE), which points to the primary space region/segment 124 segment table origin. 128 element (HASCE), which points to the home space region/segment 308 The SX (segment index, roughly corresponding to the PGD & PMD in Linux 317 The segment index (SX) being bits 33-43 327 to make the best use of memory by updating 4 segment indices 329 0,1024,2048 & 3072 in this page as for our segment indexes. 332 but only mess with 2 segment indices each time we mess with 944 The kernel's text segment is intentionally at an address in memory that it will 954 Your first problem is to find the STD ( segment table designation ) [all …]
|
/linux-4.4.14/drivers/i2c/ |
D | Kconfig | 66 multiplexed segment as a I2C adapter.
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | mb86a20s.c | 556 u32 segment) in mb86a20s_layer_bitrate() argument 618 rate = isdbt_rate[mod][fec][guard] * segment * BER_SAMPLING_RATE; in mb86a20s_layer_bitrate() 629 segment * isdbt_rate[mod][fec][guard]/1000, in mb86a20s_layer_bitrate()
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.sym53c8xx_2 | 111 - Add support for 64 bit DMA addressing using segment registers.
|
D | osd.txt | 156 The OSD standard also mandates alignment restrictions at start of each segment.
|
/linux-4.4.14/drivers/firmware/efi/ |
D | cper.c | 369 pcie->device_id.segment, pcie->device_id.bus, in cper_print_pcie()
|
/linux-4.4.14/Documentation/spi/ |
D | spidev | 146 and bitrate for each transfer segment.)
|
/linux-4.4.14/Documentation/ioctl/ |
D | cdrom.txt | 133 cdrom_msf structure, describing a segment of music to play 157 cdrom_ti structure, describing a segment of music to play
|
/linux-4.4.14/Documentation/vm/ |
D | numa_memory_policy.txt | 131 Thus, different tasks that attach to a shared memory segment can have 198 using the page offset of the faulting address into the segment 424 + set the shared policy for a shared memory segment via mbind(2)
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | eboot.c | 361 status = efi_early->call(pci->get_location, pci, &(rom->segment), in __setup_efi_pci32() 467 status = efi_early->call(pci->get_location, pci, &(rom->segment), in __setup_efi_pci64()
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_main.c | 1721 int segment; in atl1e_tx_map() local 1726 segment = (tpd->word3 >> TPD_SEGMENT_EN_SHIFT) & TPD_SEGMENT_EN_MASK; in atl1e_tx_map() 1727 if (segment) { in atl1e_tx_map()
|
/linux-4.4.14/arch/s390/ |
D | Kconfig | 760 Select this option, if you want to share the text segment of the 763 Also if a kernel was IPL'ed from a shared segment the kexec system
|
/linux-4.4.14/Documentation/ia64/ |
D | err_inject.txt | 335 /* connect to the segment: */ 830 /* Create a shm segment which will be used to inject/consume errors on.*/
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_edid.c | 1204 unsigned char segment = block >> 1; in drm_do_probe_ddc_edid() local 1205 unsigned char xfers = segment ? 3 : 2; in drm_do_probe_ddc_edid() 1221 .buf = &segment, in drm_do_probe_ddc_edid()
|
/linux-4.4.14/Documentation/driver-model/ |
D | platform.txt | 18 be connected through a segment of some other kind of bus; but its
|
/linux-4.4.14/drivers/acpi/apei/ |
D | ghes.c | 465 aer_recover_queue(pcie_err->device_id.segment, in ghes_do_proc()
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | head.S | 144 ;; and end of each segment.
|
/linux-4.4.14/Documentation/frv/ |
D | mmu-layout.txt | 167 segment table entries of 4 bytes apiece. Each PME "points to" a page table. In practice, each STE
|
/linux-4.4.14/drivers/block/ |
D | rbd.c | 1180 u64 segment; in rbd_segment_name() local 1187 segment = offset >> rbd_dev->header.obj_order; in rbd_segment_name() 1192 rbd_dev->header.object_prefix, segment); in rbd_segment_name() 1195 segment, ret); in rbd_segment_name()
|
/linux-4.4.14/drivers/vfio/pci/ |
D | vfio_pci.c | 345 fill->devices[fill->cur].segment = pci_domain_nr(pdev->bus); in vfio_pci_fill_devs()
|