+#else
+skip; /* was vm_map_get_upl */
+skip; /* was vm_upl_map */
+skip; /* was vm_upl_unmap */
+#endif
+
+/*
+ * Control behavior and investigate state of a "purgable" object in
+ * the virtual address space of the target task. A purgable object is
+ * created via a call to vm_allocate() with VM_FLAGS_PURGABLE
+ * specified. See the routine implementation for a complete
+ * definition of the routine.
+ */
+routine vm_purgable_control(
+ target_task : vm_map_t;
+ address : vm_address_t;
+ control : vm_purgable_t;
+ inout state : int);
+