Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/intel/
H A Diommu.h337 #define DMA_FSTS_PPF (1 << 1) /* Primary Pending Fault */ macro
H A Ddmar.c2020 if (!(fault_status & DMA_FSTS_PPF)) in dmar_fault()
2075 writel(DMA_FSTS_PFO | DMA_FSTS_PPF | DMA_FSTS_PRO, in dmar_fault()