Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/include/asm/
H A Dpci_dma.h59 #define ZPCI_RTE_FLAG_MASK 0x3fffUL macro
60 #define ZPCI_RTE_ADDR_MASK (~ZPCI_RTE_FLAG_MASK)
/linux-6.15/drivers/iommu/
H A Ds390-iommu.c61 *entry &= ZPCI_RTE_FLAG_MASK; in set_rt_sto()