Searched refs:arch_memremap_wb (Results 1 – 4 of 4) sorted by relevance
/linux/kernel/ |
H A D | iomem.c | 8 #ifndef arch_memremap_wb 9 static void *arch_memremap_wb(resource_size_t offset, unsigned long size, in arch_memremap_wb() function 38 return NULL; /* fallback to arch_memremap_wb */ in try_ram_remap() 95 addr = arch_memremap_wb(offset, size, flags); in memremap()
|
/linux/arch/arm/include/asm/ |
H A D | io.h | 384 void *arch_memremap_wb(phys_addr_t phys_addr, size_t size, unsigned long flags); 385 #define arch_memremap_wb arch_memremap_wb macro
|
/linux/arch/arm/mm/ |
H A D | nommu.c | 251 void *arch_memremap_wb(phys_addr_t phys_addr, size_t size, unsigned long flags) in arch_memremap_wb() function
|
/linux/arch/riscv/include/asm/ |
H A D | io.h | 139 #define arch_memremap_wb(addr, size, flags) \ macro
|