Searched refs:arch_memremap_wb (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/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 95 addr = arch_memremap_wb(offset, size, flags); in memremap()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | io.h | 178 void *arch_memremap_wb(phys_addr_t phys_addr, size_t size, unsigned long flags); 179 #define arch_memremap_wb arch_memremap_wb macro
|
| /linux-6.15/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-6.15/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
|
| H A D | ioremap.c | 439 void *arch_memremap_wb(phys_addr_t phys_addr, size_t size, unsigned long flags) in arch_memremap_wb() function
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | io.h | 139 #define arch_memremap_wb(addr, size, flags) \ macro
|
| /linux-6.15/arch/x86/mm/ |
| H A D | ioremap.c | 506 void *arch_memremap_wb(phys_addr_t phys_addr, size_t size, unsigned long flags) in arch_memremap_wb() function
|