Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dio.h44 static inline void __iomem *ioremap_cache(unsigned long offset, in ioremap_cache() function
53 #define ioremap_cache ioremap_cache macro
/OK3568_Linux_fs/kernel/kernel/
H A Diomem.c7 #ifndef ioremap_cache
9 __weak void __iomem *ioremap_cache(resource_size_t offset, unsigned long size) in ioremap_cache() function
18 return (__force void *)ioremap_cache(offset, size); in arch_memremap_wb()
/OK3568_Linux_fs/kernel/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.h184 extern void __iomem *ioremap_cache(phys_addr_t phys_addr, size_t size);
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Ddmi.h8 #define dmi_early_remap(x, l) ioremap_cache(x, l)
10 #define dmi_remap(x, l) ioremap_cache(x, l)
H A Dio.h186 #define ioremap_cache(offset, size) \ macro
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dio.h261 static inline void __iomem * ioremap_cache (unsigned long phys_addr, unsigned long size) in ioremap_cache() function
266 #define ioremap_cache ioremap_cache macro
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dioremap.c85 void __iomem *ioremap_cache(phys_addr_t phys_addr, size_t size) in ioremap_cache() function
94 EXPORT_SYMBOL(ioremap_cache);
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dio.h185 extern void __iomem *ioremap_cache(resource_size_t offset, unsigned long size);
186 #define ioremap_cache ioremap_cache macro
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dnommu.c227 void __iomem *ioremap_cache(resource_size_t res_cookie, size_t size) in ioremap_cache() function
232 EXPORT_SYMBOL(ioremap_cache);
H A Dioremap.c369 void __iomem *ioremap_cache(resource_size_t res_cookie, size_t size) in ioremap_cache() function
374 EXPORT_SYMBOL(ioremap_cache);
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dio.h257 ioremap_cache(phys_addr_t offset, unsigned long size) in ioremap_cache() function
262 #define ioremap_cache ioremap_cache macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dio.h391 void __iomem *ioremap_cache(resource_size_t res_cookie, size_t size);
392 #define ioremap_cache ioremap_cache macro
/OK3568_Linux_fs/kernel/include/acpi/
H A Dacpi_io.h13 return ioremap_cache(phys, size); in acpi_os_ioremap()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsmp_spin_table.c79 release_addr = ioremap_cache(cpu_release_addr[cpu], in smp_spin_table_cpu_prepare()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dcrash_dump_64.c26 vaddr = (__force void *)ioremap_cache(pfn << PAGE_SHIFT, PAGE_SIZE); in __copy_oldmem_page()
/OK3568_Linux_fs/kernel/include/xen/arm/
H A Dpage.h112 #define xen_remap(cookie, size) ioremap_cache((cookie), (size))
/OK3568_Linux_fs/kernel/arch/x86/platform/efi/
H A Defi_32.c53 va = ioremap_cache(md->phys_addr, size); in efi_map_region()
/OK3568_Linux_fs/kernel/drivers/acpi/apei/
H A Dbert.c153 boot_error_region = ioremap_cache(bert_tab->address, region_len); in bert_init()
H A Deinj.c308 trigger_tab = ioremap_cache(trigger_paddr, sizeof(*trigger_tab)); in __einj_error_trigger()
335 trigger_tab = ioremap_cache(trigger_paddr, table_size); in __einj_error_trigger()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dcrash_dump.c112 vaddr = ioremap_cache(paddr, PAGE_SIZE); in copy_oldmem_page()
/OK3568_Linux_fs/kernel/drivers/mtd/maps/
H A Dpxa2xx-flash.c71 info->map.cached = ioremap_cache(info->map.phys, info->map.size); in pxa2xx_flash_probe()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dioremap.c423 void __iomem *ioremap_cache(resource_size_t phys_addr, unsigned long size) in ioremap_cache() function
428 EXPORT_SYMBOL(ioremap_cache);
/OK3568_Linux_fs/kernel/drivers/firmware/meson/
H A Dmeson_sm.c87 return ioremap_cache(sm_phy_base, size); in meson_sm_map_shmem()
/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A Dbcm47xxsflash.c325 b47s->window = ioremap_cache(res->start, resource_size(res)); in bcm47xxsflash_bcma_probe()

12