Searched refs:ioremap_cache (Results 1 - 25 of 35) sorted by relevance

12

/linux-master/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.h168 #define ioremap_cache ioremap_cache macro
169 static inline void __iomem *ioremap_cache(phys_addr_t addr, size_t size) function
/linux-master/arch/mips/include/asm/
H A Ddmi.h10 #define dmi_remap(x, l) ioremap_cache(x, l)
/linux-master/arch/xtensa/include/asm/
H A Dio.h47 static inline void __iomem *ioremap_cache(unsigned long offset, function
57 #define ioremap_cache ioremap_cache macro
/linux-master/include/acpi/
H A Dacpi_io.h13 return ioremap_cache(phys, size);
/linux-master/kernel/
H A Diomem.c11 #ifdef ioremap_cache
12 return (__force void *)ioremap_cache(offset, size);
/linux-master/arch/arm64/kernel/
H A Dsmp_spin_table.c76 * As ioremap_cache will either give us a new mapping or reuse the
80 release_addr = ioremap_cache(cpu_release_addr[cpu],
/linux-master/arch/x86/kernel/
H A Dcrash_dump_64.c27 vaddr = (__force void *)ioremap_cache(pfn << PAGE_SHIFT, PAGE_SIZE);
/linux-master/arch/arm/mm/
H A Dnommu.c228 void __iomem *ioremap_cache(resource_size_t res_cookie, size_t size) function
233 EXPORT_SYMBOL(ioremap_cache); variable
H A Dioremap.c374 void __iomem *ioremap_cache(resource_size_t res_cookie, size_t size) function
379 EXPORT_SYMBOL(ioremap_cache); variable
/linux-master/arch/loongarch/include/asm/
H A Dio.h42 * On LoongArch, ioremap() has two variants, ioremap_wc() and ioremap_cache().
54 #define ioremap_cache(offset, size) \ macro
/linux-master/arch/x86/include/asm/
H A Dio.h175 extern void __iomem *ioremap_cache(resource_size_t offset, unsigned long size);
176 #define ioremap_cache ioremap_cache macro
/linux-master/drivers/acpi/apei/
H A Dbert.c157 boot_error_region = ioremap_cache(bert_tab->address, region_len);
H A Deinj-core.c338 trigger_tab = ioremap_cache(trigger_paddr, sizeof(*trigger_tab));
365 trigger_tab = ioremap_cache(trigger_paddr, table_size);
/linux-master/arch/x86/platform/efi/
H A Defi_32.c53 va = ioremap_cache(md->phys_addr, size);
/linux-master/arch/powerpc/kernel/
H A Dcrash_dump.c88 vaddr = ioremap_cache(paddr, PAGE_SIZE);
/linux-master/arch/arm/include/asm/
H A Dio.h342 * ioremap_cache() Normal Writeback Read allocate
372 * Do not use ioremap_cache for mapping memory. Use memremap instead.
374 void __iomem *ioremap_cache(resource_size_t res_cookie, size_t size);
375 #define ioremap_cache ioremap_cache macro
/linux-master/drivers/mtd/maps/
H A Dpxa2xx-flash.c70 info->map.cached = ioremap_cache(info->map.phys, info->map.size);
/linux-master/drivers/hv/
H A Dhv.c277 /* Mask out vTOM bit. ioremap_cache() maps decrypted */
281 = (void *)ioremap_cache(base, HV_HYP_PAGE_SIZE);
296 /* Mask out vTOM bit. ioremap_cache() maps decrypted */
300 = (void *)ioremap_cache(base, HV_HYP_PAGE_SIZE);
/linux-master/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_drv.c89 hv->vram = ioremap_cache(hv->mem->start, hv->fb_size);
/linux-master/drivers/firmware/meson/
H A Dmeson_sm.c88 return ioremap_cache(sm_phy_base, size);
/linux-master/arch/loongarch/kernel/
H A Dacpi.c57 return ioremap_cache(phys, size);
/linux-master/arch/x86/mm/
H A Dioremap.c434 void __iomem *ioremap_cache(resource_size_t phys_addr, unsigned long size) function
439 EXPORT_SYMBOL(ioremap_cache); variable
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c327 map->virtual = ioremap_cache(res, size);
490 vaddr_iomem = ioremap_cache(mem->bus.offset,
/linux-master/drivers/mtd/devices/
H A Dbcm47xxsflash.c325 b47s->window = ioremap_cache(res->start, resource_size(res));

Completed in 302 milliseconds

12