Home
last modified time | relevance | path

Searched refs:memremap (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/kernel/
Dmemremap.c58 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()
DMakefile105 obj-$(CONFIG_HAS_IOMEM) += memremap.o
/linux-4.4.14/include/linux/
Dio.h154 void *memremap(resource_size_t offset, size_t size, unsigned long flags);
/linux-4.4.14/tools/testing/nvdimm/
DKbuild2 ldflags-y += --wrap=memremap
/linux-4.4.14/drivers/mtd/maps/
Dpxa2xx-flash.c74 info->map.cached = memremap(info->map.phys, info->map.size, in pxa2xx_flash_probe()
/linux-4.4.14/sound/soc/intel/skylake/
Dskl-nhlt.c43 return memremap(nhlt_ptr->min_addr, nhlt_ptr->length, in skl_nhlt_init()
/linux-4.4.14/tools/testing/nvdimm/test/
Diomap.c107 return memremap(offset, size, flags); in __wrap_memremap()
/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvisorchannel.c96 channel->mapped = memremap(physaddr, size, MEMREMAP_WB); in visorchannel_create_guts()
129 channel->mapped = memremap(channel->physaddr, channel_bytes, in visorchannel_create_guts()
Dvisorchipset.c410 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/
Dintel_opregion.c922 base = memremap(asls, OPREGION_SIZE, MEMREMAP_WB); in intel_opregion_setup()
/linux-4.4.14/drivers/iommu/
Dintel_irq_remapping.c429 old_ir_table = memremap(irt_phys, size, MEMREMAP_WB); in iommu_load_old_irte()
Dintel-iommu.c2936 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/
Dvmwgfx_drv.c756 dev_priv->mmio_virt = memremap(dev_priv->mmio_start, in vmw_driver_load()
/linux-4.4.14/drivers/acpi/
Dnfit.c1263 spa_map->addr.aperture = (void __pmem *)memremap(start, n, in __nfit_spa_map()