diff options
Diffstat (limited to 'src/include/usr/vmmconst.h')
-rw-r--r-- | src/include/usr/vmmconst.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/usr/vmmconst.h b/src/include/usr/vmmconst.h index 5da954974..177802bab 100644 --- a/src/include/usr/vmmconst.h +++ b/src/include/usr/vmmconst.h @@ -144,6 +144,11 @@ enum BlockPriority #define VMM_HRMOR_OFFSET (128*MEGABYTE) #define VMM_HB_RSV_MEM_SIZE (256*MEGABYTE) +/** PHYP ATTN AREA OFFSET */ +/** This offset is relative to the lowest address in a given node */ +#define PHYP_ATTN_AREA_OFFSET (59*MEGABYTE) +#define PHYP_ATTN_AREA_1_SIZE (1*KILOBYTE) + /** Hardwired offsets from HRMOR to HOMER images in real mem */ /** HOMER starts immediately after our HB memory */ /** <n0p0 HRMOR = 128MB> + <memory size = 64MB> = 192 MB */ |