commit | 07a80a6b5920873a8b161ac49c5c12db7af30c0f | [log] [tgz] |
---|---|---|
author | Baoquan He <bhe@redhat.com> | Wed Aug 09 16:33:36 2017 +0800 |
committer | Joerg Roedel <jroedel@suse.de> | Tue Aug 15 18:14:38 2017 +0200 |
tree | c15768c86f42c832fe8ea89d2b5c2b538f4b8d53 | |
parent | 9494ea90a56d013f4257686c8daf49203cd900c0 [diff] |
iommu/amd: Define bit fields for DTE particularly In AMD-Vi spec several bits of IO PTE fields and DTE fields are similar so that both of them can share the same MACRO definition. However defining them respectively can make code more read-able. Do it now. Signed-off-by: Baoquan He <bhe@redhat.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>