Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/include/asm/
Dsetup.h36 #define MACHINE_FLAG_PCI_MIO BIT(18) macro
97 #define MACHINE_HAS_PCI_MIO (S390_lowcore.machine_flags & MACHINE_FLAG_PCI_MIO)
/linux-6.1.9/arch/s390/kernel/
Dearly.c227 S390_lowcore.machine_flags |= MACHINE_FLAG_PCI_MIO; in detect_machine_facilities()
/linux-6.1.9/arch/s390/pci/
Dpci.c1113 S390_lowcore.machine_flags &= ~MACHINE_FLAG_PCI_MIO; in pcibios_setup()