Linux Kernel
3.7.1
|
#include <amd_iommu_types.h>
Data Fields | |
struct list_head | list |
struct list_head | dev_data_list |
struct iommu_dev_data * | alias_data |
struct protection_domain * | domain |
atomic_t | bind |
u16 | devid |
bool | iommu_v2 |
bool | passthrough |
struct { | |
bool enabled | |
int qdep | |
} | ats |
bool | pri_tlp |
u32 | errata |
Definition at line 421 of file amd_iommu_types.h.
struct iommu_dev_data* alias_data |
Definition at line 424 of file amd_iommu_types.h.
struct { ... } ats |
atomic_t bind |
Definition at line 426 of file amd_iommu_types.h.
Definition at line 423 of file amd_iommu_types.h.
u16 devid |
Definition at line 427 of file amd_iommu_types.h.
struct protection_domain* domain |
Definition at line 425 of file amd_iommu_types.h.
bool enabled |
Definition at line 431 of file amd_iommu_types.h.
u32 errata |
Definition at line 436 of file amd_iommu_types.h.
bool iommu_v2 |
Definition at line 428 of file amd_iommu_types.h.
Definition at line 422 of file amd_iommu_types.h.
bool passthrough |
Definition at line 429 of file amd_iommu_types.h.
bool pri_tlp |
Definition at line 434 of file amd_iommu_types.h.
int qdep |
Definition at line 432 of file amd_iommu_types.h.