Searched refs:memremap (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/kernel/ |
D | memremap.c | 58 void *memremap(resource_size_t offset, size_t size, unsigned long flags) in memremap() function 103 EXPORT_SYMBOL(memremap); 132 addr = memremap(offset, size, flags); in devm_memremap()
|
D | Makefile | 105 obj-$(CONFIG_HAS_IOMEM) += memremap.o
|
/linux-4.4.14/include/linux/ |
D | io.h | 154 void *memremap(resource_size_t offset, size_t size, unsigned long flags);
|
/linux-4.4.14/tools/testing/nvdimm/ |
D | Kbuild | 2 ldflags-y += --wrap=memremap
|
/linux-4.4.14/drivers/mtd/maps/ |
D | pxa2xx-flash.c | 74 info->map.cached = memremap(info->map.phys, info->map.size, in pxa2xx_flash_probe()
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-nhlt.c | 43 return memremap(nhlt_ptr->min_addr, nhlt_ptr->length, in skl_nhlt_init()
|
/linux-4.4.14/tools/testing/nvdimm/test/ |
D | iomap.c | 107 return memremap(offset, size, flags); in __wrap_memremap()
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | visorchannel.c | 96 channel->mapped = memremap(physaddr, size, MEMREMAP_WB); in visorchannel_create_guts() 129 channel->mapped = memremap(channel->physaddr, channel_bytes, in visorchannel_create_guts()
|
D | visorchipset.c | 410 mapping = memremap(addr, bytes, MEMREMAP_WB); in parser_init_byte_stream() 1343 payload = memremap(phys_addr + offset, bytes, MEMREMAP_WB); in initialize_controlvm_payload_info()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_opregion.c | 922 base = memremap(asls, OPREGION_SIZE, MEMREMAP_WB); in intel_opregion_setup()
|
/linux-4.4.14/drivers/iommu/ |
D | intel_irq_remapping.c | 429 old_ir_table = memremap(irt_phys, size, MEMREMAP_WB); in iommu_load_old_irte()
|
D | intel-iommu.c | 2936 old_ce = memremap(old_ce_phys, PAGE_SIZE, in copy_context_table() 3019 old_rt = memremap(old_rt_phys, PAGE_SIZE, MEMREMAP_WB); in copy_translation_tables()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_drv.c | 756 dev_priv->mmio_virt = memremap(dev_priv->mmio_start, in vmw_driver_load()
|
/linux-4.4.14/drivers/acpi/ |
D | nfit.c | 1263 spa_map->addr.aperture = (void __pmem *)memremap(start, n, in __nfit_spa_map()
|