Searched refs:VTD_FLAG_IRQ_REMAP_PRE_ENABLED (Results 1 – 2 of 2) sorted by relevance
92 return (iommu->flags & VTD_FLAG_IRQ_REMAP_PRE_ENABLED); in ir_pre_enabled()97 iommu->flags &= ~VTD_FLAG_IRQ_REMAP_PRE_ENABLED; in clear_ir_pre_enabled()106 iommu->flags |= VTD_FLAG_IRQ_REMAP_PRE_ENABLED; in init_ir_status()
537 #define VTD_FLAG_IRQ_REMAP_PRE_ENABLED (1 << 1) macro