Home
last modified time | relevance | path

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

/xen/xen/drivers/passthrough/vtd/
A Diommu.h118 #define DMA_TLB_IVT (((u64)1) << 63) macro
A Diommu.c433 val = DMA_TLB_GLOBAL_FLUSH|DMA_TLB_IVT; in flush_iotlb_reg()
436 val = DMA_TLB_DSI_FLUSH|DMA_TLB_IVT|DMA_TLB_DID(did); in flush_iotlb_reg()
439 val = DMA_TLB_PSI_FLUSH|DMA_TLB_IVT|DMA_TLB_DID(did); in flush_iotlb_reg()
461 !(val & DMA_TLB_IVT), val); in flush_iotlb_reg()

Completed in 10 milliseconds