Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/include/asm/
Dpci_dma.h70 #define ZPCI_PT_ENTRIES (ZPCI_PT_SIZE / ZPCI_TABLE_ENTRY_SIZE) macro
71 #define ZPCI_PT_MASK (ZPCI_PT_ENTRIES - 1)
/linux-5.19.10/arch/s390/pci/
Dpci_dma.c56 for (entry = table; entry < table + ZPCI_PT_ENTRIES; entry++) in dma_alloc_page_table()