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