Home
last modified time | relevance | path

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

/openbsd-src/sys/uvm/
H A Duvm_map.h261 struct vm_map { global() struct
265 addrvm_map global() argument
267 sizevm_map global() argument
268 ref_countvm_map global() argument
269 flagsvm_map global() argument
270 timestampvm_map global() argument
271 busyvm_map global() argument
273 min_offsetvm_map global() argument
274 max_offsetvm_map global() argument
279 b_startvm_map global() argument
280 b_endvm_map global() argument
281 s_startvm_map global() argument
282 s_endvm_map global() argument
322 flags_lockvm_map global() argument
[all...]
H A Duvm_extern.h201 struct vm_map vm_map; /* VM address map */ member
[all...]
/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
/openbsd-src/usr.sbin/procmap/
H A Dprocmap.c132 struct vm_map vm_map; member
376 struct kbit kbit[3], *vmspace, *vm_map; in process_map() local
[all...]
/netbsd-src/sys/arch/usermode/usermode/
H A Dtrap.c428 struct vm_map *vm_map; in pagefault() local
/openbsd-src/sys/dev/vmm/
H A Dvmm.h169 vm_map_t vm_map; /* [K] */ global() member
/openbsd-src/sys/arch/amd64/amd64/
H A Dvmm_machdep.c803 vmx_mprotect_ept(struct vcpu * vcpu,vm_map_t vm_map,paddr_t sgpa,paddr_t egpa,int prot) vmx_mprotect_ept() argument
[all...]