Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dpci_dma.h74 #define ZPCI_PT_MASK (ZPCI_PT_ENTRIES - 1) macro
/linux/drivers/iommu/
H A Ds390-iommu.c61 return ((unsigned long)ptr >> PAGE_SHIFT) & ZPCI_PT_MASK; in calc_px()