Home
last modified time | relevance | path

Searched defs:intel_iommu (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/iommu/intel/
H A Diommu.h653 struct intel_iommu { struct
654 void __iomem *reg; /* Pointer to hardware regs, virtual addr */
655 u64 reg_phys; /* physical address of hw register set */
656 u64 reg_size; /* size of hw register set */
657 u64 cap;
658 u64 ecap;
659 u64 vccap;
660 u64 ecmdcap[DMA_MAX_NUM_ECMDCAP];
661 u32 gcmd; /* Holds TE, EAFL. Don't need SRTP, SFL, WBF */
662 raw_spinlock_t register_lock; /* protect register handling */
[all …]
/openbmc/qemu/hw/i386/
H A Dpc.c1744 IntelIOMMUState *intel_iommu; in pc_hotplug_allowed() local
H A Dacpi-build.c2074 IntelIOMMUState *intel_iommu = INTEL_IOMMU_DEVICE(iommu); in build_dmar_q35() local