IntelSiliconPkg/Vtd.h: Add definition for PMR.

Add missing PMR definition in VTd spec.

Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
Jiewen Yao 2017-09-04 10:14:54 +08:00
parent 915a3a82e0
commit 40cc227055
1 changed files with 6 additions and 0 deletions

View File

@ -247,6 +247,12 @@ typedef union {
#define R_FRCD_REG 0x00 // + FRO #define R_FRCD_REG 0x00 // + FRO
#define R_PMEN_ENABLE_REG 0x64
#define R_PMEN_LOW_BASE_REG 0x68
#define R_PMEN_LOW_LIMITE_REG 0x6C
#define R_PMEN_HIGH_BASE_REG 0x70
#define R_PMEN_HIGH_LIMITE_REG 0x78
typedef union { typedef union {
struct { struct {
UINT8 ND:3; // Number of domains supported UINT8 ND:3; // Number of domains supported