Home
last modified time | relevance | path

Searched refs:ZPCI_PTE_VALID_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dpci_dma.h65 #define ZPCI_PTE_VALID_MASK 0x400 macro
136 WARN_ON_ONCE((*entry & ZPCI_PTE_VALID_MASK) == ZPCI_PTE_INVALID); in invalidate_pt_entry()
137 *entry &= ~ZPCI_PTE_VALID_MASK; in invalidate_pt_entry()
143 WARN_ON_ONCE((*entry & ZPCI_PTE_VALID_MASK) == ZPCI_PTE_VALID); in validate_pt_entry()
144 *entry &= ~ZPCI_PTE_VALID_MASK; in validate_pt_entry()
167 return (entry & ZPCI_PTE_VALID_MASK) == ZPCI_PTE_VALID; in pt_entry_isvalid()
/openbmc/linux/arch/s390/pci/
H A Dpci_dma.c186 if (rc && ((flags & ZPCI_PTE_VALID_MASK) == ZPCI_PTE_VALID)) { in __dma_update_trans()
214 if ((flags & ZPCI_PTE_VALID_MASK) == ZPCI_PTE_VALID) { in __dma_purge_tlb()
250 if (rc && ((flags & ZPCI_PTE_VALID_MASK) == ZPCI_PTE_VALID)) in dma_update_trans()
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-bus.h152 #define ZPCI_PTE_VALID_MASK 0x400 macro
/openbmc/qemu/hw/s390x/
H A Ds390-pci-bus.c366 return (entry & ZPCI_PTE_VALID_MASK) == ZPCI_PTE_VALID; in pt_entry_isvalid()