Home
last modified time | relevance | path

Searched refs:ZPCI_TABLE_PROTECTED (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dpci_dma.h79 #define ZPCI_TABLE_PROTECTED 0x200 macro
151 *entry |= ZPCI_TABLE_PROTECTED; in entry_set_protected()
/openbmc/linux/arch/s390/pci/
H A Dpci_dma.c151 if (flags & ZPCI_TABLE_PROTECTED) in dma_update_cpu_trans()
379 flags |= ZPCI_TABLE_PROTECTED; in s390_dma_map_pages()
475 flags |= ZPCI_TABLE_PROTECTED; in __s390_dma_map_sg()
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-bus.h166 #define ZPCI_TABLE_PROTECTED 0x200 macro
/openbmc/linux/drivers/iommu/
H A Ds390-iommu.c337 flags |= ZPCI_TABLE_PROTECTED; in s390_iommu_map_pages()
/openbmc/qemu/hw/s390x/
H A Ds390-pci-bus.c371 return (entry & ZPCI_TABLE_PROT_MASK) == ZPCI_TABLE_PROTECTED; in entry_isprotected()