Home
last modified time | relevance | path

Searched refs:MACH_IS_VIRT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/m68k/include/asm/
H A Dsetup.h184 # define MACH_IS_VIRT (0) macro
190 # define MACH_IS_VIRT (m68k_machtype == MACH_VIRT) macro
193 # define MACH_IS_VIRT (1) macro
/openbmc/linux/arch/m68k/virt/
H A Dplatform.c38 if (!MACH_IS_VIRT) in virt_platform_init()
/openbmc/linux/arch/m68k/mm/
H A Dkmap.c183 if (MACH_IS_VIRT) { in __ioremap()
308 if (MACH_IS_VIRT && (unsigned long)addr >= 0xff000000) in iounmap()
/openbmc/linux/arch/m68k/kernel/
H A Dsetup_mm.c186 else if (MACH_IS_VIRT) in m68k_parse_bootinfo()