/linux-4.1.27/drivers/staging/unisys/visorutil/ |
D | memregion_direct.c | 31 void __iomem *mapped; member 75 if (parent->mapped == NULL) in visor_memregion_create_overlapped() 88 memregion->mapped = ((u8 __iomem *)(parent->mapped)) + offset; in visor_memregion_create_overlapped() 104 memregion->mapped = ioremap_cache(physaddr, nbytes); in mapit() 105 if (!memregion->mapped) in mapit() 113 if (memregion->mapped != NULL) { in unmapit() 114 iounmap(memregion->mapped); in unmapit() 115 memregion->mapped = NULL; in unmapit() 141 return memregion->mapped; in visor_memregion_get_pointer() 174 memcpy_toio(memregion->mapped + offset, local, nbytes); in memregion_readwrite() [all …]
|
/linux-4.1.27/arch/x86/um/os-Linux/ |
D | task_size.c | 20 void *mapped = NULL; in page_ok() local 34 mapped = mmap(address, UM_KERN_PAGE_SIZE, in page_ok() 37 if (mapped == MAP_FAILED) in page_ok() 39 if (mapped != address) in page_ok() 62 if (mapped != NULL) in page_ok() 63 munmap(mapped, UM_KERN_PAGE_SIZE); in page_ok()
|
/linux-4.1.27/arch/sh/mm/ |
D | ioremap.c | 43 void __iomem *mapped; in __ioremap_caller() local 60 mapped = pmb_remap_caller(phys_addr, size, pgprot, caller); in __ioremap_caller() 61 if (mapped && !IS_ERR(mapped)) in __ioremap_caller() 62 return mapped; in __ioremap_caller()
|
D | pmb.c | 341 int i, mapped; in pmb_bolt_mapping() local 359 for (i = mapped = 0; i < ARRAY_SIZE(pmb_sizes); i++) { in pmb_bolt_mapping() 366 pmb_unmap_entry(pmbp, mapped); in pmb_bolt_mapping() 399 mapped++; in pmb_bolt_mapping()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | 40x_mmu.c | 98 unsigned long v, s, mapped; in mmu_mapin_ram() local 135 mapped = total_lowmem - s; in mmu_mapin_ram() 144 memblock_set_current_limit(mapped); in mmu_mapin_ram() 146 return mapped; in mmu_mapin_ram()
|
D | init_64.c | 228 int mapped = htab_bolt_mapping(start, start + page_size, phys, in vmemmap_create_mapping() local 232 BUG_ON(mapped < 0); in vmemmap_create_mapping() 239 int mapped = htab_remove_mapping(start, start + page_size, in vmemmap_remove_mapping() local 242 BUG_ON(mapped < 0); in vmemmap_remove_mapping()
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | NOTES | 39 These IP are mapped to the DRM objects as following: 40 - The CRTCs are mapped to the Compositor Main and Aux Mixers 41 - The Framebuffers and planes are mapped to the Compositor GDP (non video 43 - The Cursor is mapped to the Compositor Cursor 44 - The Encoders are mapped to the TVOut 45 - The Bridges/Connectors are mapped to the HDMI / DVO / HD Analog / SD analog
|
/linux-4.1.27/drivers/xen/ |
D | xlate_mmu.c | 73 int mapped; member 89 info->mapped++; in remap_pte_fn() 118 data.mapped = 0; in xen_xlate_remap_gfn_array() 122 return err < 0 ? err : data.mapped; in xen_xlate_remap_gfn_array()
|
/linux-4.1.27/drivers/gpu/host1x/hw/ |
D | debug_hw.c | 154 u32 *mapped; in show_channel_gathers() local 157 mapped = (u32 *)job->gather_copy_mapped; in show_channel_gathers() 159 mapped = host1x_bo_mmap(g->bo); in show_channel_gathers() 161 if (!mapped) { in show_channel_gathers() 170 g->base, mapped); in show_channel_gathers() 173 host1x_bo_munmap(g->bo, mapped); in show_channel_gathers() 196 !ch->cdma.push_buffer.mapped) { in host1x_debug_show_channel_cdma()
|
D | cdma_hw.c | 33 *(u32 *)(pb->mapped + pb->size_bytes) = host1x_opcode_restart(0); in push_buffer_init() 54 u32 *p = (u32 *)(pb->mapped + getptr); in cdma_timeout_cpu_incr()
|
/linux-4.1.27/fs/jfs/ |
D | ioctl.c | 43 long mapped=0; in jfs_map_ext2() local 48 mapped |= jfs_map[index].jfs_flag; in jfs_map_ext2() 51 mapped |= jfs_map[index].ext2_flag; in jfs_map_ext2() 55 return mapped; in jfs_map_ext2()
|
/linux-4.1.27/Documentation/devicetree/bindings/gpu/ |
D | st,stih4xx.txt | 6 - reg: Physical base address of the IP registers and length of memory mapped region. 14 - reg: Physical base address of the IP registers and length of memory mapped region. 32 - reg: Physical base address of the IP registers and length of memory mapped region. 48 - reg: Physical base address of the IP registers and length of memory mapped region. 49 - reg-names: names of the mapped memory regions listed in regs property in 61 - reg: Physical base address of the IP registers and length of memory mapped region. 62 - reg-names: names of the mapped memory regions listed in regs property in 77 - reg: Physical base address of the IP registers and length of memory mapped region. 78 - reg-names: names of the mapped memory regions listed in regs property in 90 - reg: Physical base address of the IP registers and length of memory mapped region. [all …]
|
D | samsung-rotator.txt | 10 mapped region.
|
D | samsung-g2d.txt | 10 mapped region.
|
/linux-4.1.27/Documentation/scsi/ |
D | g_NCR5380.txt | 10 mapped modes. Currently this driver can only support one of those mapping 12 The next release of this driver will support port & memory mapped cards at 48 mapped, resp.) 54 for a port mapped NCR5380 board or 56 for a memory mapped NCR53C400 board with interrupts disabled.
|
/linux-4.1.27/Documentation/vm/ |
D | pagemap.txt | 11 physical frame each virtual page is mapped to. It contains one 64-bit 27 precisely which pages are mapped (or in swap) and comparing mapped 31 determine which areas of memory are actually mapped and llseek to 35 times each page is mapped, indexed by PFN. 129 11. MMAP a memory mapped page 130 12. ANON a memory mapped page that is not part of a file 131 13. SWAPCACHE page is mapped to swap space, ie. has an associated swap entry 143 mapped to what.
|
D | unevictable-lru.txt | 71 (*) Those mapped into SHM_LOCK'd shared memory regions. 73 (*) Those mapped into VM_LOCKED [mlock()ed] VMAs. 218 There may be situations where a page is mapped into a VM_LOCKED VMA, but the 263 mapped the page. More on this below. 269 mlocked pages - pages mapped into a VM_LOCKED VMA - are a class of unevictable 296 (1) mapped in a range unlocked via the munlock()/munlockall() system calls; 324 Note that the VMA being mlocked might be mapped with PROT_NONE. In this case, 334 In the worst case, this will result in a page mapped in a VM_LOCKED VMA 413 the page is mapped by other VM_LOCKED VMAs. 472 in the newly mapped memory being mlocked. Before the unevictable/mlock [all …]
|
D | soft-dirty.txt | 27 This is so, since the pages are still mapped to physical memory, and thus all 33 unmaps a previously mapped memory region and then maps a new one at exactly
|
D | zsmalloc.txt | 27 zsmalloc does not keep zspages permanently mapped since that would cause 30 be mapped using zs_map_object() to get a usable pointer and subsequently
|
D | balance | 19 mapped pages from the direct mapped pool, instead of falling back on 21 or not). A similar argument applies to highmem and direct mapped pages.
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | mdio-mux-mmioreg.txt | 1 Properties for an MDIO bus multiplexer controlled by a memory-mapped device 3 This is a special case of a MDIO bus multiplexer. A memory-mapped device, 5 node must be a child of the memory-mapped device. The driver currently only 23 The FPGA node defines a memory-mapped FPGA with a register space of 0x30 bytes.
|
/linux-4.1.27/fs/nilfs2/ |
D | file.c | 82 goto mapped; in nilfs_page_mkwrite() 98 goto mapped; in nilfs_page_mkwrite() 120 mapped: in nilfs_page_mkwrite()
|
/linux-4.1.27/arch/sh/boards/mach-microdev/ |
D | irq.c | 22 unsigned char mapped; member 74 if (!fpgaIrqTable[irq].mapped) in disable_microdev_irq() 91 if (unlikely(!fpgaIrqTable[irq].mapped)) in enable_microdev_irq()
|
/linux-4.1.27/drivers/gpu/host1x/ |
D | cdma.c | 56 pb->mapped, pb->phys); in host1x_pushbuffer_destroy() 58 pb->mapped = NULL; in host1x_pushbuffer_destroy() 70 pb->mapped = NULL; in host1x_pushbuffer_init() 79 pb->mapped = dma_alloc_writecombine(host1x->dev, pb->size_bytes + 4, in host1x_pushbuffer_init() 81 if (!pb->mapped) in host1x_pushbuffer_init() 100 u32 *p = (u32 *)((void *)pb->mapped + pos); in host1x_pushbuffer_push()
|
D | cdma.h | 45 void *mapped; /* mapped pushbuffer memory */ member
|
/linux-4.1.27/drivers/mtd/maps/ |
D | Kconfig | 16 ROM driver code to communicate with chips which are mapped 42 are mapped on your particular target board. Refer to the 73 and RAM driver code to communicate with chips which are mapped 78 tristate "CFI Flash device mapped on PMC-Sierra MSP" 110 tristate "CFI Flash device mapped on AMD SC520 CDP" 118 tristate "CFI Flash device mapped on AMD NetSc520" 126 tristate "JEDEC Flash device mapped on Technologic Systems TS-5500" 144 tristate "CFI Flash device mapped on Arcom SBC-GXx boards" 155 tristate "CFI Flash device mapped on Intel XScale PXA2xx based boards" 161 tristate "Flash device mapped with DOCCS on NatSemi SCx200" [all …]
|
/linux-4.1.27/drivers/sh/intc/ |
D | virq.c | 146 struct intc_map_entry *mapped; in intc_subgroup_init_one() local 151 mapped = radix_tree_lookup(&d->tree, subgroup->parent_id); in intc_subgroup_init_one() 152 if (!mapped) { in intc_subgroup_init_one() 157 pirq = mapped - intc_irq_xlate; in intc_subgroup_init_one()
|
D | Kconfig | 17 page with all non-masking registers obscured when mapped in to
|
/linux-4.1.27/Documentation/networking/ |
D | netlink_mmap.txt | 1 This file documents how to use memory mapped I/O with netlink. 8 Memory mapped netlink I/O can be used to increase throughput and decrease 14 Memory mapped netlink I/O used two circular ring buffers for RX and TX which 15 are mapped into the processes address space. 29 In order to use memory mapped netlink I/O, user-space needs three main changes: 51 On kernel side, in order to make use of memory mapped I/O on receive, the 52 originating netlink subsystem needs to support memory mapped I/O, otherwise 55 Dumps of kernel databases automatically support memory mapped I/O. 62 Structured and definitions for using memory mapped I/O are contained in 185 not support memory mapped I/O. Appropriate action is [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/c6x/ |
D | interrupt.txt | 69 interrupts mapped directly to the core with "ti,c64x+megamod-pic-mux" will 85 combiner. Combiner-0 is mapped to core interrupt 12, combiner-1 is mapped 102 mapped directly to core priority interrupt 8. The node using this interrupt
|
/linux-4.1.27/Documentation/ |
D | io-mapping.txt | 19 With this mapping object, individual pages can be mapped either atomically 37 mapped. 52 the task to sleep while holding the page mapped. 57 for pages mapped with io_mapping_map_wc.
|
D | zorro.txt | 77 - Zorro II address space is always mapped and does not have to be mapped 86 - Zorro III address space must be mapped explicitly using z_ioremap() first
|
D | io_ordering.txt | 1 On some platforms, so-called memory-mapped I/O is weakly ordered. On such 3 memory-mapped addresses on their device arrive in the order intended. This is
|
D | nommu-mmap.txt | 127 regions are backed by virtual pages, with the contents only being mapped 129 (prior to which, the pages are effectively mapped to the global zero page 157 (*) Files mapped privately usually have to have a read method provided by the 199 a previously mapped object. It may not be used to create holes in existing 236 copy mapped otherwise. 248 mappings may still be mapped directly off the device under some 257 of support for shared mapped character devices. The main difference is that the
|
D | DMA-API.txt | 207 Notes: Not all memory regions in a machine can be mapped by this API. 211 contiguous piece of memory. For this reason, memory to be mapped by 233 line width. In order for memory mapped by this API to operate 234 correctly, the mapped region must begin exactly on a cache line 235 boundary and end exactly on one (to prevent two separately mapped 268 Unmaps the region previously mapped. All the parameters passed in 299 Returns: the number of DMA address segments mapped (this may be shorter 304 Please note that the sg cannot be mapped again if it has been mapped once. 328 mapped them to. On failure 0, is returned. 338 Unmap the previously mapped scatter/gather list. All the parameters [all …]
|
/linux-4.1.27/drivers/virtio/ |
D | Kconfig | 62 tristate "Platform bus driver for memory mapped virtio devices" 66 This drivers provides support for memory mapped virtio 72 bool "Memory mapped virtio devices parameter parsing"
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-mm-lantiq.txt | 1 Lantiq SoC External Bus memory mapped GPIO controller 7 The node describing the memory mapped GPIOs needs to be a child of the node
|
D | gpio-stericsson-coh901.txt | 5 - reg: Physical base address of the controller and length of memory mapped
|
D | gpio-samsung.txt | 6 - reg: Physical base address of the controller and length of memory mapped
|
D | gpio-tz1090-pdc.txt | 6 - reg: Physical base address of the controller and length of memory mapped
|
D | gpio-davinci.txt | 6 - reg: Physical base address of the controller and the size of memory mapped
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | vexpress-scc.txt | 8 In some cases its registers are also mapped in normal address space 23 - reg: when the SCC is memory mapped, physical address and size of the
|
D | arch_timer.txt | 4 or a memory mapped architected timer, which provides up to 8 frames with a 8 per-processor interrupts via PPIs. The memory mapped timer is attached to a GIC 48 ** Memory mapped timer node properties:
|
D | xen.txt | 11 memory where the grant table should be mapped to, using an
|
D | fsl.txt | 106 - reg: should contain base address and length of SCFG memory-mapped registers 120 - reg : should contain base address and length of DCFG memory-mapped registers
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | txrx.c | 148 bool mapped; in ath10k_wait_for_peer_common() 151 mapped = !!ath10k_peer_find(ar, vdev_id, addr); in ath10k_wait_for_peer_common() 154 (mapped == expect_mapped || in ath10k_wait_for_peer_common()
|
/linux-4.1.27/drivers/mtd/ |
D | mtdswap.c | 1073 unsigned int newblock, mapped; in mtdswap_writesect() local 1090 mapped = d->page_data[page]; in mtdswap_writesect() 1091 if (mapped <= BLOCK_MAX) { in mtdswap_writesect() 1092 eb = d->eb_data + (mapped / d->pages_per_eblk); in mtdswap_writesect() 1096 d->revmap[mapped] = PAGE_UNDEF; in mtdswap_writesect() 1197 unsigned int mapped; in mtdswap_discard() local 1202 mapped = d->page_data[page]; in mtdswap_discard() 1203 if (mapped <= BLOCK_MAX) { in mtdswap_discard() 1204 eb = d->eb_data + (mapped / d->pages_per_eblk); in mtdswap_discard() 1208 d->revmap[mapped] = PAGE_UNDEF; in mtdswap_discard() [all …]
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-rbd | 15 be mapped read-only. 84 The size (in bytes) of the mapped block device. 93 The current snapshot for which the device is mapped.
|
D | sysfs-class-pktcdvd | 64 # create a new pktcdvd device mapped to /dev/hdc 69 # print the device id of the mapped block device
|
D | configfs-spear-pcie-gadget | 28 bar0_address ... used to write and read bar0 mapped area in hex.
|
D | sysfs-firmware-efi-runtime-map | 6 bit set to be mapped to virtual addresses.
|
D | sysfs-block-dm | 6 Read-only string containing mapped device name.
|
/linux-4.1.27/Documentation/input/ |
D | gamepad.txt | 66 features that you need, first. How each feature is mapped is described below. 130 If analog-sticks provide digital buttons, they are mapped accordingly as 146 Menu buttons are always digital and are mapped according to their location 149 2-button Pad: Left button mapped as BTN_SELECT, right button mapped as 152 and meaning. Such buttons are mapped as BTN_MODE. Examples are the Nintendo
|
D | gameport-programming.txt | 26 If your hardware supports a gameport address that is not mapped to ISA io 34 callback if the io is mapped to ISA space - this way it'll occupy the io 40 2. Memory mapped gameport
|
/linux-4.1.27/arch/s390/include/asm/ |
D | page.h | 93 unsigned char skey, int mapped) in page_set_storage_key() argument 95 if (!mapped) in page_set_storage_key()
|
/linux-4.1.27/Documentation/device-mapper/ |
D | cache-policies.txt | 10 Every bio that is mapped by the target is referred to the policy. 90 dmsetup message <mapped device> 0 sequential_threshold 1024 91 dmsetup message <mapped device> 0 random_threshold 8 96 creates a 128GB large mapped device named 'blah' with the
|
/linux-4.1.27/Documentation/arm/ |
D | memory.txt | 30 The CPU vectors are mapped here if the 59 PAGE_OFFSET high_memory-1 Kernel direct-mapped RAM region. 86 must not access any memory which is not mapped inside their 0x0001000
|
/linux-4.1.27/Documentation/gpio/ |
D | board.txt | 13 their Kconfig. Then, how GPIOs are mapped depends on what the platform uses to 19 GPIOs can easily be mapped to devices and functions in the device tree. The 98 GPIOs are mapped by the means of tables of lookups, containing instances of the 152 Since the "power" GPIO is mapped as active-low, its actual signal will be 0
|
/linux-4.1.27/drivers/mmc/host/ |
D | usdhi6rol0.c | 155 void *mapped; /* mapped page */ member 321 host->head_pg.mapped = host->pg.mapped; in usdhi6_blk_bounce() 323 host->pg.mapped = kmap(host->pg.page); in usdhi6_blk_bounce() 331 memcpy(host->bounce_buf, host->head_pg.mapped + PAGE_SIZE - blk_head, in usdhi6_blk_bounce() 333 memcpy(host->bounce_buf + blk_head, host->pg.mapped, in usdhi6_blk_bounce() 365 host->pg.mapped = kmap(host->pg.page); in usdhi6_sg_map() 381 host->blk_page = host->pg.mapped; in usdhi6_sg_map() 384 host->pg.page, page_to_pfn(host->pg.page), host->pg.mapped, in usdhi6_sg_map() 403 memcpy(host->head_pg.mapped + PAGE_SIZE - blk_head, in usdhi6_sg_unmap() 405 memcpy(host->pg.mapped, host->bounce_buf + blk_head, in usdhi6_sg_unmap() [all …]
|
/linux-4.1.27/drivers/firmware/ |
D | dmi-sysfs.c | 380 u8 __iomem *mapped; in dmi_sel_raw_read_phys32() local 383 mapped = ioremap(sel->access_method_address, sel->area_length); in dmi_sel_raw_read_phys32() 384 if (!mapped) in dmi_sel_raw_read_phys32() 389 *(buf++) = readb(mapped + pos++); in dmi_sel_raw_read_phys32() 393 iounmap(mapped); in dmi_sel_raw_read_phys32()
|
/linux-4.1.27/sound/oss/ |
D | swarm_cs4297a.c | 262 unsigned mapped:1; // Buffer mapped in cs4297a_mmap()? member 840 if (!(s->ena & FMODE_WRITE) && (s->dma_dac.mapped || in start_dac() 889 (s->dma_adc.mapped || s->dma_adc.count <= in start_adc() 1012 if (d->mapped) { in cs4297a_update_ptr() 1101 if (d->mapped) { in cs4297a_update_ptr() 1634 if (s->dma_dac.mapped) in drain_dac() 1678 if (s->dma_adc.mapped) in cs4297a_read() 1802 if (s->dma_dac.mapped) in cs4297a_write() 1935 if (s->dma_dac.mapped) { in cs4297a_poll() 1949 if (s->dma_adc.mapped) { in cs4297a_poll() [all …]
|
/linux-4.1.27/drivers/media/platform/ti-vpe/ |
D | vpdma.c | 327 buf->mapped = false; in vpdma_alloc_desc_buf() 339 WARN_ON(buf->mapped); in vpdma_free_desc_buf() 352 WARN_ON(buf->mapped); in vpdma_map_desc_buf() 360 buf->mapped = true; in vpdma_map_desc_buf() 373 if (buf->mapped) in vpdma_unmap_desc_buf() 376 buf->mapped = false; in vpdma_unmap_desc_buf()
|
/linux-4.1.27/drivers/net/arcnet/ |
D | Kconfig | 87 tristate "ARCnet COM90xx (IO mapped) chipset driver" 90 IO-mapped mode instead of memory-mapped mode. This is slower than 101 time only using memory-mapped mode, and no IO ports at all. This
|
/linux-4.1.27/Documentation/devicetree/bindings/rtc/ |
D | maxim,ds1742.txt | 6 mapped region.
|
D | lpc32xx-rtc.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | atmel,at91rm9200-rtc.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | digicolor-rtc.txt | 7 - reg: physical base address of the controller and length of memory mapped
|
D | imxdi-rtc.txt | 7 - reg: physical base address of the controller and length of memory mapped
|
D | orion-rtc.txt | 8 - reg: physical base address of the controller and length of memory mapped
|
D | sunxi-rtc.txt | 7 - reg: physical base address of the controller and length of memory mapped
|
D | sun6i-rtc.txt | 8 memory mapped region.
|
D | stmp3xxx-rtc.txt | 6 - reg: physical base address of the controller and length of memory mapped
|
D | sa1100-rtc.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | xgene-rtc.txt | 7 - reg: physical base address of the controller and length of memory mapped
|
D | s3c-rtc.txt | 10 - reg: physical base address of the controller and length of memory mapped
|
D | dw-apb.txt | 8 - reg: physical base address of the controller and length of memory mapped
|
/linux-4.1.27/drivers/iommu/ |
D | fsl_pamu_domain.h | 68 int mapped; member
|
D | iommu.c | 1140 size_t mapped = 0; in default_iommu_map_sg() local 1161 ret = iommu_map(domain, iova + mapped, phys, s->length, prot); in default_iommu_map_sg() 1165 mapped += s->length; in default_iommu_map_sg() 1168 return mapped; in default_iommu_map_sg() 1172 iommu_unmap(domain, iova, mapped); in default_iommu_map_sg()
|
D | fsl_pamu_domain.c | 414 dma_domain->mapped = 0; in fsl_pamu_domain_free() 527 dma_domain->mapped--; in fsl_pamu_window_disable() 593 dma_domain->mapped++; in fsl_pamu_window_enable() 641 if (dma_domain->mapped) { in handle_attach_device() 798 if (enable && !dma_domain->mapped) { in configure_domain_dma_state()
|
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/ |
D | qca-ar7130-wdt.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | pnx4008-wdt.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | stericsson-coh901327.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | samsung-wdt.txt | 14 - reg : base physical address of the controller and length of memory mapped
|
/linux-4.1.27/Documentation/devicetree/bindings/staging/iio/adc/ |
D | lpc32xx-adc.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/ |
D | lpc32xx-tsc.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | spi-xtensa-xtfpga.txt | 8 - reg: physical base address of the controller and length of memory mapped
|
D | ti_qspi.txt | 8 - qspi_mmap: Memory mapped Address space
|
D | spi-rockchip.txt | 12 - reg: physical base address of the controller and length of memory mapped
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-st-ddci2c.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | i2c-sirf.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | i2c-pxa-pci-ce4100.txt | 20 1:1 mapped to the BARs, and the second is the 22 non-zero if you had 2 or more devices mapped off
|
D | i2c-hix5hd2.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | i2c-at91.txt | 7 - reg: physical base address of the controller and length of memory mapped
|
D | i2c-rcar.txt | 13 - reg: physical base address of the controller and length of memory mapped
|
D | i2c-exynos5.txt | 18 - reg: physical base address of the controller and length of memory mapped
|
/linux-4.1.27/Documentation/devicetree/bindings/virtio/ |
D | mmio.txt | 1 * virtio memory mapped device
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | samsung-usbphy.txt | 15 - reg : base physical address of the phy registers and length of memory mapped 23 - reg : base physical address of the phy registers and length of memory mapped 76 - reg : base physical address of the phy registers and length of memory mapped
|
D | ehci-orion.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | ohci-nxp.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
D | lpc32xx-udc.txt | 5 - reg: Physical base address of the controller and length of memory mapped
|
D | exynos-usb.txt | 10 - reg: physical base address of the controller and length of memory mapped 51 - reg: physical base address of the controller and length of memory mapped
|
D | ohci-st.txt | 6 - reg : physical base addresses of the controller and length of memory mapped
|
D | ehci-st.txt | 5 - reg : physical base addresses of the controller and length of memory mapped
|
/linux-4.1.27/drivers/thermal/st/ |
D | Kconfig | 12 tristate "STi series memory mapped access based thermal sensors"
|
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | lsi,zevio-intc.txt | 6 - reg: Physical base address of the controller and length of memory mapped
|
D | cdns,xtensa-pic.txt | 12 core variants it may be mapped to different internal IRQ.
|
D | abilis,tb10x-ictl.txt | 19 are mapped one-to-one to parent interrupts.
|
D | snps,dw-apb-ictl.txt | 9 - reg: physical base address of the controller and length of memory mapped
|
D | samsung,s3c24xx-irq.txt | 11 - reg: Physical base address of the controller and length of memory mapped
|
/linux-4.1.27/arch/cris/arch-v10/ |
D | README.mm | 87 0..8191, is never mapped, in order to trap NULL references). 89 It also means that the total physical RAM that can be mapped is 256 MB 90 (kseg_c above). More RAM can be mapped by choosing a different segmentation 144 NOTE: while setting up the MMU, we run in a non-mapped mode in the DRAM (0x40 217 is mapped linearily using kseg_c as described above). Architectures without 241 been mapped.
|
/linux-4.1.27/net/netlink/ |
D | Kconfig | 8 This option enables support for memory mapped netlink IO. This
|
D | af_netlink.h | 51 atomic_t mapped; member
|
/linux-4.1.27/Documentation/devicetree/bindings/fpga/ |
D | altera-socfpga-fpga-mgr.txt | 5 - reg : base address and size for memory mapped io.
|
/linux-4.1.27/Documentation/devicetree/bindings/crypto/ |
D | mv_cesa.txt | 5 - reg : base physical address of the engine and length of memory mapped
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | udc-core.c | 67 int mapped; in usb_gadget_map_request() local 69 mapped = dma_map_sg(&gadget->dev, req->sg, req->num_sgs, in usb_gadget_map_request() 71 if (mapped == 0) { in usb_gadget_map_request() 76 req->num_mapped_sgs = mapped; in usb_gadget_map_request()
|
D | omap_udc.h | 135 unsigned mapped:1; member
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | syscalls | 10 mapped to each syscall.
|
/linux-4.1.27/Documentation/filesystems/ |
D | dax.txt | 8 It is also used to provide the pages which are mapped into userspace 14 For file mappings, the storage device is mapped directly into userspace. 86 mapped caches such as ARM, MIPS and SPARC.
|
D | fiemap.txt | 22 * mapped (out) */ 25 struct fiemap_extent fm_extents[0]; /* array of mapped extents (out) */ 68 fm_extent_count. The number of extents mapped by kernel will be 71 the maximum number of extents that can be mapped in the fm_extent[] 193 unsigned int fi_extents_mapped; /* Number of mapped extents */
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | keystone-pll.txt | 5 and PAPLL are controlled by the memory mapped register where as the Main 6 PLL is controlled by a PLL controller registers along with memory mapped
|
D | hi3620-clock.txt | 12 - reg: physical base address of the controller and length of memory mapped
|
D | marvell,mmp2.txt | 11 - reg: physical base address of the clock subsystem and length of memory mapped
|
D | marvell,pxa168.txt | 11 - reg: physical base address of the clock subsystem and length of memory mapped
|
D | nspire-clock.txt | 10 - reg: Physical base address of the controller and length of memory mapped
|
D | exynos5440-clock.txt | 10 - reg: physical base address of the controller and length of memory mapped
|
D | marvell,pxa910.txt | 11 - reg: physical base address of the clock subsystem and length of memory mapped
|
D | exynos5250-clock.txt | 11 - reg: physical base address of the controller and length of memory mapped
|
D | exynos4415-clock.txt | 14 - reg: physical base address of the controller and length of memory mapped
|
D | exynos5410-clock.txt | 10 - reg: physical base address of the controller and length of memory mapped
|
D | exynos5420-clock.txt | 12 - reg: physical base address of the controller and length of memory mapped
|
D | exynos4-clock.txt | 13 - reg: physical base address of the controller and length of memory mapped
|
D | exynos3250-clock.txt | 15 - reg: physical base address of the controller and length of memory mapped
|
D | samsung,s3c2412-clock.txt | 10 - reg: physical base address of the controller and length of memory mapped
|
D | samsung,s3c2410-clock.txt | 13 - reg: physical base address of the controller and length of memory mapped
|
/linux-4.1.27/Documentation/devicetree/bindings/arc/ |
D | pct.txt | 5 are 100+ hardware conditions dynamically mapped to upto 32 counters
|
/linux-4.1.27/drivers/ntb/ |
D | Kconfig | 8 mapped memory will be mirrored to a buffer on the remote system. The
|
/linux-4.1.27/drivers/net/can/cc770/ |
D | Kconfig | 11 connected to the ISA bus using I/O port, memory mapped or
|
/linux-4.1.27/sound/synth/emux/ |
D | soundfont.c | 446 if (zp->mapped && in load_map() 472 zp->mapped = 1; in load_map() 499 if (! p->mapped && in remove_info() 564 if (!zone->mapped && in load_info() 589 tmpzone.mapped = 0; in load_info() 1114 zone->mapped = 0; in load_guspatch() 1157 if (! cur->mapped && cur->sample == NULL) { in rebuild_presets() 1297 if (zp->mapped) { in search_zones()
|
/linux-4.1.27/arch/arm/include/debug/ |
D | vexpress.S | 31 @ - all other (RS1 complaint) tiles use UART mapped
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | exynos-fimc-lite.txt | 9 - reg : physical base address and size of the device memory mapped
|
D | hix5hd2-ir.txt | 6 mapped region.
|
D | img-ir-rev1.txt | 9 memory mapped region.
|
D | st-rc.txt | 6 mapped region.
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | pamu.txt | 14 A standard property. Utilized to describe the memory mapped 63 second is the number of "ways". For direct-mapped caches, 69 second is the number of "ways". For direct-mapped caches,
|
D | interlaken-lac.txt | 26 memory mapped 4KB spaces. The LA commands are then translated into the 61 Definition: Points to the non-protected LAC CCSR mapped register space 126 requiring 4KB of consecutive memory within the software portal memory mapped
|
/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | vt8500-uart.txt | 7 - reg: base physical address of the controller and length of memory mapped
|
D | qca,ar9330-uart.txt | 8 the length of the memory mapped region.
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | omap-ocp2scp.txt | 8 - ranges : the child address space are mapped 1:1 onto the parent address space
|
/linux-4.1.27/sound/ppc/ |
D | snd_ps3.c | 815 u64 __iomem *mapped; in snd_ps3_allocate_irq() local 827 mapped = ioremap(lpar_addr, lpar_size); in snd_ps3_allocate_irq() 828 if (!mapped) { in snd_ps3_allocate_irq() 833 the_card.audio_irq_outlet = in_be64(mapped); in snd_ps3_allocate_irq() 835 iounmap(mapped); in snd_ps3_allocate_irq()
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | exynos_mixer.txt | 11 - reg: physical base address of the mixer and length of memory mapped
|
D | ssd1307fb.txt | 14 mapped to.
|
D | exynos_hdmi.txt | 9 - reg: physical base address of the hdmi and length of memory mapped
|
/linux-4.1.27/Documentation/devicetree/bindings/power/reset/ |
D | syscon-poweroff.txt | 1 Generic SYSCON mapped register poweroff driver
|
D | syscon-reboot.txt | 1 Generic SYSCON mapped register reset driver
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_buffer.c | 212 bool mapped; member 390 if (vmw_tt->mapped) in vmw_ttm_map_dma() 448 vmw_tt->mapped = true; in vmw_ttm_map_dma() 487 vmw_tt->mapped = false; in vmw_ttm_unmap_dma()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/mediatek/ |
D | mediatek,sysirq.txt | 21 mapped region.
|
/linux-4.1.27/drivers/soc/ti/ |
D | Kconfig | 17 to a particular memory mapped location in the Queue Manager module.
|
/linux-4.1.27/Documentation/devicetree/bindings/iio/adc/ |
D | rockchip-saradc.txt | 5 - reg: physical base address of the controller and length of memory mapped
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/ |
D | fapll.txt | 6 register-mapped FAPLL with usually two selectable input clocks
|
D | autoidle.txt | 5 This binding uses the common clock binding[1]. It assumes a register mapped
|
D | composite.txt | 6 register-mapped composite clock with multiple different sub-types;
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | lpc32xx-key.txt | 8 - reg: Physical base address of the controller and length of memory mapped
|
D | atmel,maxtouch.txt | 16 indicating the Linux keycode mapped to each bit of the status byte,
|
D | ti,nspire-keypad.txt | 6 - reg: Physical base address of the peripheral and length of memory mapped
|
D | imx-keypad.txt | 11 - reg: Physical base address of the KPP and length of memory mapped
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | mvebu-audio.txt | 10 - reg: physical base address of the controller and length of memory mapped
|
D | rockchip-i2s.txt | 12 - reg: physical base address of the controller and length of memory mapped
|
/linux-4.1.27/net/packet/ |
D | internal.h | 108 atomic_t mapped; member
|
/linux-4.1.27/drivers/staging/media/dt3155v4l/ |
D | Kconfig | 28 Select it if you want to use streaming of memory mapped buffers
|
/linux-4.1.27/Documentation/power/ |
D | swsusp-dmcrypt.txt | 73 mapped=0 89 dmsetup create swap0 /mnt/swapkey > /dev/null 2>&1 && mapped=1 98 if [ $mapped = 1 ]
|
/linux-4.1.27/include/sound/ |
D | soundfont.h | 36 unsigned char mapped; /* True if mapped to something else */ member
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | orion-nand.txt | 5 - reg : Base physical address of the NAND and length of memory mapped
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | emu10k1-jack.txt | 59 ~capture_4 Center EXTOUT(0x11) // mapped to by Center 60 ~capture_5 LFE EXTOUT(0x12) // mapped to by LFE
|
/linux-4.1.27/arch/arc/boot/dts/ |
D | angel4.dts | 32 /* child and parent address space 1:1 mapped */
|
D | nsimosci.dts | 35 /* child and parent address space 1:1 mapped */
|
/linux-4.1.27/arch/mips/sgi-ip27/ |
D | ip27-klnuma.c | 37 #error Kernel replication works with mapped kernel support. No calias support. in setup_replication_mask()
|
/linux-4.1.27/drivers/staging/panel/ |
D | lcd-panel-cgram.txt | 1 Some LCDs allow you to define up to 8 characters, mapped to ASCII
|
/linux-4.1.27/Documentation/video4linux/ |
D | uvcvideo.txt | 38 ranges thereof to be mapped to new V4L2 controls. Such controls appear and 116 A UVC control can be mapped to several V4L2 controls. For instance, 117 a UVC pan/tilt control could be mapped to separate pan and tilt V4L2 119 the 'size' and 'offset' fields and are then independently mapped to
|
/linux-4.1.27/Documentation/m68k/ |
D | README.buddha | 31 the whole card disappears from $e8 and is mapped to the new 35 The local memory-map is even active when mapped to $e8: 59 Catweasel registers are also mapped here. 96 mapped to even addresses.
|
/linux-4.1.27/drivers/pinctrl/intel/ |
D | Kconfig | 10 driver for memory mapped GPIO functionality on Intel Baytrail
|
/linux-4.1.27/Documentation/devicetree/bindings/pwm/ |
D | pwm-tipwmss.txt | 10 - ranges: describes the address mapping of a memory-mapped bus. Should set to
|
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/ |
D | altera-mailbox.txt | 7 memory mapped region.
|
/linux-4.1.27/arch/x86/um/ |
D | Kconfig | 50 memory. All the memory that can't be mapped directly will be treated
|
/linux-4.1.27/Documentation/devicetree/bindings/soc/fsl/ |
D | bman-portals.txt | 12 Portals are memory mapped interfaces to BMan that allow low-latency, lock-less
|
/linux-4.1.27/Documentation/devicetree/bindings/hwmon/ |
D | ads1015.txt | 7 For configuration all possible combinations are mapped to 8 channels:
|
/linux-4.1.27/arch/metag/ |
D | Kconfig | 83 space as well as some memory mapped IO. That means that, if you 85 memory can be "permanently mapped" by the kernel. The physical 86 memory that is not permanently mapped is called "high memory".
|
/linux-4.1.27/arch/microblaze/ |
D | Kconfig | 165 space as well as some memory mapped IO. That means that, if you 167 memory can be "permanently mapped" by the kernel. The physical 168 memory that is not permanently mapped is called "high memory".
|
/linux-4.1.27/Documentation/hwmon/ |
D | vexpress | 29 The configuration devices are _not_ memory mapped and must be accessed
|
/linux-4.1.27/sound/pci/ctxfi/ |
D | ctsrc.h | 111 unsigned int mapped; /* A bit-map indicating which conj rsc is mapped */ member
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | mfd.txt | 23 memory-mapped bus. For more complex devices, when the nexus driver has to
|
/linux-4.1.27/Documentation/misc-devices/ |
D | spear-pcie-gadget.txt | 40 bar0_address :returns address of bar0 mapped area in hex. 57 bar0_address :write address of bar0 mapped area in hex. (default mapping of
|
/linux-4.1.27/drivers/power/reset/ |
D | Kconfig | 153 Reboot support for generic SYSCON mapped register reset. 160 Poweroff support for generic SYSCON mapped register poweroff.
|
/linux-4.1.27/arch/xtensa/ |
D | Kconfig | 192 then enter your normal kernel breakpoints once the MMU was mapped 203 was mapped gdb wouldn't remove the breakpoint on hitting it as the 210 address at 0x00003000 instead of the mapped std of 0xD0003000. 223 all of it can be "permanently mapped" by the kernel. 224 The physical memory that's not permanently mapped is called
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | marvell.txt | 18 the base address of the memory-mapped register set for the system 24 for memory mapped registers. 28 memory-mapped registers contained within the system controller 33 represent the address of the memory-mapped registers of devices 35 - #size-cells : Size representation for the memory-mapped
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | arm-pl330.txt | 8 - reg: physical base address of the controller and length of memory mapped
|
/linux-4.1.27/Documentation/sh/ |
D | register-banks.txt | 14 In the case of this type of banking, banked registers are mapped directly to
|
/linux-4.1.27/Documentation/dmaengine/ |
D | client.txt | 100 The peripheral driver is expected to have mapped the scatterlist for 102 keep the scatterlist mapped until the DMA operation has completed. 103 The scatterlist must be mapped using the DMA struct device.
|
/linux-4.1.27/Documentation/trace/ |
D | mmiotrace.txt | 1 In-kernel memory-mapped I/O tracing 13 Mmiotrace was built for reverse engineering any memory-mapped IO device with 108 the mapped pages are marked as not present. Any access to the pages causes a
|
/linux-4.1.27/Documentation/early-userspace/ |
D | README | 48 specified directory name will be mapped to '/'. When packaging a 50 INITRAMFS_ROOT_UID can be set to a user ID that needs to be mapped to 52 to be mapped to group root (0).
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | rockchip-thermal.txt | 5 - reg : physical base address of the controller and length of memory mapped
|