Searched defs:vm_map (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/sys/uvm/ |
| H A D | uvm_map.h | 261 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 D | uvm_extern.h | 201 struct vm_map vm_map; /* VM address map */ member [all...] |
| /netbsd-src/sys/uvm/ |
| H A D | uvm_map.h | 212 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 D | uvm_extern.h | 568 struct vm_map vm_map; /* VM address map */ member
|
| /netbsd-src/usr.bin/pmap/ |
| H A D | pmap.c | 59 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 D | pmap.h | 128 struct vm_map vm_map; member
|
| /openbsd-src/usr.sbin/procmap/ |
| H A D | procmap.c | 132 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 D | trap.c | 428 struct vm_map *vm_map; in pagefault() local
|
| /openbsd-src/sys/dev/vmm/ |
| H A D | vmm.h | 169 vm_map_t vm_map; /* [K] */ global() member
|
| /openbsd-src/sys/arch/amd64/amd64/ |
| H A D | vmm_machdep.c | 803 vmx_mprotect_ept(struct vcpu * vcpu,vm_map_t vm_map,paddr_t sgpa,paddr_t egpa,int prot) vmx_mprotect_ept() argument [all...] |