Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dpci_dma.h49 #define ZPCI_TABLE_SIZE 0x4000 macro
50 #define ZPCI_TABLE_ALIGN ZPCI_TABLE_SIZE
52 #define ZPCI_TABLE_ENTRIES (ZPCI_TABLE_SIZE / ZPCI_TABLE_ENTRY_SIZE)
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-bus.h134 #define ZPCI_TABLE_SIZE 0x4000 macro
135 #define ZPCI_TABLE_ALIGN ZPCI_TABLE_SIZE
137 #define ZPCI_TABLE_ENTRIES (ZPCI_TABLE_SIZE / ZPCI_TABLE_ENTRY_SIZE)
/openbmc/linux/arch/s390/pci/
H A Dpci_dma.c683 ZPCI_TABLE_SIZE, ZPCI_TABLE_ALIGN, in dma_alloc_cpu_table_caches()