aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/x86_64/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/asm-x86/x86_64/page.h')
-rw-r--r--xen/include/asm-x86/x86_64/page.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xen/include/asm-x86/x86_64/page.h b/xen/include/asm-x86/x86_64/page.h
index 21712d19d9..eeafe4fea5 100644
--- a/xen/include/asm-x86/x86_64/page.h
+++ b/xen/include/asm-x86/x86_64/page.h
@@ -76,6 +76,9 @@ typedef l4_pgentry_t root_pgentry_t;
#define L3_DISALLOW_MASK (0xFFFFF180U & ~_PAGE_NX) /* must-be-zero */
#define L4_DISALLOW_MASK (0xFFFFF180U & ~_PAGE_NX) /* must-be-zero */
+#define PAGE_HYPERVISOR (__PAGE_HYPERVISOR | _PAGE_GLOBAL)
+#define PAGE_HYPERVISOR_NOCACHE (__PAGE_HYPERVISOR_NOCACHE | _PAGE_GLOBAL)
+
#endif /* __X86_64_PAGE_H__ */
/*