Home
last modified time | relevance | path

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

/qemu/util/
H A Ds390x_pci_mmio.c27 is_mio_supported = !!(qemu_getauxval(AT_HWCAP) & HWCAP_S390_PCI_MIO); in check_is_mio_supported()
/qemu/include/
H A Delf.h644 #define HWCAP_S390_PCI_MIO (1 << HWCAP_S390_NR_PCI_MIO) macro