Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/intel/
H A Dirq_remapping.c89 return (iommu->flags & VTD_FLAG_IRQ_REMAP_PRE_ENABLED); in ir_pre_enabled()
94 iommu->flags &= ~VTD_FLAG_IRQ_REMAP_PRE_ENABLED; in clear_ir_pre_enabled()
103 iommu->flags |= VTD_FLAG_IRQ_REMAP_PRE_ENABLED; in init_ir_status()
H A Diommu.h536 #define VTD_FLAG_IRQ_REMAP_PRE_ENABLED (1 << 1) macro