Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
86a54dcc
Commit
86a54dcc
authored
Mar 07, 2014
by
David Woodhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iommu/vt-d: Add ACPI namespace device reporting structures
Signed-off-by:
David Woodhouse
<
David.Woodhouse@intel.com
>
parent
d0501960
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
include/acpi/actbl2.h
include/acpi/actbl2.h
+13
-2
No files found.
include/acpi/actbl2.h
View file @
86a54dcc
...
@@ -424,7 +424,8 @@ enum acpi_dmar_type {
...
@@ -424,7 +424,8 @@ enum acpi_dmar_type {
ACPI_DMAR_TYPE_RESERVED_MEMORY
=
1
,
ACPI_DMAR_TYPE_RESERVED_MEMORY
=
1
,
ACPI_DMAR_TYPE_ATSR
=
2
,
ACPI_DMAR_TYPE_ATSR
=
2
,
ACPI_DMAR_HARDWARE_AFFINITY
=
3
,
ACPI_DMAR_HARDWARE_AFFINITY
=
3
,
ACPI_DMAR_TYPE_RESERVED
=
4
/* 4 and greater are reserved */
ACPI_DMAR_TYPE_ANDD
=
4
,
ACPI_DMAR_TYPE_RESERVED
=
5
/* 5 and greater are reserved */
};
};
/* DMAR Device Scope structure */
/* DMAR Device Scope structure */
...
@@ -445,7 +446,8 @@ enum acpi_dmar_scope_type {
...
@@ -445,7 +446,8 @@ enum acpi_dmar_scope_type {
ACPI_DMAR_SCOPE_TYPE_BRIDGE
=
2
,
ACPI_DMAR_SCOPE_TYPE_BRIDGE
=
2
,
ACPI_DMAR_SCOPE_TYPE_IOAPIC
=
3
,
ACPI_DMAR_SCOPE_TYPE_IOAPIC
=
3
,
ACPI_DMAR_SCOPE_TYPE_HPET
=
4
,
ACPI_DMAR_SCOPE_TYPE_HPET
=
4
,
ACPI_DMAR_SCOPE_TYPE_RESERVED
=
5
/* 5 and greater are reserved */
ACPI_DMAR_SCOPE_TYPE_ACPI
=
5
,
ACPI_DMAR_SCOPE_TYPE_RESERVED
=
6
/* 6 and greater are reserved */
};
};
struct
acpi_dmar_pci_path
{
struct
acpi_dmar_pci_path
{
...
@@ -507,6 +509,15 @@ struct acpi_dmar_rhsa {
...
@@ -507,6 +509,15 @@ struct acpi_dmar_rhsa {
u32
proximity_domain
;
u32
proximity_domain
;
};
};
/* 4: ACPI Namespace Device Declaration Structure */
struct
acpi_dmar_andd
{
struct
acpi_dmar_header
header
;
u8
reserved
[
3
];
u8
device_number
;
u8
object_name
[];
};
/*******************************************************************************
/*******************************************************************************
*
*
* HPET - High Precision Event Timer table
* HPET - High Precision Event Timer table
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment