Searched defs:VGA_MAP_MEM (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/arch/powerpc/include/asm/ |
D | vga.h | 51 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap((x), s)) macro 53 #define VGA_MAP_MEM(x,s) (x) macro
|
/linux-6.1.9/arch/x86/include/asm/ |
D | vga.h | 20 #define VGA_MAP_MEM(x, s) \ macro
|
/linux-6.1.9/include/asm-generic/ |
D | vga.h | 19 #define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x) macro
|
/linux-6.1.9/arch/arm/include/asm/ |
D | vga.h | 9 #define VGA_MAP_MEM(x,s) (vga_base + (x)) macro
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | vga.h | 21 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(vga_console_membase + (x), s)) macro
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | vga.h | 58 #define VGA_MAP_MEM(x,s) (x) macro
|
/linux-6.1.9/arch/mips/include/asm/ |
D | vga.h | 19 #define VGA_MAP_MEM(x, s) CKSEG1ADDR(0x10000000L + (unsigned long)(x)) macro
|
/linux-6.1.9/arch/alpha/include/asm/ |
D | vga.h | 81 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(x, s)) macro
|