aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/efi/X64/ProcessorBind.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2017-03-10 21:18:03 +0000
committerMichael Brown <mcb30@ipxe.org>2017-03-10 21:18:03 +0000
commit0463ec32c717c10e56b1e0bbecc1b02756df7fcc (patch)
treeef06e3bed498c0ac00f47c4a42847f467650f5eb /src/include/ipxe/efi/X64/ProcessorBind.h
parentafdebdc163268bfc31d927cdfbbf92ed1aa93a6f (diff)
downloadipxe-0463ec32c717c10e56b1e0bbecc1b02756df7fcc.zip
ipxe-0463ec32c717c10e56b1e0bbecc1b02756df7fcc.tar.gz
ipxe-0463ec32c717c10e56b1e0bbecc1b02756df7fcc.tar.bz2
[efi] Update to current EDK2 headers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi/X64/ProcessorBind.h')
-rw-r--r--src/include/ipxe/efi/X64/ProcessorBind.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/ipxe/efi/X64/ProcessorBind.h b/src/include/ipxe/efi/X64/ProcessorBind.h
index ad7ae81..9f02e0c 100644
--- a/src/include/ipxe/efi/X64/ProcessorBind.h
+++ b/src/include/ipxe/efi/X64/ProcessorBind.h
@@ -273,6 +273,12 @@ typedef INT64 INTN;
///
#define CPU_STACK_ALIGNMENT 16
+///
+/// Page allocation granularity for x64
+///
+#define DEFAULT_PAGE_ALLOCATION_GRANULARITY (0x1000)
+#define RUNTIME_PAGE_ALLOCATION_GRANULARITY (0x1000)
+
//
// Modifier to ensure that all protocol member functions and EFI intrinsics
// use the correct C calling convention. All protocol member functions and