Searched refs:ioremap_wt (Results 1 – 18 of 18) sorted by relevance
/linux/arch/m68k/include/asm/ |
H A D | kmap.h | 28 #define ioremap_wt ioremap_wt macro 29 static inline void __iomem *ioremap_wt(unsigned long physaddr, in ioremap_wt() function
|
/linux/arch/powerpc/mm/ |
H A D | ioremap_32.c | 9 void __iomem *ioremap_wt(phys_addr_t addr, unsigned long size) in ioremap_wt() function 15 EXPORT_SYMBOL(ioremap_wt);
|
/linux/include/asm-generic/ |
H A D | iomap.h | 100 #ifndef ioremap_wt 101 #define ioremap_wt ioremap macro
|
/linux/arch/s390/include/asm/ |
H A D | io.h | 37 #define ioremap_wt(addr, size) \ macro
|
/linux/kernel/ |
H A D | iomem.c | 110 addr = ioremap_wt(offset, size); in memremap()
|
/linux/arch/x86/mm/ |
H A D | ioremap.c | 421 void __iomem *ioremap_wt(resource_size_t phys_addr, unsigned long size) in ioremap_wt() function 426 EXPORT_SYMBOL(ioremap_wt);
|
/linux/arch/powerpc/include/asm/ |
H A D | io.h | 892 void __iomem *ioremap_wt(phys_addr_t address, unsigned long size); 893 #define ioremap_wt ioremap_wt macro
|
/linux/drivers/block/ |
H A D | z2ram.c | 183 vaddr = (unsigned long)ioremap_wt(paddr, size); in z2_open()
|
/linux/drivers/video/fbdev/ |
H A D | hpfb.c | 247 fb_start = (unsigned long)ioremap_wt(fb_info.fix.smem_start, in hpfb_init_one()
|
H A D | valkyriefb.c | 354 p->frame_buffer = ioremap_wt(frame_buffer_phys, p->total_vram); in valkyriefb_init()
|
H A D | platinumfb.c | 569 pinfo->frame_buffer = ioremap_wt(pinfo->rsrc_fb.start, 0x400000); in platinumfb_probe()
|
H A D | controlfb.c | 966 p->frame_buffer = ioremap_wt(p->frame_buffer_phys, 0x800000); in control_of_init()
|
H A D | atafb.c | 3092 external_screen_base = ioremap_wt(external_addr, external_len); in atafb_probe()
|
H A D | amifb.c | 3698 videomemory = (u_long)ioremap_wt(info->fix.smem_start, in amifb_probe()
|
/linux/arch/sparc/include/asm/ |
H A D | io_64.h | 427 #define ioremap_wt(X,Y) ioremap((X),(Y)) macro
|
/linux/arch/arm/include/asm/ |
H A D | io.h | 379 #define ioremap_wt ioremap_wc macro
|
/linux/Documentation/arch/x86/ |
H A D | pat.rst | 49 | ioremap_wt | -- | -- | WT |
|
/linux/Documentation/driver-api/ |
H A D | device-io.rst | 354 ioremap_wt() 450 | ioremap_wt() | (not implemented; fallback to ioremap) |
|