HyperPlatform Programmer's Reference
|
Defines page table related constants. More...
Go to the source code of this file.
Macros | |
#define | HYPERPLATFORM_UTIL_CONSTANT_H_ |
Variables | |
static const auto | kUtilpPdeBasePae = 0xc0600000 |
static const auto | kUtilpPteBasePae = 0xc0000000 |
static const auto | kUtilpPdiShiftPae = 21 |
static const auto | kUtilpPtiShiftPae = 12 |
static const auto | kUtilpPdiMaskPae = 0x7ff |
static const auto | kUtilpPtiMaskPae = 0xfffff |
Defines page table related constants.
This file defines platform dependent constants and is included only from a function where initializes g_utilp_p*e_base, g_utilp_p*i_shift and g_utilp_p*i_mask global variables.
Definition in file util_page_constants.h.
#define HYPERPLATFORM_UTIL_CONSTANT_H_ |
|
static |
Definition at line 125 of file util_page_constants.h.
|
static |
Definition at line 135 of file util_page_constants.h.
|
static |
Definition at line 129 of file util_page_constants.h.
|
static |
Definition at line 126 of file util_page_constants.h.
|
static |
Definition at line 138 of file util_page_constants.h.
|
static |
Definition at line 132 of file util_page_constants.h.