Searched refs:MEMREMAP_WB (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/kernel/
H A Dmemremap.c41 * @flags: either MEMREMAP_WB or MEMREMAP_WT
47 * MEMREMAP_WB - matches the default mapping for "System RAM" on
49 * Morever, if MEMREMAP_WB is specified and the requested remap region is RAM
70 if (flags & MEMREMAP_WB) { memremap()
71 flags &= ~MEMREMAP_WB; memremap()
73 * MEMREMAP_WB is special in that it can be satisifed memremap()
/linux-4.4.14/drivers/mtd/maps/
H A Dpxa2xx-flash.c75 MEMREMAP_WB); pxa2xx_flash_probe()
/linux-4.4.14/include/linux/
H A Dpmem.h20 #define ARCH_MEMREMAP_PMEM MEMREMAP_WB
H A Dio.h150 MEMREMAP_WB = 1 << 0, enumerator in enum:__anon12443
/linux-4.4.14/sound/soc/intel/skylake/
H A Dskl-nhlt.c44 MEMREMAP_WB); skl_nhlt_init()
/linux-4.4.14/drivers/staging/unisys/visorbus/
H A Dvisorchannel.c96 channel->mapped = memremap(physaddr, size, MEMREMAP_WB); visorchannel_create_guts()
130 MEMREMAP_WB); visorchannel_create_guts()
H A Dvisorchipset.c410 mapping = memremap(addr, bytes, MEMREMAP_WB); parser_init_byte_stream()
1343 payload = memremap(phys_addr + offset, bytes, MEMREMAP_WB); initialize_controlvm_payload_info()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c757 dev_priv->mmio_size, MEMREMAP_WB); vmw_driver_load()
/linux-4.4.14/drivers/iommu/
H A Dintel_irq_remapping.c429 old_ir_table = memremap(irt_phys, size, MEMREMAP_WB); iommu_load_old_irte()
H A Dintel-iommu.c2937 MEMREMAP_WB); copy_context_table()
3019 old_rt = memremap(old_rt_phys, PAGE_SIZE, MEMREMAP_WB); copy_translation_tables()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_opregion.c922 base = memremap(asls, OPREGION_SIZE, MEMREMAP_WB); intel_opregion_setup()
/linux-4.4.14/drivers/nvdimm/
H A Dnamespace_devs.c147 return ARCH_MEMREMAP_PMEM == MEMREMAP_WB; pmem_should_map_pages()

Completed in 386 milliseconds