mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 06:04:44 +01:00
ACPICA: Define DTPR structure related info tables and data template
* DTPR Table Info
* TPR Instance Table Info
* TPR Array Table Info
* TPR Serialize Request Table Info
* DTPR Table Data Template
Link: abadf1d347
Signed-off-by: Michal Camacho Romero <michal.camacho.romero@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://patch.msgid.link/3676546.iIbC2pHGDl@rafael.j.wysocki
This commit is contained in:
parent
c5ecbc65bb
commit
30c2a333aa
1 changed files with 2 additions and 1 deletions
|
|
@ -1976,7 +1976,7 @@ struct acpi_ibft_target {
|
|||
|
||||
/*******************************************************************************
|
||||
*
|
||||
* DTPR - DMA TPR Reporting
|
||||
* DTPR - DMA TXT Protection Ranges Table
|
||||
* Version 1
|
||||
*
|
||||
* Conforms to "Intel® Trusted Execution Technology (Intel® TXT) DMA Protection
|
||||
|
|
@ -1988,6 +1988,7 @@ struct acpi_ibft_target {
|
|||
struct acpi_table_dtpr {
|
||||
struct acpi_table_header header;
|
||||
u32 flags; // 36
|
||||
u32 ins_cnt;
|
||||
};
|
||||
|
||||
struct acpi_tpr_array {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue