| /linux/arch/arm64/include/asm/ |
| H A D | dmi.h | 25 #define dmi_early_remap(x, l) ioremap_cache(x, l) 27 #define dmi_remap(x, l) ioremap_cache(x, l)
|
| H A D | io.h | 294 #define ioremap_cache ioremap_cache macro 295 static inline void __iomem *ioremap_cache(phys_addr_t addr, size_t size) in ioremap_cache() function
|
| /linux/arch/mips/include/asm/ |
| H A D | dmi.h | 10 #define dmi_remap(x, l) ioremap_cache(x, l)
|
| /linux/include/acpi/ |
| H A D | acpi_io.h | 13 return ioremap_cache(phys, size); in acpi_os_ioremap()
|
| /linux/arch/arm64/kernel/ |
| H A D | smp_spin_table.c | 80 release_addr = ioremap_cache(cpu_release_addr[cpu], in smp_spin_table_cpu_prepare()
|
| /linux/arch/x86/kernel/ |
| H A D | crash_dump_64.c | 27 vaddr = (__force void *)ioremap_cache(pfn << PAGE_SHIFT, PAGE_SIZE); in __copy_oldmem_page()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | io.h | 63 #define ioremap_cache(offset, size) \ macro
|
| /linux/arch/x86/mm/ |
| H A D | ioremap.c | 434 void __iomem *ioremap_cache(resource_size_t phys_addr, unsigned long size) in ioremap_cache() function 439 EXPORT_SYMBOL(ioremap_cache); 508 return (void __force *)ioremap_cache(phys_addr, size); in arch_memremap_wb()
|
| /linux/arch/x86/platform/efi/ |
| H A D | efi_32.c | 53 va = ioremap_cache(md->phys_addr, size); in efi_map_region()
|
| /linux/drivers/acpi/apei/ |
| H A D | bert.c | 157 boot_error_region = ioremap_cache(bert_tab->address, region_len); in bert_init()
|
| H A D | einj-core.c | 428 p = ioremap_cache(trigger_paddr, sizeof(*p)); in __einj_error_trigger() 459 p = ioremap_cache(trigger_paddr, table_size); in __einj_error_trigger()
|
| H A D | erst.c | 1253 erst_erange.vaddr = ioremap_cache(erst_erange.base, in erst_init()
|
| /linux/arch/arm/mm/ |
| H A D | ioremap.c | 399 void __iomem *ioremap_cache(resource_size_t res_cookie, size_t size) in ioremap_cache() function 404 EXPORT_SYMBOL(ioremap_cache);
|
| /linux/drivers/mtd/maps/ |
| H A D | pxa2xx-flash.c | 70 info->map.cached = ioremap_cache(info->map.phys, info->map.size); in pxa2xx_flash_probe()
|
| /linux/drivers/hv/ |
| H A D | hv.c | 294 (void *)ioremap_cache(base, HV_HYP_PAGE_SIZE); in hv_hyp_synic_enable_regs() 313 (void *)ioremap_cache(base, HV_HYP_PAGE_SIZE); in hv_hyp_synic_enable_regs()
|
| /linux/arch/loongarch/kernel/ |
| H A D | acpi.c | 59 return ioremap_cache(phys, size); in acpi_os_ioremap()
|
| /linux/drivers/mtd/devices/ |
| H A D | bcm47xxsflash.c | 325 b47s->window = ioremap_cache(res->start, resource_size(res)); in bcm47xxsflash_bcma_probe()
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_bo_util.c | 332 map->virtual = ioremap_cache(res, size); in ttm_bo_ioremap() 521 vaddr_iomem = ioremap_cache(mem->bus.offset, in ttm_bo_vmap()
|
| /linux/arch/powerpc/platforms/pasemi/ |
| H A D | dma_lib.c | 567 dma_status = ioremap_cache(res.start, resource_size(&res)); in pasemi_dma_init()
|
| /linux/arch/x86/hyperv/ |
| H A D | hv_init.c | 108 ghcb_va = (void *)ioremap_cache(ghcb_gpa, HV_HYP_PAGE_SIZE); in hyperv_init_ghcb()
|
| /linux/Documentation/arch/x86/ |
| H A D | pat.rst | 43 | ioremap_cache | -- | WB | WB |
|
| /linux/drivers/soc/fsl/qbman/ |
| H A D | qman_ccsr.c | 459 void __iomem *tmpp = ioremap_cache(addr, sz); in zero_priv_mem()
|
| /linux/arch/x86/kernel/acpi/ |
| H A D | boot.c | 1835 return ioremap_cache(phys, size); in x86_acpi_os_ioremap()
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | vas-window.c | 92 map = ioremap_cache(start, len); in map_paste_region()
|
| /linux/drivers/video/fbdev/ |
| H A D | hyperv_fb.c | 1059 fb_virt = ioremap_cache(par->mem->start, screen_fb_size); in hvfb_getmem()
|