linux-4.4.1/iommu_domain
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#ce6c0ff4]
#backlinks
*説明 [#iae78290]
-パス: [[linux-4.4.1/include/linux/iommu.h]]
-FIXME: これは何?
--説明
**参考 [#nf7ec9c2]
*実装 [#q51a386f]
struct iommu_domain {
unsigned type;
const struct iommu_ops *ops;
-
--[[linux-4.4.1/iommu_ops]]
iommu_fault_handler_t handler;
-
--[[linux-4.4.1/iommu_fault_handler_t]]
void *handler_token;
struct iommu_domain_geometry geometry;
-
--[[linux-4.4.1/iommu_domain_geometry]]
void *iova_cookie;
};
*コメント [#l543c017]
終了行:
*参照元 [#ce6c0ff4]
#backlinks
*説明 [#iae78290]
-パス: [[linux-4.4.1/include/linux/iommu.h]]
-FIXME: これは何?
--説明
**参考 [#nf7ec9c2]
*実装 [#q51a386f]
struct iommu_domain {
unsigned type;
const struct iommu_ops *ops;
-
--[[linux-4.4.1/iommu_ops]]
iommu_fault_handler_t handler;
-
--[[linux-4.4.1/iommu_fault_handler_t]]
void *handler_token;
struct iommu_domain_geometry geometry;
-
--[[linux-4.4.1/iommu_domain_geometry]]
void *iova_cookie;
};
*コメント [#l543c017]
ページ名: