summaryrefslogtreecommitdiff
path: root/vm/pmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/pmap.h')
-rw-r--r--vm/pmap.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/vm/pmap.h b/vm/pmap.h
index 04ab4e9..66818a1 100644
--- a/vm/pmap.h
+++ b/vm/pmap.h
@@ -209,6 +209,15 @@ extern kern_return_t pmap_attribute();
#endif /* pmap_attribute */
/*
+ * Grab a physical page:
+ * the standard memory allocation mechanism
+ * during system initialization.
+ */
+extern vm_offset_t pmap_grab_page (void);
+
+extern boolean_t pmap_valid_page(vm_offset_t x);
+
+/*
* Routines defined as macros.
*/
#ifndef PMAP_ACTIVATE_USER