Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dx86-iommu.c95 X86IOMMUState *x86_iommu = X86_IOMMU_DEVICE(dev); in x86_iommu_realize() local
H A Dintel_iommu.c733 static inline bool vtd_pe_type_check(X86IOMMUState *x86_iommu, in vtd_pe_type_check()
794 X86IOMMUState *x86_iommu = X86_IOMMU_DEVICE(s); in vtd_get_pe_in_pasid_leaf_table() local
982 static inline bool vtd_ce_type_check(X86IOMMUState *x86_iommu, in vtd_ce_type_check()
1470 X86IOMMUState *x86_iommu = X86_IOMMU_DEVICE(s); in vtd_dev_to_context_entry() local
2416 X86IOMMUState *x86_iommu = X86_IOMMU_DEVICE(s); in vtd_handle_gcmd_write() local
3227 X86IOMMUState *x86_iommu = X86_IOMMU_DEVICE(s); in vtd_iommu_notify_flag_changed() local
3942 X86IOMMUState *x86_iommu = X86_IOMMU_DEVICE(s); in vtd_init() local
4114 X86IOMMUState *x86_iommu = X86_IOMMU_DEVICE(s); in vtd_decide_config() local
4192 X86IOMMUState *x86_iommu = X86_IOMMU_DEVICE(s); in vtd_realize() local
/openbmc/qemu/include/hw/i386/
H A Dintel_iommu.h252 X86IOMMUState x86_iommu; member