Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dsetup.h36 #define MACHINE_FLAG_PCI_MIO BIT(18) macro
98 #define MACHINE_HAS_PCI_MIO (S390_lowcore.machine_flags & MACHINE_FLAG_PCI_MIO)
/openbmc/linux/arch/s390/kernel/
H A Dearly.c246 S390_lowcore.machine_flags |= MACHINE_FLAG_PCI_MIO; in detect_machine_facilities()
/openbmc/linux/arch/s390/pci/
H A Dpci.c1064 S390_lowcore.machine_flags &= ~MACHINE_FLAG_PCI_MIO; in pcibios_setup()