phys_to_virt       15 arch/x86/include/asm/bios_ebda.h 	unsigned int address = *(unsigned short *)phys_to_virt(0x40E);
phys_to_virt       33 arch/x86/include/asm/bios_ebda.h 	length = *(unsigned char *)phys_to_virt(address);
phys_to_virt      150 arch/x86/include/asm/io.h #define isa_bus_to_virt		phys_to_virt
phys_to_virt      159 arch/x86/include/asm/io.h #define bus_to_virt phys_to_virt
phys_to_virt       20 arch/x86/include/asm/smpboot_hooks.h 	*((volatile unsigned short *)phys_to_virt(TRAMPOLINE_PHYS_HIGH)) =
phys_to_virt       23 arch/x86/include/asm/smpboot_hooks.h 	*((volatile unsigned short *)phys_to_virt(TRAMPOLINE_PHYS_LOW)) =
phys_to_virt       45 arch/x86/include/asm/smpboot_hooks.h 	*((volatile u32 *)phys_to_virt(TRAMPOLINE_PHYS_LOW)) = 0;
phys_to_virt       15 arch/x86/include/asm/vga.h #define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x)
phys_to_virt       18 include/asm-generic/vga.h #define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x)