/openbmc/linux/arch/xtensa/include/asm/ |
H A D | io.h | 47 static inline void __iomem *ioremap_cache(unsigned long offset, in ioremap_cache() function 57 #define ioremap_cache ioremap_cache macro
|
/openbmc/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 | 164 #define ioremap_cache ioremap_cache macro 165 static inline void __iomem *ioremap_cache(phys_addr_t addr, size_t size) in ioremap_cache() function
|
/openbmc/linux/kernel/ |
H A D | iomem.c | 11 #ifdef ioremap_cache in arch_memremap_wb() 12 return (__force void *)ioremap_cache(offset, size); in arch_memremap_wb()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | io.h | 175 extern void __iomem *ioremap_cache(resource_size_t offset, unsigned long size); 176 #define ioremap_cache ioremap_cache macro
|
/openbmc/linux/arch/arm/mm/ |
H A D | nommu.c | 228 void __iomem *ioremap_cache(resource_size_t res_cookie, size_t size) in ioremap_cache() function 233 EXPORT_SYMBOL(ioremap_cache);
|
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);
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | dmi.h | 10 #define dmi_remap(x, l) ioremap_cache(x, l)
|
/openbmc/linux/include/acpi/ |
H A D | acpi_io.h | 13 return ioremap_cache(phys, size); in acpi_os_ioremap()
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | io.h | 374 void __iomem *ioremap_cache(resource_size_t res_cookie, size_t size); 375 #define ioremap_cache ioremap_cache macro
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | io.h | 59 #define ioremap_cache(offset, size) \ macro
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | crash_dump.c | 87 vaddr = ioremap_cache(paddr, PAGE_SIZE); in copy_oldmem_page()
|
/openbmc/linux/drivers/hv/ |
H A D | hv.c | 281 = (void *)ioremap_cache(base, HV_HYP_PAGE_SIZE); in hv_synic_enable_regs() 300 = (void *)ioremap_cache(base, HV_HYP_PAGE_SIZE); in hv_synic_enable_regs()
|
/openbmc/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.c | 309 trigger_tab = ioremap_cache(trigger_paddr, sizeof(*trigger_tab)); in __einj_error_trigger() 336 trigger_tab = ioremap_cache(trigger_paddr, table_size); in __einj_error_trigger()
|
/openbmc/linux/arch/x86/platform/efi/ |
H A D | efi_32.c | 53 va = ioremap_cache(md->phys_addr, size); in efi_map_region()
|
/openbmc/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()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | io.h | 251 #define ioremap_cache ioremap macro
|
/openbmc/linux/drivers/gpu/drm/hyperv/ |
H A D | hyperv_drm_drv.c | 94 hv->vram = ioremap_cache(hv->mem->start, hv->fb_size); in hyperv_setup_vram()
|
/openbmc/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);
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | acpi.c | 57 return ioremap_cache(phys, size); in acpi_os_ioremap()
|
/openbmc/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_bo_util.c | 327 map->virtual = ioremap_cache(res, size); in ttm_bo_ioremap() 490 vaddr_iomem = ioremap_cache(mem->bus.offset, in ttm_bo_vmap()
|
/openbmc/linux/drivers/firmware/meson/ |
H A D | meson_sm.c | 87 return ioremap_cache(sm_phy_base, size); in meson_sm_map_shmem()
|