Lines Matching defs:vm_map
87 struct vm_map *sub_map; /* belongs to another map */
203 struct vm_map {
212 u_int flags; /* flags for this vm_map */
223 * vm_map flags values
248 vm_map_max(const struct vm_map *map)
255 vm_map_min(const struct vm_map *map)
299 struct vm_map vm_map; /* VM address map */
352 vm_offset_t vm_map_max_KBI(const struct vm_map *map);
353 vm_offset_t vm_map_min_KBI(const struct vm_map *map);
375 * Copy-on-write flags for vm_map operations
446 * '*clone' is a copy of a vm_map entry. 'reader' is used to copy a map entry