vm_map_entry
struct vm_map_entry vmentry;
void kern_proc_vmmap_resident(struct vm_map *map, struct vm_map_entry *entry,
struct vm_map_entry;
struct vm_map_entry *td_map_def_user; /* (k) Deferred entries. */
struct vm_map_entry;
typedef struct vm_map_entry *vm_map_entry_t;
kmapentzone = uma_zcreate("KMAP ENTRY", sizeof(struct vm_map_entry),
mapentzone = uma_zcreate("MAP ENTRY", sizeof(struct vm_map_entry),
struct vm_map_entry *left; /* left child or previous entry */
struct vm_map_entry *right; /* right child or next entry */
struct vm_map_entry header; /* List of entries */
vm_map_entry_read_succ(void *token, struct vm_map_entry *const clone,