Home
last modified time | relevance | path

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

/linux-6.14.4/arch/powerpc/include/asm/
Dvga.h46 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap((x), s)) macro
48 #define VGA_MAP_MEM(x,s) (x) macro
/linux-6.14.4/arch/x86/include/asm/
Dvga.h20 #define VGA_MAP_MEM(x, s) \ macro
/linux-6.14.4/arch/arm/include/asm/
Dvga.h10 #define VGA_MAP_MEM(x,s) (vga_base + (x)) macro
/linux-6.14.4/arch/mips/include/asm/
Dvga.h19 #define VGA_MAP_MEM(x, s) CKSEG1ADDR(0x10000000L + (unsigned long)(x)) macro
/linux-6.14.4/arch/alpha/include/asm/
Dvga.h83 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(x, s)) macro