Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dpci_dma.h71 #define ZPCI_PT_MASK (ZPCI_PT_ENTRIES - 1) macro
97 return ((unsigned long) ptr >> PAGE_SHIFT) & ZPCI_PT_MASK; in calc_px()
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-bus.h158 #define ZPCI_PT_MASK (ZPCI_PT_ENTRIES - 1) macro
/openbmc/qemu/hw/s390x/
H A Ds390-pci-bus.c342 return ((unsigned long) ptr >> TARGET_PAGE_BITS) & ZPCI_PT_MASK; in calc_px()