- vm_prot_t protection; /* present access protection */
- vm_prot_t max_protection; /* max avail through vm_prot */
- vm_inherit_t inheritance;/* behavior of map/obj on fork */
- memory_object_offset_t offset; /* offset into object/map */
- unsigned int user_tag; /* user tag on map entry */
- unsigned int pages_resident; /* only valid for objects */
- unsigned int pages_shared_now_private; /* only for objects */
- unsigned int pages_swapped_out; /* only for objects */
- unsigned int pages_dirtied; /* only for objects */
- unsigned int ref_count; /* obj/map mappers, etc */
- unsigned short shadow_depth; /* only for obj */
- unsigned char external_pager; /* only for obj */
- unsigned char share_mode; /* see enumeration */
- boolean_t is_submap; /* submap vs obj */
- vm_behavior_t behavior; /* access behavior hint */
- vm32_object_id_t object_id; /* obj/map name, not a handle */
- unsigned short user_wired_count;
- unsigned int pages_reusable;
+ vm_prot_t protection; /* present access protection */
+ vm_prot_t max_protection; /* max avail through vm_prot */
+ vm_inherit_t inheritance;/* behavior of map/obj on fork */
+ memory_object_offset_t offset; /* offset into object/map */
+ unsigned int user_tag; /* user tag on map entry */
+ unsigned int pages_resident; /* only valid for objects */
+ unsigned int pages_shared_now_private; /* only for objects */
+ unsigned int pages_swapped_out; /* only for objects */
+ unsigned int pages_dirtied; /* only for objects */
+ unsigned int ref_count; /* obj/map mappers, etc */
+ unsigned short shadow_depth; /* only for obj */
+ unsigned char external_pager; /* only for obj */
+ unsigned char share_mode; /* see enumeration */
+ boolean_t is_submap; /* submap vs obj */
+ vm_behavior_t behavior; /* access behavior hint */
+ vm32_object_id_t object_id; /* obj/map name, not a handle */
+ unsigned short user_wired_count;
+ unsigned int pages_reusable;
+ vm_object_id_t object_id_full;