Searched refs:MEMREMAP_WB (Results 1 – 12 of 12) sorted by relevance
| /linux-4.4.14/kernel/ |
| D | memremap.c | 70 if (flags & MEMREMAP_WB) { in memremap() 71 flags &= ~MEMREMAP_WB; in memremap()
|
| /linux-4.4.14/include/linux/ |
| D | pmem.h | 20 #define ARCH_MEMREMAP_PMEM MEMREMAP_WB
|
| D | io.h | 150 MEMREMAP_WB = 1 << 0, enumerator
|
| /linux-4.4.14/drivers/mtd/maps/ |
| D | pxa2xx-flash.c | 75 MEMREMAP_WB); in pxa2xx_flash_probe()
|
| /linux-4.4.14/sound/soc/intel/skylake/ |
| D | skl-nhlt.c | 44 MEMREMAP_WB); in skl_nhlt_init()
|
| /linux-4.4.14/drivers/staging/unisys/visorbus/ |
| D | visorchannel.c | 96 channel->mapped = memremap(physaddr, size, MEMREMAP_WB); in visorchannel_create_guts() 130 MEMREMAP_WB); 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 | 2937 MEMREMAP_WB); 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 | 757 dev_priv->mmio_size, MEMREMAP_WB); in vmw_driver_load()
|
| /linux-4.4.14/drivers/nvdimm/ |
| D | namespace_devs.c | 147 return ARCH_MEMREMAP_PMEM == MEMREMAP_WB; in pmem_should_map_pages()
|