Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dpci_dma.h83 #define ZPCI_TABLE_PROT_MASK 0x200 macro
150 *entry &= ~ZPCI_TABLE_PROT_MASK; in entry_set_protected()
156 *entry &= ~ZPCI_TABLE_PROT_MASK; in entry_clr_protected()
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-bus.h171 #define ZPCI_TABLE_PROT_MASK 0x200 macro
/openbmc/qemu/hw/s390x/
H A Ds390-pci-bus.c371 return (entry & ZPCI_TABLE_PROT_MASK) == ZPCI_TABLE_PROTECTED; in entry_isprotected()