* and must be a multiple of pages in extent. The
* protection on the specified range must permit reading.]
*/
-routine vm_read(
+routine PREFIX(vm_read) (
target_task : vm_map_t;
address : vm_address_t;
size : vm_size_t;
* The user-defined memory manager for this object is responsible
* for further consistency.]
*/
-routine vm_map(
+routine PREFIX(vm_map) (
target_task : vm_task_entry_t;
inout address : vm_address_t;
size : vm_size_t;
/*
* Map portion of a task's address space.
*/
-routine vm_remap(
+routine PREFIX(vm_remap) (
target_task : vm_map_t;
inout target_address : vm_address_t;
size : vm_size_t;