/linux-4.1.27/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.1.27/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.1.27/arch/x86/math-emu/ |
D | get_address.c | 121 static unsigned long vm86_segment(u_char segment, struct address *addr) in vm86_segment() argument 123 segment--; in vm86_segment() 125 if (segment > PREFIX_SS_) { in vm86_segment() 130 addr->selector = VM86_REG_(segment); in vm86_segment() 131 return (unsigned long)VM86_REG_(segment) << 4; in vm86_segment() 135 static long pm_address(u_char FPU_modrm, u_char segment, in pm_address() argument 141 segment--; in pm_address() 145 if (segment > PREFIX_SS_) { in pm_address() 151 switch (segment) { in pm_address() 157 addr->selector = PM_REG_(segment); in pm_address() [all …]
|
D | fpu_entry.c | 611 override->segment = PREFIX_CS_; in valid_prefix() 614 override->segment = PREFIX_ES_; in valid_prefix() 617 override->segment = PREFIX_SS_; in valid_prefix() 620 override->segment = PREFIX_FS_; in valid_prefix() 623 override->segment = PREFIX_GS_; in valid_prefix() 626 override->segment = PREFIX_DS_; in valid_prefix()
|
D | fpu_emu.h | 127 u_char address_size, operand_size, segment; member
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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 | 16 u16 segment; member 214 pci_mmconfig_delete(info->segment, info->start_bus, in teardown_mcfg_map() 394 int domain = root->segment; in pci_acpi_scan_root()
|
D | common.c | 659 if ((pci_domain_nr(dev->bus) == rom->segment) && in pcibios_add_device()
|
/linux-4.1.27/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.1.27/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.1.27/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 94 int segment; member 102 #define pci_domain_nr(busdev) (PCI_CONTROLLER(busdev)->segment)
|
/linux-4.1.27/drivers/staging/rts5208/ |
D | ms.c | 2408 ms_card->segment = vzalloc(size); in ms_init_l2p_tbl() 2409 if (ms_card->segment == NULL) { in ms_init_l2p_tbl() 2442 block_no = ms_card->segment[seg_no].disable_count++; in ms_init_l2p_tbl() 2443 ms_card->segment[seg_no].defect_list[block_no] = defect_block; in ms_init_l2p_tbl() 2447 ms_card->segment[i].build_flag = 0; in ms_init_l2p_tbl() 2448 ms_card->segment[i].l2p_table = NULL; in ms_init_l2p_tbl() 2449 ms_card->segment[i].free_table = NULL; in ms_init_l2p_tbl() 2450 ms_card->segment[i].get_index = 0; in ms_init_l2p_tbl() 2451 ms_card->segment[i].set_index = 0; in ms_init_l2p_tbl() 2452 ms_card->segment[i].unused_blk_cnt = 0; in ms_init_l2p_tbl() [all …]
|
D | rtsx_chip.h | 579 struct zone_entry *segment; member
|
/linux-4.1.27/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.1.27/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 | 55 Set the mode for prefaulting in segments into the segment table
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | machine_kexec_64.c | 51 if (image->segment[i].mem < __pa(_end)) in default_machine_kexec_prepare() 69 begin = image->segment[i].mem; in default_machine_kexec_prepare() 70 end = begin + image->segment[i].memsz; in default_machine_kexec_prepare() 88 begin = image->segment[i].mem; in default_machine_kexec_prepare() 89 end = begin + image->segment[i].memsz; in default_machine_kexec_prepare() 138 memcpy(ranges, image->segment, sizeof(ranges)); in kexec_copy_flush()
|
/linux-4.1.27/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. 111 discard Issue discard/TRIM commands when a segment is cleaned. 112 no_heap Disable heap-style segment allocation which finds free 231 find a victim segment when conducting SSR and 323 segment size identically, but users can easily modify the sizes by mkfs. 329 |-> align with the segment size 357 : It contains segment information such as valid block count and bitmap for the 372 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.1.27/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 | 1031 static void adv7511_dbg_dump_edid(int lvl, int debug, struct v4l2_subdev *sd, int segment, uint8_t … in adv7511_dbg_dump_edid() argument 1035 v4l2_dbg(lvl, debug, sd, "edid segment %d\n", segment); in adv7511_dbg_dump_edid() 1058 ed.segment = adv7511_rd(sd, 0xc4); in adv7511_notify_no_edid() 1206 static bool edid_verify_crc(struct v4l2_subdev *sd, u32 segment) in edid_verify_crc() argument 1212 if (!edid_block_verify_crc(&data[segment * 256])) in edid_verify_crc() 1214 if ((segment + 1) * 2 <= blocks) in edid_verify_crc() 1215 return edid_block_verify_crc(&data[segment * 256 + 128]); in edid_verify_crc() 1219 static bool edid_verify_header(struct v4l2_subdev *sd, u32 segment) in edid_verify_header() argument 1227 if (segment != 0) in edid_verify_header() 1244 int segment = adv7511_rd(sd, 0xc4); in adv7511_check_edid_status() local [all …]
|
/linux-4.1.27/drivers/acpi/ |
D | pci_irq.c | 102 unsigned int segment; member 143 entry->id.segment == quirk->segment && in do_prt_fixups() 152 entry->id.segment, entry->id.bus, in do_prt_fixups() 164 int segment = pci_domain_nr(dev->bus); in acpi_pci_irq_check_entry() local 182 entry->id.segment = segment; in acpi_pci_irq_check_entry() 217 entry->id.segment, entry->id.bus, in acpi_pci_irq_check_entry()
|
D | pci_root.c | 524 unsigned long long segment, bus; in acpi_pci_root_add() local 536 segment = 0; in acpi_pci_root_add() 538 &segment); in acpi_pci_root_add() 572 root->segment = segment & 0xFFFF; in acpi_pci_root_add() 584 root->segment, &root->secondary); in acpi_pci_root_add() 605 root->segment, (unsigned int)root->secondary.start); in acpi_pci_root_add()
|
D | osl.c | 1072 result = raw_pci_read(pci_id->segment, pci_id->bus, in acpi_os_read_pci_configuration() 1100 result = raw_pci_write(pci_id->segment, pci_id->bus, in acpi_os_write_pci_configuration()
|
D | Kconfig | 279 i.e., segment/bus/device/function tuples, with physical slots in
|
/linux-4.1.27/kernel/ |
D | kexec.c | 154 ret = copy_from_user(image->segment, segments, segment_bytes); in copy_user_segment_list() 183 mstart = image->segment[i].mem; in sanity_check_segment_list() 184 mend = mstart + image->segment[i].memsz; in sanity_check_segment_list() 201 mstart = image->segment[i].mem; in sanity_check_segment_list() 202 mend = mstart + image->segment[i].memsz; in sanity_check_segment_list() 205 pstart = image->segment[j].mem; in sanity_check_segment_list() 206 pend = pstart + image->segment[j].memsz; in sanity_check_segment_list() 220 if (image->segment[i].bufsz > image->segment[i].memsz) in sanity_check_segment_list() 239 mstart = image->segment[i].mem; in sanity_check_segment_list() 240 mend = mstart + image->segment[i].memsz - 1; in sanity_check_segment_list() [all …]
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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 | 91 int segment; member
|
D | kexec.h | 143 struct kexec_segment segment[KEXEC_SEGMENT_MAX]; member
|
D | cper.h | 422 __u16 segment; member
|
D | pe.h | 51 uint16_t segment; member
|
D | intel-iommu.h | 335 u16 segment; /* PCI segment# */ member
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/ia64/scripts/ |
D | toolchain-flags | 22 warning: your linker cannot handle cross-segment segment-relative relocations.
|
/linux-4.1.27/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.1.27/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.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_null.c | 227 int segment, int newsize) in null_enlarge_reqbuf() argument 239 oldsize = req->rq_reqbuf->lm_buflens[segment]; in null_enlarge_reqbuf() 240 req->rq_reqbuf->lm_buflens[segment] = newsize; in null_enlarge_reqbuf() 242 req->rq_reqbuf->lm_buflens[segment] = oldsize; in null_enlarge_reqbuf() 272 _sptlrpc_enlarge_msg_inplace(req->rq_reqmsg, segment, newsize); in null_enlarge_reqbuf()
|
D | sec.c | 1586 int segment, int newsize) in _sptlrpc_enlarge_msg_inplace() argument 1591 LASSERT(segment < msg->lm_bufcount); in _sptlrpc_enlarge_msg_inplace() 1592 LASSERT(msg->lm_buflens[segment] <= newsize); in _sptlrpc_enlarge_msg_inplace() 1594 if (msg->lm_buflens[segment] == newsize) in _sptlrpc_enlarge_msg_inplace() 1598 if (segment == msg->lm_bufcount - 1) { in _sptlrpc_enlarge_msg_inplace() 1599 msg->lm_buflens[segment] = newsize; in _sptlrpc_enlarge_msg_inplace() 1603 oldsize = msg->lm_buflens[segment]; in _sptlrpc_enlarge_msg_inplace() 1605 src = lustre_msg_buf(msg, segment + 1, 0); in _sptlrpc_enlarge_msg_inplace() 1606 msg->lm_buflens[segment] = newsize; in _sptlrpc_enlarge_msg_inplace() 1607 dst = lustre_msg_buf(msg, segment + 1, 0); in _sptlrpc_enlarge_msg_inplace() [all …]
|
D | sec_plain.c | 637 int segment, int newsize) in plain_enlarge_reqbuf() argument 649 oldsize = req->rq_reqmsg->lm_buflens[segment]; in plain_enlarge_reqbuf() 650 req->rq_reqmsg->lm_buflens[segment] = newsize; in plain_enlarge_reqbuf() 653 req->rq_reqmsg->lm_buflens[segment] = oldsize; in plain_enlarge_reqbuf() 695 _sptlrpc_enlarge_msg_inplace(req->rq_reqmsg, segment, newsize); in plain_enlarge_reqbuf()
|
D | pack_generic.c | 440 int lustre_shrink_msg_v2(struct lustre_msg_v2 *msg, int segment, in lustre_shrink_msg_v2() argument 447 LASSERT(msg->lm_bufcount > segment); in lustre_shrink_msg_v2() 448 LASSERT(msg->lm_buflens[segment] >= newlen); in lustre_shrink_msg_v2() 450 if (msg->lm_buflens[segment] == newlen) in lustre_shrink_msg_v2() 453 if (move_data && msg->lm_bufcount > segment + 1) { in lustre_shrink_msg_v2() 454 tail = lustre_msg_buf_v2(msg, segment + 1, 0); in lustre_shrink_msg_v2() 455 for (n = segment + 1; n < msg->lm_bufcount; n++) in lustre_shrink_msg_v2() 459 msg->lm_buflens[segment] = newlen; in lustre_shrink_msg_v2() 462 newpos = lustre_msg_buf_v2(msg, segment + 1, 0); in lustre_shrink_msg_v2() 487 int lustre_shrink_msg(struct lustre_msg *msg, int segment, in lustre_shrink_msg() argument [all …]
|
/linux-4.1.27/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 | 151 unsigned long segment; member
|
D | desc.h | 59 gate->segment = __KERNEL_CS; in pack_gate()
|
/linux-4.1.27/arch/s390/kernel/ |
D | head64.S | 48 .quad 0 # cr1: primary space segment table 54 .quad 0 # cr7: secondary space segment table 60 .quad 0 # cr13: home space segment table
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.h | 200 void bnx2x_igu_ack_sb(struct bnx2x *bp, u8 igu_sb_id, u8 segment, 632 u8 segment, u16 index, u8 op, in bnx2x_igu_ack_sb_gen() argument 639 (segment << IGU_REGULAR_SEGMENT_ACCESS_SHIFT) | in bnx2x_igu_ack_sb_gen() 679 u8 segment; in bnx2x_ack_sb() local 682 segment = storm; in bnx2x_ack_sb() 684 segment = IGU_SEG_ACCESS_DEF; in bnx2x_ack_sb() 686 segment = IGU_SEG_ACCESS_ATTN; in bnx2x_ack_sb() 688 segment = IGU_SEG_ACCESS_DEF; in bnx2x_ack_sb() 689 bnx2x_igu_ack_sb(bp, igu_sb_id, segment, index, op, update); in bnx2x_ack_sb()
|
D | bnx2x.h | 2436 offsetof(struct cstorm_def_status_block_u, segment) 2438 offsetof(struct cstorm_def_status_block_c, segment) 2440 offsetof(struct xstorm_def_status_block, segment) 2442 offsetof(struct tstorm_def_status_block, segment)
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/include/media/ |
D | ad9389b.h | 46 int segment; member
|
D | adv7511.h | 34 int segment; member
|
/linux-4.1.27/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 | 140 other systems on the same ethernet segment.
|
/linux-4.1.27/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.1.27/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() 362 if (dmaru->segment == drhd->segment && in dmar_find_dmaru() 396 dmaru->segment = drhd->segment; in dmar_parse_one_drhd() 671 drhd->segment == pci_domain_nr(dev->bus)) in dmar_find_matched_drhd_unit() 1043 iommu->segment = drhd->segment; in alloc_iommu()
|
D | intel-iommu.c | 722 u16 segment = 0; in device_to_iommu() local 730 segment = pci_domain_nr(pdev->bus); in device_to_iommu() 736 if (pdev && segment != drhd->segment) in device_to_iommu() 2179 dmar_search_domain_by_dev_info(int segment, int bus, int devfn) in dmar_search_domain_by_dev_info() argument 2184 if (info->iommu->segment == segment && info->bus == bus && in dmar_search_domain_by_dev_info() 2215 info2 = dmar_search_domain_by_dev_info(iommu->segment, bus, devfn); in dmar_insert_dev_info() 3713 if (atsr->segment != tmp->segment) in dmar_find_atsr() 3946 if (atsr->segment != pci_domain_nr(dev->bus)) in dmar_find_matched_atsr_unit() 3980 rmrr->segment, rmrru->devices, in dmar_iommu_notify_scope_dev() 3985 dmar_remove_dev_scope(info, rmrr->segment, in dmar_iommu_notify_scope_dev() [all …]
|
/linux-4.1.27/fs/logfs/ |
D | Makefile | 10 logfs-y += segment.o
|
/linux-4.1.27/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 | 71 Maximum segment size of the device.
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | hwpci.c | 254 pci_id->segment, pci_id->bus, pci_id->device, in acpi_hw_process_pci_list() 280 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.1.27/include/linux/irqchip/ |
D | mips-gic.h | 26 #define GIC_REG(segment, offset) (segment##_##SECTION_OFS + offset##_##OFS) argument
|
/linux-4.1.27/fs/f2fs/ |
D | Makefile | 4 f2fs-y += checkpoint.o gc.o data.o node.o segment.o recovery.o
|
/linux-4.1.27/fs/nilfs2/ |
D | Makefile | 4 the_nilfs.o segbuf.o segment.o cpfile.o sufile.o \
|
/linux-4.1.27/drivers/net/ethernet/tile/ |
D | tilegx.c | 1686 int segment; in tso_count_edescs() local 1688 for (segment = 0; segment < sh->gso_segs; segment++) { in tso_count_edescs() 1738 int segment; in tso_headers_prepare() local 1762 for (segment = 0; segment < sh->gso_segs; segment++) { in tso_headers_prepare() 1788 if (segment != sh->gso_segs - 1) { in tso_headers_prepare() 1847 int segment; in tso_egress() local 1861 for (segment = 0; segment < sh->gso_segs; segment++) { in tso_egress()
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | dsp_defs.h | 149 word segment; member 156 word segment; member
|
/linux-4.1.27/drivers/xen/ |
D | pci.c | 235 r.segment = cfg->segment; in xen_mcfg_late()
|
/linux-4.1.27/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.1.27/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.1.27/arch/mips/include/asm/ |
D | Kbuild | 16 generic-y += segment.h
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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
|
D | nommu-mmap.txt | 42 same segment of the same file if that has compatible permissions,
|
/linux-4.1.27/arch/m68k/kernel/ |
D | vmlinux-std.lds | 51 load segment. */
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | Kbuild | 25 generic-y += segment.h
|
/linux-4.1.27/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.1.27/drivers/firmware/ |
D | pcdp.h | 69 u8 segment; member
|
D | dmi_scan.c | 313 static void __init dmi_save_dev_onboard(int instance, int segment, int bus, in dmi_save_dev_onboard() argument 323 onboard_dev->segment = segment; in dmi_save_dev_onboard()
|
/linux-4.1.27/arch/arm/include/asm/ |
D | Kbuild | 26 generic-y += segment.h
|
/linux-4.1.27/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.1.27/arch/x86/boot/ |
D | pmjump.S | 46 .word __BOOT_CS # segment
|
/linux-4.1.27/drivers/pnp/pnpbios/ |
D | bioscalls.c | 26 u16 segment; member 477 pnp_bios_callpoint.segment = PNP_CS16; in pnpbios_calls_init()
|
/linux-4.1.27/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.1.27/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.1.27/include/acpi/ |
D | actbl2.h | 470 u16 segment; member 483 u16 segment; member 498 u16 segment; member
|
D | acpi_bus.h | 528 u16 segment; member
|
D | actypes.h | 1209 u16 segment; member
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | iommu.c | 988 unsigned long segment, offset; in insert_16M_pte() local 990 segment = addr >> IO_SEGMENT_SHIFT; in insert_16M_pte() 991 offset = (addr >> 24) - (segment << IO_PAGENO_BITS(24)); in insert_16M_pte() 992 ptab = ptab + (segment * (1 << 12) / sizeof(unsigned long)); in insert_16M_pte() 995 addr, ptab, segment, offset); in insert_16M_pte()
|
/linux-4.1.27/arch/arm/kernel/ |
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.1.27/arch/x86/platform/olpc/ |
D | olpc-xo1-pm.c | 35 unsigned short segment; member
|
/linux-4.1.27/include/linux/usb/ |
D | ehci_def.h | 110 u32 segment; /* address bits 63:32 if needed */ member
|
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_sec.h | 681 int segment, int newsize); 922 int segment, int newsize); 1026 int segment, int newsize);
|
D | lustre_net.h | 2585 int lustre_shrink_msg(struct lustre_msg *msg, int segment, 2650 lustre_shrink_reply(struct ptlrpc_request *req, int segment, in lustre_shrink_reply() argument 2655 req->rq_replen = lustre_shrink_msg(req->rq_repmsg, segment, in lustre_shrink_reply()
|
/linux-4.1.27/include/xen/interface/ |
D | physdev.h | 245 uint16_t segment; member
|
/linux-4.1.27/drivers/lguest/x86/ |
D | core.c | 57 unsigned short segment; member 581 lguest_entry.segment = LGUEST_CS; in lguest_arch_host_init()
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | Kbuild | 40 generic-y += segment.h
|
/linux-4.1.27/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.1.27/arch/c6x/include/asm/ |
D | Kbuild | 42 generic-y += segment.h
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | Kbuild | 42 generic-y += segment.h
|
/linux-4.1.27/arch/x86/kernel/ |
D | machine_kexec_64.c | 130 mstart = image->segment[i].mem; in init_pgtable() 131 mend = mstart + image->segment[i].memsz; in init_pgtable()
|
D | head_32.S | 457 1: movl $(__KERNEL_DS),%eax # reload all the segment registers 460 movl $(__USER_DS),%eax # DS/ES contains default USER segment
|
D | entry_32.S | 695 * the high word of the segment base from the GDT and swiches to the 972 # Category 1 we fix up by reattempting the load, and zeroing the segment
|
D | apm_32.c | 396 unsigned short segment; member 2339 apm_bios_entry.segment = APM_CS; in apm_init()
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | Kbuild | 41 generic-y += segment.h
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | Kbuild | 45 generic-y += segment.h
|
/linux-4.1.27/include/uapi/linux/ |
D | vfio.h | 351 __u16 segment; member
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | Kbuild | 50 generic-y += segment.h
|
/linux-4.1.27/Documentation/xtensa/ |
D | mmu.txt | 63 6. The IO area covers the entire 256MB segment of parent-bus-address; the
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/usb/host/ |
D | ehci-fsl.c | 438 pdata->pm_segment = ehci_readl(ehci, &ehci->regs->segment); in ehci_fsl_mpc512x_drv_suspend() 504 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 | 257 u32 segment; /* address bits 63:32 if needed */ member
|
D | fusbh200.h | 252 u32 segment; /* address bits 63:32 if needed */ member
|
D | ehci-hcd.c | 598 ehci_writel(ehci, 0, &ehci->regs->segment); in ehci_run()
|
D | ehci-hub.c | 411 ehci_writel(ehci, 0, &ehci->regs->segment); in ehci_bus_resume()
|
/linux-4.1.27/arch/ia64/pci/ |
D | pci.c | 128 controller->segment = seg; in alloc_pci_controller() 423 int domain = root->segment; in pci_acpi_scan_root()
|
/linux-4.1.27/arch/mips/kernel/ |
D | Makefile | 31 obj-$(CONFIG_DEBUG_FS) += segment.o
|
/linux-4.1.27/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.1.27/arch/powerpc/platforms/85xx/ |
D | smp.c | 395 struct kexec_segment *seg = &image->segment[i]; in mpc85xx_smp_flush_dcache_kexec()
|
/linux-4.1.27/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.1.27/drivers/i2c/ |
D | Kconfig | 66 multiplexed segment as a I2C adapter.
|
/linux-4.1.27/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.1.27/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.1.27/drivers/firmware/efi/ |
D | cper.c | 369 pcie->device_id.segment, pcie->device_id.bus, in cper_print_pcie()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event.c | 2167 static unsigned long get_segment_base(unsigned int segment) in get_segment_base() argument 2170 int idx = segment >> 3; in get_segment_base() 2172 if ((segment & SEGMENT_TI_MASK) == SEGMENT_LDT) { in get_segment_base()
|
/linux-4.1.27/Documentation/spi/ |
D | spidev | 146 and bitrate for each transfer segment.)
|
/linux-4.1.27/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.1.27/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.1.27/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)
|
D | unevictable-lru.txt | 286 and when a VM_LOCKED stack segment is expanded; or 665 the segment.
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | README | 235 Separate file will be created for each memory segment.
|
/linux-4.1.27/arch/s390/ |
D | Kconfig | 681 Select this option, if you want to share the text segment of the 684 Also if a kernel was IPL'ed from a shared segment the kexec system
|
/linux-4.1.27/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.1.27/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.1.27/drivers/gpu/drm/ |
D | drm_edid.c | 1156 unsigned char segment = block >> 1; in drm_do_probe_ddc_edid() local 1157 unsigned char xfers = segment ? 3 : 2; in drm_do_probe_ddc_edid() 1173 .buf = &segment, in drm_do_probe_ddc_edid()
|
/linux-4.1.27/Documentation/driver-model/ |
D | platform.txt | 18 be connected through a segment of some other kind of bus; but its
|
/linux-4.1.27/drivers/acpi/apei/ |
D | ghes.c | 465 aer_recover_queue(pcie_err->device_id.segment, in ghes_do_proc()
|
/linux-4.1.27/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.1.27/drivers/block/ |
D | rbd.c | 1178 u64 segment; in rbd_segment_name() local 1185 segment = offset >> rbd_dev->header.obj_order; in rbd_segment_name() 1190 rbd_dev->header.object_prefix, segment); in rbd_segment_name() 1193 segment, ret); in rbd_segment_name()
|
/linux-4.1.27/drivers/vfio/pci/ |
D | vfio_pci.c | 345 fill->devices[fill->cur].segment = pci_domain_nr(pdev->bus); in vfio_pci_fill_devs()
|
/linux-4.1.27/Documentation/isdn/ |
D | README.sc | 160 as a free IRQ line or shared memory segment. If you are sure there are free
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | head.S | 144 ;; and end of each segment.
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 765 on the maximum shared memory segment size that can be created. 781 destroy an unattached segment. Of course, this breaks the way things are
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 853 segement||segment
|
/linux-4.1.27/sound/oss/ |
D | CHANGELOG | 337 - Some big arrays are now allocated boot time. This makes the BSS segment
|