aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2019-11-12 18:01:33 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2019-11-12 18:01:33 +0000
commitc08973d09c95f7459bedf22fe212beb3f5107227 (patch)
tree80068d2ee948fc89246b3dfaf26fc0d3b196a541 /sys/amd64/include
parent178d6bc8446b40b33f3a7d0fe80fffea83a7058e (diff)
Notes
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/pmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h
index e0abe3d6516db..303e2f2553fcb 100644
--- a/sys/amd64/include/pmap.h
+++ b/sys/amd64/include/pmap.h
@@ -422,6 +422,7 @@ struct thread;
void pmap_activate_boot(pmap_t pmap);
void pmap_activate_sw(struct thread *);
+void pmap_allow_2m_x_ept_recalculate(void);
void pmap_bootstrap(vm_paddr_t *);
int pmap_cache_bits(pmap_t pmap, int mode, boolean_t is_pde);
int pmap_change_attr(vm_offset_t, vm_size_t, int);