Home
last modified time | relevance | path

Searched refs:ioremap_wc (Results 1 – 25 of 88) sorted by relevance

1234

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dio.h32 void __iomem *ioremap_wc(phys_addr_t addr, size_t size);
61 #define ioremap_wc ioremap_wc macro
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dio-mapping.rst11 ioremap_wc cannot be used to statically map the entire aperture to the CPU
84 On 64-bit processors, io_mapping_create_wc calls ioremap_wc for the whole
87 virtual address returned by ioremap_wc.
95 io_mapping_map_wc both use ioremap_wc, a terribly inefficient function which
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dio.h394 void __iomem *ioremap_wc(resource_size_t res_cookie, size_t size);
395 #define ioremap_wc ioremap_wc macro
396 #define ioremap_wt ioremap_wc
/OK3568_Linux_fs/kernel/include/linux/
H A Dio-mapping.h91 return ioremap_wc(phys_addr, size); in io_mapping_map_wc()
110 iomap->iomem = ioremap_wc(base, size); in io_mapping_init_wc()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dioremap.c23 void __iomem *ioremap_wc(phys_addr_t addr, unsigned long size) in ioremap_wc() function
32 EXPORT_SYMBOL(ioremap_wc);
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dio.h366 extern void __iomem *ioremap_wc(resource_size_t offset, unsigned long size);
367 #define ioremap_wc ioremap_wc macro
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dnommu.c234 void __iomem *ioremap_wc(resource_size_t res_cookie, size_t size) in ioremap_wc() function
239 EXPORT_SYMBOL(ioremap_wc);
H A Dioremap.c376 void __iomem *ioremap_wc(resource_size_t res_cookie, size_t size) in ioremap_wc() function
381 EXPORT_SYMBOL(ioremap_wc);
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dio.h39 #define ioremap_wc(addr, size) \ macro
/OK3568_Linux_fs/kernel/lib/
H A Dpci_iomap.c90 return ioremap_wc(start, len); in pci_iomap_wc_range()
H A Ddevres.c43 addr = ioremap_wc(offset, size); in __devm_ioremap()
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dpat.rst47 | ioremap_wc | -- | -- | WC |
128 this can be done by using ioremap_wc() / set_memory_wc(). Devices which
159 For example: If there is an existing uncached mapping, a new ioremap_wc can
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Diomap.h97 #define ioremap_wc ioremap macro
H A Dio.h975 #ifndef ioremap_wc
976 #define ioremap_wc ioremap macro
/OK3568_Linux_fs/kernel/kernel/
H A Diomem.c116 addr = ioremap_wc(offset, size); in memremap()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_memory.c144 map->handle = ioremap_wc(map->offset, map->size); in drm_legacy_ioremap_wc()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/armada/
H A Darmada_gem.c153 ptr = ioremap_wc(obj->linear->start, size); in armada_gem_linear_back()
183 dobj->addr = ioremap_wc(dobj->phys_addr, dobj->obj.size); in armada_gem_map_object()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c139 addr = ioremap_wc(mem->bus.offset, bus_size); in ttm_resource_ioremap()
426 map->virtual = ioremap_wc(bo->mem.bus.offset + offset, in ttm_bo_ioremap()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dioremap.c392 void __iomem *ioremap_wc(resource_size_t phys_addr, unsigned long size) in ioremap_wc() function
397 EXPORT_SYMBOL(ioremap_wc);
/OK3568_Linux_fs/kernel/tools/testing/nvdimm/
H A DKbuild2 ldflags-y += --wrap=ioremap_wc
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dio.h187 #define ioremap_wc(addr, size) __ioremap((addr), (size), __pgprot(PROT_NORMAL_NC)) macro
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A DKconfig86 ioremap_wc() API since the firmware hides the address
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dio.h131 #define ioremap_wc ioremap macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dnv40.c256 imem->iomem = ioremap_wc(device->func->resource_addr(device, bar), in nv40_instmem_new()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/
H A Dvrfb.c235 vrfb->vaddr[rot] = ioremap_wc(vrfb->paddr[rot], size); in omap_vrfb_map_angle()

1234