Searched defs:vm_map_entry (Results 1 – 1 of 1) sorted by relevance
103 struct vm_map_entry { struct106 vm_offset_t start; /* start address */107 vm_offset_t end; /* end address */110 union vm_map_object object; /* object I point to */111 vm_ooffset_t offset; /* offset into object */112 vm_eflags_t eflags; /* map entry flags */113 vm_prot_t protection; /* protection code */114 vm_prot_t max_protection; /* maximum protection */115 vm_inherit_t inheritance; /* inheritance */117 int wired_count; /* can be paged if = 0 */[all …]