Home
last modified time | relevance | path

Searched refs:ioremap_wt (Results 1 - 25 of 37) sorted by relevance

12

/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dkmap.h31 #define ioremap_wt ioremap_wt macro
32 static inline void __iomem *ioremap_wt(unsigned long physaddr, in ioremap_wt() function
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dkmap.h29 #define ioremap_wt ioremap_wt macro
30 static inline void __iomem *ioremap_wt(unsigned long physaddr, in ioremap_wt() function
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dio.h33 void __iomem *ioremap_wt(phys_addr_t addr, size_t size);
60 #define ioremap_wt ioremap_wt macro
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Dioremap_32.c9 void __iomem *ioremap_wt(phys_addr_t addr, unsigned long size) in ioremap_wt() function
15 EXPORT_SYMBOL(ioremap_wt); variable
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dioremap_32.c9 void __iomem *ioremap_wt(phys_addr_t addr, unsigned long size) in ioremap_wt() function
15 EXPORT_SYMBOL(ioremap_wt); variable
/kernel/linux/linux-6.6/include/asm-generic/
H A Diomap.h100 #ifndef ioremap_wt
101 #define ioremap_wt ioremap macro
H A Dio.h1026 * ioremap_wc() and ioremap_wt() can provide more relaxed caching attributes
1072 #ifndef ioremap_wt
1073 #define ioremap_wt ioremap macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dio.h368 extern void __iomem *ioremap_wt(resource_size_t offset, unsigned long size);
369 #define ioremap_wt ioremap_wt macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dio.h320 extern void __iomem *ioremap_wt(resource_size_t offset, unsigned long size);
321 #define ioremap_wt ioremap_wt macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dio.h35 #define ioremap_wt(addr, size) \ macro
/kernel/linux/linux-5.10/include/asm-generic/
H A Diomap.h101 #define ioremap_wt ioremap macro
H A Dio.h943 * ioremap_wc() and ioremap_wt() can provide more relaxed caching attributes
979 #ifndef ioremap_wt
980 #define ioremap_wt ioremap macro
/kernel/linux/linux-5.10/kernel/
H A Diomem.c113 addr = ioremap_wt(offset, size); in memremap()
/kernel/linux/linux-6.6/kernel/
H A Diomem.c110 addr = ioremap_wt(offset, size); in memremap()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dio.h881 * * ioremap_wt enables write through
898 void __iomem *ioremap_wt(phys_addr_t address, unsigned long size);
899 #define ioremap_wt ioremap_wt macro
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dioremap.c400 * ioremap_wt - map memory into CPU space write through
409 void __iomem *ioremap_wt(resource_size_t phys_addr, unsigned long size) in ioremap_wt() function
414 EXPORT_SYMBOL(ioremap_wt); variable
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dioremap.c411 * ioremap_wt - map memory into CPU space write through
420 void __iomem *ioremap_wt(resource_size_t phys_addr, unsigned long size) in ioremap_wt() function
425 EXPORT_SYMBOL(ioremap_wt); variable
/kernel/linux/linux-5.10/drivers/block/
H A Dz2ram.c194 vaddr = (unsigned long)ioremap_wt(paddr, size); in z2_open()
/kernel/linux/linux-6.6/drivers/block/
H A Dz2ram.c183 vaddr = (unsigned long)ioremap_wt(paddr, size); in z2_open()
/kernel/linux/linux-5.10/arch/s390/pci/
H A Dpci.c277 void __iomem *ioremap_wt(phys_addr_t addr, size_t size) in ioremap_wt() function
281 EXPORT_SYMBOL(ioremap_wt); variable
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dio.h361 * ioremap_wt() Normal Non-cacheable n/a
396 #define ioremap_wt ioremap_wc macro
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dio_64.h411 #define ioremap_wt(X,Y) ioremap((X),(Y)) macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dio.h344 * ioremap_wt() Normal Non-cacheable n/a
379 #define ioremap_wt ioremap_wc macro
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dio_64.h428 #define ioremap_wt(X,Y) ioremap((X),(Y)) macro
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dvalkyriefb.c361 p->frame_buffer = ioremap_wt(frame_buffer_phys, p->total_vram); in valkyriefb_init()

Completed in 18 milliseconds

12