Home
last modified time | relevance | path

Searched defs:vm_map_entry (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/vm/
H A Dvm_map.h101 struct vm_map_entry { struct
104 vm_offset_t start; /* start address */
105 vm_offset_t end; /* end address */
108 union vm_map_object object; /* object I point to */
109 vm_ooffset_t offset; /* offset into object */
110 vm_eflags_t eflags; /* map entry flags */
111 vm_prot_t protection; /* protection code */
112 vm_prot_t max_protection; /* maximum protection */
113 vm_inherit_t inheritance; /* inheritance */
115 int wired_count; /* can be paged if = 0 */
[all …]