Home
last modified time | relevance | path

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

/netbsd-src/sys/uvm/
H A Duvm_map.h212 struct vm_map { struct
220 struct vm_map_entry header; /* List of entries */ argument
224 struct vm_map_entry * hint; /* hint for quick lookups */ argument
225 struct vm_map_entry * first_free; /* First free space hint */ argument
237 /* vm_map flags */ argument
H A Duvm_extern.h568 struct vm_map vm_map; /* VM address map */ member
/netbsd-src/usr.bin/pmap/
H A Dpmap.c59 struct kbit kbit, *vm_map = &kbit; in process_map() local
96 struct kbit *vmspace, struct kbit *vm_map, const char *mname) in dump_vm_map()
273 struct kbit *vmspace, struct kbit *vm_map, struct kbit *vm_map_entry) in dump_vm_map_tree()
H A Dpmap.h128 struct vm_map vm_map; member
/netbsd-src/sys/arch/usermode/usermode/
H A Dtrap.c428 struct vm_map *vm_map; in pagefault() local