vm_map_entry_deallocate
static void vm_map_entry_deallocate(vm_map_entry_t entry, boolean_t system_map);
vm_map_entry_deallocate(entry, vm_map_is_system(map));
vm_map_entry_deallocate(entry, TRUE);
vm_map_entry_deallocate(entry, FALSE);