Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dpci_dma.h76 #define ZPCI_PTE_FLAG_MASK 0xfffUL macro
77 #define ZPCI_PTE_ADDR_MASK (~ZPCI_PTE_FLAG_MASK)
/linux/drivers/iommu/
H A Ds390-iommu.c66 *entry &= ZPCI_PTE_FLAG_MASK; in set_pt_pfaa()