Home
last modified time | relevance | path

Searched refs:ioremap_cache (Results 1 – 25 of 29) sorted by relevance

12

/linux/arch/xtensa/include/asm/
H A Dio.h47 static inline void __iomem *ioremap_cache(unsigned long offset, in ioremap_cache() function
57 #define ioremap_cache ioremap_cache macro
/linux/arch/arm64/include/asm/
H A Ddmi.h25 #define dmi_early_remap(x, l) ioremap_cache(x, l)
27 #define dmi_remap(x, l) ioremap_cache(x, l)
H A Dio.h290 #define ioremap_cache ioremap_cache macro
291 static inline void __iomem *ioremap_cache(phys_addr_t addr, size_t size) in ioremap_cache() function
/linux/kernel/
H A Diomem.c11 #ifdef ioremap_cache in arch_memremap_wb()
12 return (__force void *)ioremap_cache(offset, size); in arch_memremap_wb()
/linux/arch/arm/mm/
H A Dnommu.c225 void __iomem *ioremap_cache(resource_size_t res_cookie, size_t size) in ioremap()
230 EXPORT_SYMBOL(ioremap_cache); in ioremap_cache()
228 void __iomem *ioremap_cache(resource_size_t res_cookie, size_t size) ioremap_cache() function
/linux/arch/mips/include/asm/
H A Ddmi.h10 #define dmi_remap(x, l) ioremap_cache(x, l)
/linux/include/acpi/
H A Dacpi_io.h13 return ioremap_cache(phys, size); in acpi_os_ioremap()
/linux/arch/arm/include/asm/
H A Dio.h374 void __iomem *ioremap_cache(resource_size_t res_cookie, size_t size);
375 #define ioremap_cache ioremap_cache macro
/linux/arch/arm64/kernel/
H A Dsmp_spin_table.c80 release_addr = ioremap_cache(cpu_release_addr[cpu], in smp_spin_table_cpu_prepare()
/linux/arch/x86/kernel/
H A Dcrash_dump_64.c27 vaddr = (__force void *)ioremap_cache(pfn << PAGE_SHIFT, PAGE_SIZE); in __copy_oldmem_page()
/linux/drivers/hv/
H A Dhv.c280 (void *)ioremap_cache(base, HV_HYP_PAGE_SIZE); in hv_synic_enable_regs()
299 (void *)ioremap_cache(base, HV_HYP_PAGE_SIZE); in hv_synic_enable_regs()
/linux/arch/x86/platform/efi/
H A Defi_32.c53 va = ioremap_cache(md->phys_addr, size); in efi_map_region()
/linux/drivers/acpi/apei/
H A Dbert.c157 boot_error_region = ioremap_cache(bert_tab->address, region_len); in bert_init()
H A Derst.c1253 erst_erange.vaddr = ioremap_cache(erst_erange.base, in erst_init()
/linux/drivers/mtd/maps/
H A Dpxa2xx-flash.c70 info->map.cached = ioremap_cache(info->map.phys, info->map.size); in pxa2xx_flash_probe()
/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_drv.c89 hv->vram = ioremap_cache(hv->mem->start, hv->fb_size); in hyperv_setup_vram()
/linux/drivers/firmware/meson/
H A Dmeson_sm.c88 return ioremap_cache(sm_phy_base, size); in meson_sm_map_shmem()
/linux/arch/loongarch/kernel/
H A Dacpi.c58 return ioremap_cache(phys, size); in acpi_os_ioremap()
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c327 map->virtual = ioremap_cache(res, size); in ttm_bo_ioremap()
490 vaddr_iomem = ioremap_cache(mem->bus.offset, in ttm_bo_vmap()
/linux/drivers/mtd/devices/
H A Dbcm47xxsflash.c325 b47s->window = ioremap_cache(res->start, resource_size(res)); in bcm47xxsflash_bcma_probe()
/linux/arch/sh/include/asm/
H A Dio.h301 #define ioremap_cache(addr, size) \ macro
/linux/Documentation/driver-api/
H A Ddevice-io.rst418 ioremap_cache()
421 ioremap_cache() effectively maps I/O memory as normal RAM. CPU write-back
431 Portable drivers should avoid the use of ioremap_cache().
452 | ioremap_cache() | Normal-Write-Back Cacheable |
/linux/arch/powerpc/platforms/pasemi/
H A Ddma_lib.c567 dma_status = ioremap_cache(res.start, resource_size(&res)); in pasemi_dma_init()
/linux/Documentation/arch/x86/
H A Dpat.rst43 | ioremap_cache | -- | WB | WB |
/linux/drivers/soc/fsl/qbman/
H A Dqman_ccsr.c459 void __iomem *tmpp = ioremap_cache(addr, sz); in zero_priv_mem()

12