Home
last modified time | relevance | path

Searched refs:MACHINE_FLAG_PCI_MIO (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/include/asm/
H A Dsetup.h35 #define MACHINE_FLAG_PCI_MIO BIT(18) macro
97 #define MACHINE_HAS_PCI_MIO (get_lowcore()->machine_flags & MACHINE_FLAG_PCI_MIO)
/linux/arch/s390/kernel/
H A Dearly.c267 get_lowcore()->machine_flags |= MACHINE_FLAG_PCI_MIO; in detect_machine_facilities()