Home
last modified time | relevance | path

Searched refs:mapped (Results 1 – 200 of 529) sorted by relevance

123

/linux-4.4.14/arch/x86/um/os-Linux/
Dtask_size.c20 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.4.14/arch/sh/mm/
Dioremap.c43 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()
Dpmb.c341 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.4.14/arch/powerpc/mm/
D40x_mmu.c98 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()
Dmmu_context_iommu.c26 atomic64_t mapped; member
139 atomic64_set(&mem->mapped, 1); in mm_iommu_get()
218 if (atomic_cmpxchg(&mem->mapped, 1, 0) != 1) { in mm_iommu_put()
289 if (atomic64_inc_not_zero(&mem->mapped)) in mm_iommu_mapped_inc()
299 atomic64_add_unless(&mem->mapped, -1, 1); in mm_iommu_mapped_dec()
Dinit_64.c228 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.4.14/drivers/gpu/drm/sti/
DNOTES39 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.4.14/drivers/gpu/host1x/hw/
Ddebug_hw.c154 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()
Dcdma_hw.c33 *(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.4.14/fs/jfs/
Dioctl.c43 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.4.14/Documentation/devicetree/bindings/display/
Dst,stih4xx.txt6 - 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
60 - reg: Physical base address of the IP registers and length of memory mapped region.
61 - reg-names: names of the mapped memory regions listed in regs property in
76 - reg: Physical base address of the IP registers and length of memory mapped region.
77 - reg-names: names of the mapped memory regions listed in regs property in
89 - reg: Physical base address of the IP registers and length of memory mapped region.
[all …]
/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvisorchannel.c39 void *mapped; member
96 channel->mapped = memremap(physaddr, size, MEMREMAP_WB); in visorchannel_create_guts()
97 if (!channel->mapped) { in visorchannel_create_guts()
116 memunmap(channel->mapped); in visorchannel_create_guts()
119 channel->mapped = NULL; in visorchannel_create_guts()
129 channel->mapped = memremap(channel->physaddr, channel_bytes, in visorchannel_create_guts()
131 if (!channel->mapped) { in visorchannel_create_guts()
170 if (channel->mapped) { in visorchannel_destroy()
171 memunmap(channel->mapped); in visorchannel_destroy()
245 memcpy(local, channel->mapped + offset, nbytes); in visorchannel_read()
[all …]
/linux-4.4.14/Documentation/scsi/
Dg_NCR5380.txt10 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.4.14/Documentation/devicetree/bindings/net/
Dmdio-mux-mmioreg.txt1 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.4.14/drivers/xen/
Dxlate_mmu.c70 int mapped; member
126 info->mapped++; in remap_pte_fn()
163 data.mapped = 0; in xen_xlate_remap_gfn_array()
167 return err < 0 ? err : data.mapped; in xen_xlate_remap_gfn_array()
/linux-4.4.14/Documentation/vm/
Dpagemap.txt11 physical frame each virtual page is mapped to. It contains one 64-bit
19 * Bit 56 page exclusively mapped (since 4.2)
33 precisely which pages are mapped (or in swap) and comparing mapped
37 determine which areas of memory are actually mapped and llseek to
41 times each page is mapped, indexed by PFN.
146 11. MMAP a memory mapped page
147 12. ANON a memory mapped page that is not part of a file
148 13. SWAPCACHE page is mapped to swap space, ie. has an associated swap entry
160 mapped to what.
Dunevictable-lru.txt71 (*) 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.
478 in the newly mapped memory being mlocked. Before the unevictable/mlock
[all …]
Dsoft-dirty.txt27 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
Didle_page_tracking.txt18 mapped to bit #i%64 of array element #i/64, byte order is native. When a bit is
27 Only accesses to user memory pages are tracked. These are pages mapped to a
63 space, in which case one or more PTEs it is mapped to will have the Accessed bit
85 mapped to, otherwise we will not be able to detect accesses to the page coming
Dzsmalloc.txt27 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
Dbalance21 mapped pages from the direct mapped pool, instead of falling back on
23 or not). A similar argument applies to highmem and direct mapped pages.
/linux-4.4.14/fs/nilfs2/
Dfile.c82 goto mapped; in nilfs_page_mkwrite()
98 goto mapped; in nilfs_page_mkwrite()
120 mapped: in nilfs_page_mkwrite()
/linux-4.4.14/arch/sh/boards/mach-microdev/
Dirq.c22 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.4.14/drivers/hid/
Dhid-plantronics.c78 goto mapped; in plantronics_input_mapping()
82 goto mapped; in plantronics_input_mapping()
100 mapped: in plantronics_input_mapping()
/linux-4.4.14/drivers/gpu/host1x/
Dcdma.c56 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()
Dcdma.h45 void *mapped; /* mapped pushbuffer memory */ member
/linux-4.4.14/drivers/mtd/maps/
DKconfig16 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.4.14/drivers/sh/intc/
Dvirq.c151 struct intc_map_entry *mapped; in intc_subgroup_init_one() local
156 mapped = radix_tree_lookup(&d->tree, subgroup->parent_id); in intc_subgroup_init_one()
157 if (!mapped) { in intc_subgroup_init_one()
162 pirq = mapped - intc_irq_xlate; in intc_subgroup_init_one()
DKconfig17 page with all non-masking registers obscured when mapped in to
/linux-4.4.14/Documentation/networking/
Dnetlink_mmap.txt1 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.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dti,c64x+megamod-pic.txt69 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
Dlsi,zevio-intc.txt6 - reg: Physical base address of the controller and length of memory mapped
Dmediatek,sysirq.txt23 mapped region.
Dcdns,xtensa-pic.txt12 core variants it may be mapped to different internal IRQ.
Dabilis,tb10x-ictl.txt19 are mapped one-to-one to parent interrupts.
Dsnps,dw-apb-ictl.txt9 - reg: physical base address of the controller and length of memory mapped
Dsamsung,s3c24xx-irq.txt11 - reg: Physical base address of the controller and length of memory mapped
/linux-4.4.14/Documentation/
Dio-mapping.txt19 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.
Dzorro.txt77 - 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
Dio_ordering.txt1 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
Dnommu-mmap.txt127 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
DDMA-API.txt201 Notes: Not all memory regions in a machine can be mapped by this API.
205 contiguous piece of memory. For this reason, memory to be mapped by
227 line width. In order for memory mapped by this API to operate
228 correctly, the mapped region must begin exactly on a cache line
229 boundary and end exactly on one (to prevent two separately mapped
262 Unmaps the region previously mapped. All the parameters passed in
293 Returns: the number of DMA address segments mapped (this may be shorter
298 Please note that the sg cannot be mapped again if it has been mapped once.
322 mapped them to. On failure 0, is returned.
332 Unmap the previously mapped scatter/gather list. All the parameters
[all …]
/linux-4.4.14/drivers/virtio/
DKconfig62 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.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-mm-lantiq.txt1 Lantiq SoC External Bus memory mapped GPIO controller
7 The node describing the memory mapped GPIOs needs to be a child of the node
Dgpio-stericsson-coh901.txt5 - reg: Physical base address of the controller and length of memory mapped
Dgpio-samsung.txt6 - reg: Physical base address of the controller and length of memory mapped
Dgpio-tz1090-pdc.txt6 - reg: Physical base address of the controller and length of memory mapped
Dgpio-davinci.txt6 - reg: Physical base address of the controller and the size of memory mapped
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dvexpress-scc.txt8 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
Darch_timer.txt4 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:
Dxen.txt11 memory where the grant table should be mapped to, using an
Dfsl.txt109 - reg: should contain base address and length of SCFG memory-mapped registers
123 - reg : should contain base address and length of DCFG memory-mapped registers
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Damlogic,meson8b-clkc.txt11 mapped region.
13 mapped region.
Dkeystone-pll.txt5 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
Dhi3620-clock.txt12 - reg: physical base address of the controller and length of memory mapped
Dmarvell,pxa910.txt11 - reg: physical base address of the clock subsystem and length of memory mapped
Dnspire-clock.txt10 - reg: Physical base address of the controller and length of memory mapped
Dexynos5440-clock.txt10 - reg: physical base address of the controller and length of memory mapped
Dmarvell,pxa168.txt11 - reg: physical base address of the clock subsystem and length of memory mapped
Dmarvell,mmp2.txt11 - reg: physical base address of the clock subsystem and length of memory mapped
Dmarvell,pxa1928.txt13 - reg: physical base address of the clock controller and length of memory mapped
Dexynos5250-clock.txt11 - reg: physical base address of the controller and length of memory mapped
Dexynos4415-clock.txt14 - reg: physical base address of the controller and length of memory mapped
Dexynos5410-clock.txt10 - reg: physical base address of the controller and length of memory mapped
Dexynos5420-clock.txt12 - reg: physical base address of the controller and length of memory mapped
Dhi6220-clock.txt20 - reg: physical base address of the controller and length of memory mapped
Dexynos4-clock.txt13 - reg: physical base address of the controller and length of memory mapped
Dexynos3250-clock.txt15 - reg: physical base address of the controller and length of memory mapped
/linux-4.4.14/drivers/mtd/
Dmtdswap.c1073 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.4.14/Documentation/ABI/testing/
Dsysfs-bus-rbd15 be mapped read-only.
84 The size (in bytes) of the mapped block device.
93 The current snapshot for which the device is mapped.
Dsysfs-class-pktcdvd64 # create a new pktcdvd device mapped to /dev/hdc
69 # print the device id of the mapped block device
Dconfigfs-spear-pcie-gadget28 bar0_address ... used to write and read bar0 mapped area in hex.
Dsysfs-firmware-efi-runtime-map6 bit set to be mapped to virtual addresses.
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dtxrx.c157 bool mapped; in ath10k_wait_for_peer_common()
160 mapped = !!ath10k_peer_find(ar, vdev_id, addr); in ath10k_wait_for_peer_common()
163 (mapped == expect_mapped || in ath10k_wait_for_peer_common()
/linux-4.4.14/Documentation/input/
Dgamepad.txt66 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
Dgameport-programming.txt26 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.4.14/Documentation/gpio/
Dboard.txt13 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
111 GPIOs are mapped by the means of tables of lookups, containing instances of the
164 Since the "led" GPIOs are mapped as active-high, this example will switch their
165 signals to 1, i.e. enabling the LEDs. And for the "power" GPIO, which is mapped
/linux-4.4.14/arch/s390/include/asm/
Dpage.h93 unsigned char skey, int mapped) in page_set_storage_key() argument
95 if (!mapped) in page_set_storage_key()
/linux-4.4.14/Documentation/arm/
Dmemory.txt30 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.4.14/drivers/mmc/host/
Dusdhi6rol0.c155 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.4.14/drivers/firmware/
Ddmi-sysfs.c380 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.4.14/sound/oss/
Dswarm_cs4297a.c262 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.4.14/drivers/media/platform/ti-vpe/
Dvpdma.c327 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.4.14/Documentation/devicetree/bindings/dma/
Dadi,axi-dmac.txt5 - reg: Specification for the controllers memory mapped register map.
27 0 (AXI_DMAC_TYPE_AXI_MM): Memory mapped AXI interface
/linux-4.4.14/drivers/net/arcnet/
DKconfig83 tristate "ARCnet COM90xx (IO mapped) chipset driver"
86 IO-mapped mode instead of memory-mapped mode. This is slower than
97 time only using memory-mapped mode, and no IO ports at all. This
/linux-4.4.14/Documentation/devicetree/bindings/rtc/
Dmaxim,ds1742.txt6 mapped region.
Dlpc32xx-rtc.txt5 - reg: physical base address of the controller and length of memory mapped
Ddigicolor-rtc.txt7 - reg: physical base address of the controller and length of memory mapped
Datmel,at91rm9200-rtc.txt5 - reg: physical base address of the controller and length of memory mapped
Dimxdi-rtc.txt7 - reg: physical base address of the controller and length of memory mapped
Dorion-rtc.txt8 - reg: physical base address of the controller and length of memory mapped
Dsunxi-rtc.txt7 - reg: physical base address of the controller and length of memory mapped
Dsun6i-rtc.txt8 memory mapped region.
Dstmp3xxx-rtc.txt6 - reg: physical base address of the controller and length of memory mapped
Dsa1100-rtc.txt5 - reg: physical base address of the controller and length of memory mapped
Dxgene-rtc.txt7 - reg: physical base address of the controller and length of memory mapped
Dxlnx-rtc.txt9 of memory mapped region.
Drtc-mxc.txt7 - reg: physical base address of the controller and length of memory mapped
Ds3c-rtc.txt11 - reg: physical base address of the controller and length of memory mapped
Ddw-apb.txt8 - reg: physical base address of the controller and length of memory mapped
/linux-4.4.14/drivers/iommu/
Dfsl_pamu_domain.h68 int mapped; member
Dfsl_pamu_domain.c414 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.4.14/Documentation/devicetree/bindings/watchdog/
Dqca-ar7130-wdt.txt5 - reg: physical base address of the controller and length of memory mapped
Dpnx4008-wdt.txt5 - reg: physical base address of the controller and length of memory mapped
Dstericsson-coh901327.txt5 - reg: physical base address of the controller and length of memory mapped
Dsamsung-wdt.txt14 - reg : base physical address of the controller and length of memory mapped
Datmel-sama5d4-wdt.txt5 - reg: base physical address and length of memory mapped region.
/linux-4.4.14/Documentation/devicetree/bindings/staging/iio/adc/
Dlpc32xx-adc.txt5 - reg: physical base address of the controller and length of memory mapped
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/
Dlpc32xx-tsc.txt5 - reg: physical base address of the controller and length of memory mapped
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-st-ddci2c.txt5 - reg: physical base address of the controller and length of memory mapped
Di2c-sirf.txt5 - reg: physical base address of the controller and length of memory mapped
Di2c-pxa-pci-ce4100.txt20 1:1 mapped to the BARs, and the second is the
22 non-zero if you had 2 or more devices mapped off
Di2c-hix5hd2.txt5 - reg: physical base address of the controller and length of memory mapped
Di2c-rcar.txt14 - reg: physical base address of the controller and length of memory mapped
Di2c-at91.txt7 - reg: physical base address of the controller and length of memory mapped
Di2c-mt6577.txt13 mapped region.
Di2c-exynos5.txt18 - reg: physical base address of the controller and length of memory mapped
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Dspi-xtensa-xtfpga.txt8 - reg: physical base address of the controller and length of memory mapped
Dti_qspi.txt8 - qspi_mmap: Memory mapped Address space
/linux-4.4.14/Documentation/devicetree/bindings/virtio/
Dmmio.txt1 * virtio memory mapped device
/linux-4.4.14/drivers/thermal/st/
DKconfig12 tristate "STi series memory mapped access based thermal sensors"
/linux-4.4.14/arch/cris/arch-v10/
DREADME.mm87 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.4.14/net/netlink/
DKconfig8 This option enables support for memory mapped netlink IO. This
Daf_netlink.h51 atomic_t mapped; member
/linux-4.4.14/Documentation/devicetree/bindings/arc/
Darchs-pct.txt5 are 100+ hardware conditions dynamically mapped to upto 32 counters.
Dpct.txt5 are 100+ hardware conditions dynamically mapped to upto 32 counters
/linux-4.4.14/lib/
Dsg_split.c24 struct sg_splitter *splitters, bool mapped) in sg_calculate_split() argument
38 sglen = mapped ? sg_dma_len(sg) : sg->length; in sg_calculate_split()
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dscfg.txt10 - reg: should contain base address and length of SCFG memory-mapped
Dpamu.txt14 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,
/linux-4.4.14/Documentation/devicetree/bindings/fpga/
Daltera-socfpga-fpga-mgr.txt5 - reg : base address and size for memory mapped io.
Dxilinx-zynq-fpga-mgr.txt5 - reg: base address and size for memory mapped io
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dehci-orion.txt5 - reg: physical base address of the controller and length of memory mapped
Dohci-nxp.txt5 - reg: physical base address of the controller and length of memory mapped
Dlpc32xx-udc.txt5 - reg: Physical base address of the controller and length of memory mapped
Dexynos-usb.txt10 - 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
Dohci-st.txt6 - reg : physical base addresses of the controller and length of memory mapped
Dehci-st.txt5 - reg : physical base addresses of the controller and length of memory mapped
/linux-4.4.14/Documentation/filesystems/
Ddax.txt8 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.
89 mapped caches such as ARM, MIPS and SPARC.
Dfiemap.txt22 * 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.4.14/Documentation/ABI/stable/
Dsyscalls10 mapped to each syscall.
/linux-4.4.14/drivers/net/can/cc770/
DKconfig11 connected to the ISA bus using I/O port, memory mapped or
/linux-4.4.14/sound/synth/emux/
Dsoundfont.c446 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.4.14/arch/arm/include/debug/
Dvexpress.S31 @ - all other (RS1 complaint) tiles use UART mapped
/linux-4.4.14/Documentation/devicetree/bindings/media/
Dexynos-fimc-lite.txt9 - reg : physical base address and size of the device memory mapped
Dhix5hd2-ir.txt6 mapped region.
Dimg-ir-rev1.txt9 memory mapped region.
Dst-rc.txt6 mapped region.
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Dhisilicon-thermal.txt6 - reg: physical base address of thermal sensor and length of memory mapped
/linux-4.4.14/Documentation/devicetree/bindings/pci/
Dpci-msi.txt49 - msi-map-mask: A mask to be applied to each Requester ID prior to being mapped
80 * the RID, identity-mapped.
213 * RID, identity-mapped.
Daltera-pcie-msi.txt6 the length of the memory mapped region.
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Dvt8500-uart.txt7 - reg: base physical address of the controller and length of memory mapped
Dqca,ar9330-uart.txt8 the length of the memory mapped region.
/linux-4.4.14/Documentation/devicetree/bindings/bus/
Domap-ocp2scp.txt8 - ranges : the child address space are mapped 1:1 onto the parent address space
/linux-4.4.14/drivers/usb/gadget/udc/
Dudc-core.c69 int mapped; in usb_gadget_map_request() local
71 mapped = dma_map_sg(dev, req->sg, req->num_sgs, in usb_gadget_map_request()
73 if (mapped == 0) { in usb_gadget_map_request()
78 req->num_mapped_sgs = mapped; in usb_gadget_map_request()
/linux-4.4.14/sound/ppc/
Dsnd_ps3.c815 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.4.14/Documentation/devicetree/bindings/power/reset/
Dsyscon-reboot.txt1 Generic SYSCON mapped register reset driver
Dsyscon-poweroff.txt1 Generic SYSCON mapped register poweroff driver
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/
Dexynos_mixer.txt11 - reg: physical base address of the mixer and length of memory mapped
/linux-4.4.14/Documentation/devicetree/bindings/gpu/
Dsamsung-rotator.txt10 mapped region.
Dsamsung-g2d.txt10 mapped region.
/linux-4.4.14/Documentation/device-mapper/
Dcache-policies.txt10 Every bio that is mapped by the target is referred to the policy.
151 dmsetup message <mapped device> 0 sequential_threshold 1024
152 dmsetup message <mapped device> 0 random_threshold 8
157 creates a 128GB large mapped device named 'blah' with the
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_buffer.c225 bool mapped; member
403 if (vmw_tt->mapped) in vmw_ttm_map_dma()
461 vmw_tt->mapped = true; in vmw_ttm_map_dma()
500 vmw_tt->mapped = false; in vmw_ttm_unmap_dma()
/linux-4.4.14/drivers/ntb/
DKconfig7 mapped memory will be mirrored to a buffer on the remote system. The
/linux-4.4.14/Documentation/devicetree/bindings/clock/ti/
Dfapll.txt6 register-mapped FAPLL with usually two selectable input clocks
Dautoidle.txt5 This binding uses the common clock binding[1]. It assumes a register mapped
/linux-4.4.14/drivers/soc/ti/
DKconfig17 to a particular memory mapped location in the Queue Manager module.
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/
Drockchip-saradc.txt5 - reg: physical base address of the controller and length of memory mapped
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dmvebu-audio.txt10 - reg: physical base address of the controller and length of memory mapped
Drockchip-spdif.txt12 - reg: physical base address of the controller and length of memory mapped
Drockchip-i2s.txt12 - reg: physical base address of the controller and length of memory mapped
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dlpc32xx-key.txt8 - reg: Physical base address of the controller and length of memory mapped
Datmel,maxtouch.txt16 indicating the Linux keycode mapped to each bit of the status byte,
Dti,nspire-keypad.txt6 - reg: Physical base address of the peripheral and length of memory mapped
/linux-4.4.14/Documentation/power/
Dswsusp-dmcrypt.txt73 mapped=0
89 dmsetup create swap0 /mnt/swapkey > /dev/null 2>&1 && mapped=1
98 if [ $mapped = 1 ]
/linux-4.4.14/include/sound/
Dsoundfont.h36 unsigned char mapped; /* True if mapped to something else */ member
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dorion-nand.txt5 - reg : Base physical address of the NAND and length of memory mapped
/linux-4.4.14/arch/arc/boot/dts/
Dnsim_700.dts32 /* child and parent address space 1:1 mapped */
Dnsim_hs_idu.dts29 /* child and parent address space 1:1 mapped */
Dnsimosci_hs.dts35 /* child and parent address space 1:1 mapped */
Dnsimosci.dts35 /* child and parent address space 1:1 mapped */
/linux-4.4.14/Documentation/sound/alsa/
Demu10k1-jack.txt59 ~capture_4 Center EXTOUT(0x11) // mapped to by Center
60 ~capture_5 LFE EXTOUT(0x12) // mapped to by LFE
/linux-4.4.14/arch/mips/sgi-ip27/
Dip27-klnuma.c37 #error Kernel replication works with mapped kernel support. No calias support. in setup_replication_mask()
/linux-4.4.14/drivers/staging/panel/
Dlcd-panel-cgram.txt1 Some LCDs allow you to define up to 8 characters, mapped to ASCII
/linux-4.4.14/Documentation/m68k/
DREADME.buddha31 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.4.14/Documentation/video4linux/
Duvcvideo.txt38 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.4.14/net/packet/
Dinternal.h122 atomic_t mapped; member
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Dmv_cesa.txt8 - reg: base physical address of the engine and length of memory mapped
Dmarvell-cesa.txt12 - reg: base physical address of the engine and length of memory mapped
/linux-4.4.14/Documentation/devicetree/bindings/pwm/
Dpwm-tipwmss.txt10 - ranges: describes the address mapping of a memory-mapped bus. Should set to
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dfile_ops.c1573 unsigned tid, mapped = 0, npages, ngroups, exp_groups, in exp_tid_setup() local
1618 for (mapped = 0, idx = 0; in exp_tid_setup()
1619 mapped < npages && idx <= uctxt->tidmapcnt;) { in exp_tid_setup()
1640 ngroups = ((npages - mapped) / dd->rcv_entries.group_size) + in exp_tid_setup()
1641 !!((npages - mapped) % dd->rcv_entries.group_size); in exp_tid_setup()
1675 (npages - mapped)); in exp_tid_setup()
1680 ret = hfi1_get_user_pages(vaddr + (mapped * PAGE_SIZE), in exp_tid_setup()
1767 mapped += pinned; in exp_tid_setup()
1777 if (mapped) { in exp_tid_setup()
1794 tinfo->length = mapped * PAGE_SIZE; in exp_tid_setup()
/linux-4.4.14/Documentation/devicetree/bindings/soc/fsl/
Dbman-portals.txt12 Portals are memory mapped interfaces to BMan that allow low-latency, lock-less
/linux-4.4.14/arch/x86/um/
DKconfig50 memory. All the memory that can't be mapped directly will be treated
/linux-4.4.14/Documentation/devicetree/bindings/mailbox/
Daltera-mailbox.txt7 memory mapped region.
/linux-4.4.14/Documentation/devicetree/bindings/hwmon/
Dads1015.txt7 For configuration all possible combinations are mapped to 8 channels:
/linux-4.4.14/drivers/pinctrl/intel/
DKconfig10 driver for memory mapped GPIO functionality on Intel Baytrail
/linux-4.4.14/arch/microblaze/
DKconfig165 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.4.14/arch/metag/
DKconfig83 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.4.14/sound/pci/ctxfi/
Dctsrc.h111 unsigned int mapped; /* A bit-map indicating which conj rsc is mapped */ member
/linux-4.4.14/Documentation/hwmon/
Dvexpress29 The configuration devices are _not_ memory mapped and must be accessed
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dmfd.txt23 memory-mapped bus. For more complex devices, when the nexus driver has to

123