Searched refs:ioremap_wt (Results 1 – 12 of 12) 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 | 80 #ifndef ioremap_wt 81 #define ioremap_wt ioremap macro
|
| /linux/arch/x86/mm/ |
| H A D | ioremap.c | 420 void __iomem *ioremap_wt(resource_size_t phys_addr, unsigned long size) in ioremap_wt() function 425 EXPORT_SYMBOL(ioremap_wt);
|
| /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 | 356 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/Documentation/arch/x86/ |
| H A D | pat.rst | 49 | ioremap_wt | -- | -- | WT |
|