Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/include/asm/
Dpci_dma.h79 #define ZPCI_TABLE_PROTECTED 0x200 macro
157 *entry |= ZPCI_TABLE_PROTECTED; in entry_set_protected()
178 return (entry & ZPCI_TABLE_PROT_MASK) == ZPCI_TABLE_PROTECTED; in entry_isprotected()
/Linux-v5.4/arch/s390/pci/
Dpci_dma.c127 if (flags & ZPCI_TABLE_PROTECTED) in dma_update_cpu_trans()
359 flags |= ZPCI_TABLE_PROTECTED; in s390_dma_map_pages()
455 flags |= ZPCI_TABLE_PROTECTED; in __s390_dma_map_sg()
/Linux-v5.4/drivers/iommu/
Ds390-iommu.c277 flags |= ZPCI_TABLE_PROTECTED; in s390_iommu_map()