Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dpci_dma.h70 #define ZPCI_PT_ENTRIES (ZPCI_PT_SIZE / ZPCI_TABLE_ENTRY_SIZE) macro
71 #define ZPCI_PT_MASK (ZPCI_PT_ENTRIES - 1)
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-bus.h157 #define ZPCI_PT_ENTRIES (ZPCI_PT_SIZE / ZPCI_TABLE_ENTRY_SIZE) macro
158 #define ZPCI_PT_MASK (ZPCI_PT_ENTRIES - 1)
/openbmc/linux/arch/s390/pci/
H A Dpci_dma.c56 for (entry = table; entry < table + ZPCI_PT_ENTRIES; entry++) in dma_alloc_page_table()