Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dvga.h51 #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/
Dvga.h20 #define VGA_MAP_MEM(x, s) \ macro
/linux-6.1.9/include/asm-generic/
Dvga.h19 #define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x) macro
/linux-6.1.9/arch/arm/include/asm/
Dvga.h9 #define VGA_MAP_MEM(x,s) (vga_base + (x)) macro
/linux-6.1.9/arch/ia64/include/asm/
Dvga.h21 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(vga_console_membase + (x), s)) macro
/linux-6.1.9/arch/sparc/include/asm/
Dvga.h58 #define VGA_MAP_MEM(x,s) (x) macro
/linux-6.1.9/arch/mips/include/asm/
Dvga.h19 #define VGA_MAP_MEM(x, s) CKSEG1ADDR(0x10000000L + (unsigned long)(x)) macro
/linux-6.1.9/arch/alpha/include/asm/
Dvga.h81 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(x, s)) macro