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.c758 static inline bool vtd_pe_type_check(X86IOMMUState *x86_iommu, in vtd_pe_type_check()
819 X86IOMMUState *x86_iommu = X86_IOMMU_DEVICE(s); in vtd_get_pe_in_pasid_leaf_table() local
1007 static inline bool vtd_ce_type_check(X86IOMMUState *x86_iommu, in vtd_ce_type_check()
1495 X86IOMMUState *x86_iommu = X86_IOMMU_DEVICE(s); in vtd_dev_to_context_entry() local
2441 X86IOMMUState *x86_iommu = X86_IOMMU_DEVICE(s); in vtd_handle_gcmd_write() local
3263 X86IOMMUState *x86_iommu = X86_IOMMU_DEVICE(s); in vtd_iommu_notify_flag_changed() local
4056 X86IOMMUState *x86_iommu = X86_IOMMU_DEVICE(s); in vtd_cap_init() local
4114 X86IOMMUState *x86_iommu = X86_IOMMU_DEVICE(s); in vtd_init() local
4242 X86IOMMUState *x86_iommu = X86_IOMMU_DEVICE(s); in vtd_decide_config() local
4316 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