Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dpci_dma.h48 #define ZPCI_TABLE_OFFSET_MASK 0xc0 macro
123 *entry &= ~ZPCI_TABLE_OFFSET_MASK; in validate_rt_entry()
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-bus.h133 #define ZPCI_TABLE_OFFSET_MASK 0xc0 macro
/openbmc/qemu/hw/s390x/
H A Ds390-pci-bus.c473 || te & ZPCI_TABLE_OFFSET_MASK)) { in table_translate()