Searched refs:x86_iommu (Results 1 – 4 of 4) sorted by relevance
95 X86IOMMUState *x86_iommu = X86_IOMMU_DEVICE(dev); in x86_iommu_realize() local101 QLIST_INIT(&x86_iommu->iec_notifiers); in x86_iommu_realize()111 if (x86_iommu->intr_supported == ON_OFF_AUTO_AUTO) { in x86_iommu_realize()112 x86_iommu->intr_supported = irq_all_kernel ? in x86_iommu_realize()117 if (x86_iommu_ir_supported(x86_iommu) && irq_all_kernel) { in x86_iommu_realize()
758 static inline bool vtd_pe_type_check(X86IOMMUState *x86_iommu, in vtd_pe_type_check() argument767 if (!x86_iommu->pt_supported) { in vtd_pe_type_check()819 X86IOMMUState *x86_iommu = X86_IOMMU_DEVICE(s); in vtd_get_pe_in_pasid_leaf_table() local833 if (!vtd_pe_type_check(x86_iommu, pe)) { in vtd_get_pe_in_pasid_leaf_table()1007 static inline bool vtd_ce_type_check(X86IOMMUState *x86_iommu, in vtd_ce_type_check() argument1015 if (!x86_iommu->dt_supported) { in vtd_ce_type_check()1021 if (!x86_iommu->pt_supported) { in vtd_ce_type_check()1495 X86IOMMUState *x86_iommu = X86_IOMMU_DEVICE(s); in vtd_dev_to_context_entry() local1541 if (!vtd_ce_type_check(x86_iommu, ce)) { in vtd_dev_to_context_entry()2441 X86IOMMUState *x86_iommu = X86_IOMMU_DEVICE(s); in vtd_handle_gcmd_write() local[all …]
1429 X86IOMMUState *x86_iommu = X86_IOMMU_DEVICE(s); in amdvi_host_dma_iommu() local1489 if (!x86_iommu->pt_supported) { in amdvi_host_dma_iommu()
252 X86IOMMUState x86_iommu; member