Home
last modified time | relevance | path

Searched defs:VGA_MAP_MEM (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
Dvga.h42 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap((x), s)) macro
44 #define VGA_MAP_MEM(x,s) (x) macro
/linux-4.4.14/arch/ia64/include/asm/
Dvga.h20 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap_nocache(vga_console_membase + (x), s)) macro
/linux-4.4.14/arch/arm/include/asm/
Dvga.h8 #define VGA_MAP_MEM(x,s) (vga_base + (x)) macro
/linux-4.4.14/arch/xtensa/include/asm/
Dvga.h14 #define VGA_MAP_MEM(x,s) (unsigned long)phys_to_virt(x) macro
/linux-4.4.14/arch/x86/include/asm/
Dvga.h15 #define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x) macro
/linux-4.4.14/arch/m32r/include/asm/
Dvga.h15 #define VGA_MAP_MEM(x,s) (unsigned long)phys_to_virt(x) macro
/linux-4.4.14/include/asm-generic/
Dvga.h18 #define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x) macro
/linux-4.4.14/arch/sparc/include/asm/
Dvga.h32 #define VGA_MAP_MEM(x,s) (x) macro
/linux-4.4.14/arch/tile/include/asm/
Dvga.h37 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(x, s)) macro
/linux-4.4.14/arch/mips/include/asm/
Dvga.h17 #define VGA_MAP_MEM(x, s) CKSEG1ADDR(0x10000000L + (unsigned long)(x)) macro
/linux-4.4.14/arch/alpha/include/asm/
Dvga.h80 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(x, s)) macro