projects
/
mirror_edk2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
MdePkg/ProcessorBind: add defines for page allocation granularity
[mirror_edk2.git]
/
MdePkg
/
Include
/
Ebc
/
ProcessorBind.h
diff --git
a/MdePkg/Include/Ebc/ProcessorBind.h
b/MdePkg/Include/Ebc/ProcessorBind.h
index 075f768c7691b4dd3bc5c227138b7326132f9ddd..da8b1a6d802a995420fd833e8cb69c1f0c1af59b 100644
(file)
--- a/
MdePkg/Include/Ebc/ProcessorBind.h
+++ b/
MdePkg/Include/Ebc/ProcessorBind.h
@@
-114,6
+114,12
@@
typedef unsigned long UINTN;
///
\r
#define CPU_STACK_ALIGNMENT sizeof(UINTN)
\r
\r
///
\r
#define CPU_STACK_ALIGNMENT sizeof(UINTN)
\r
\r
+///
\r
+/// Page allocation granularity for EBC
\r
+///
\r
+#define DEFAULT_PAGE_ALLOCATION_GRANULARITY (0x1000)
\r
+#define RUNTIME_PAGE_ALLOCATION_GRANULARITY (0x1000)
\r
+
\r
///
\r
/// Modifier to ensure that all protocol member functions and EFI intrinsics
\r
/// use the correct C calling convention. All protocol member functions and
\r
///
\r
/// Modifier to ensure that all protocol member functions and EFI intrinsics
\r
/// use the correct C calling convention. All protocol member functions and
\r