Home
last modified time | relevance | path

Searched refs:aspace (Results 1 – 15 of 15) sorted by relevance

/haiku/src/system/kernel/vm/
H A DVMAddressSpace.cpp325 VMAddressSpace* aspace; in _DumpCommand() local
337 aspace = sAddressSpaceTable.Lookup(id); in _DumpCommand()
338 if (aspace == NULL) { in _DumpCommand()
341 aspace->Dump(); in _DumpCommand()
H A DVMAnonymousNoSwapCache.cpp123 VMAnonymousNoSwapCache::Fault(struct VMAddressSpace* aspace, off_t offset) in Fault() argument
149 int priority = aspace == VMAddressSpace::Kernel() in Fault()
H A DVMAnonymousNoSwapCache.h39 virtual status_t Fault(struct VMAddressSpace* aspace,
H A DVMAnonymousCache.h74 virtual status_t Fault(struct VMAddressSpace* aspace,
H A DVMAnonymousCache.cpp964 VMAnonymousCache::Fault(struct VMAddressSpace* aspace, off_t offset) in Fault() argument
993 int priority = aspace == VMAddressSpace::Kernel() in Fault()
H A DVMCache.cpp1371 VMCache::Fault(struct VMAddressSpace *aspace, off_t offset) in Fault() argument
/haiku/docs/develop/kernel/vm/
H A Dvm36 static vm_region *_vm_create_region_struct(vm_address_space *aspace, const char *name, int wiring, …
43 static int map_backing_store(vm_address_space *aspace, vm_store *store, void **vaddr,off_t offset, …
76 static int __vm_delete_region(vm_address_space *aspace, vm_region *region)
77 If the region's address space matches aspace, put_region it.
79 static int _vm_delete_region(vm_address_space *aspace, region_id rid)
121 static void _dump_aspace(vm_address_space *aspace)
142 void vm_put_aspace(vm_address_space *aspace)
143 Removes a reference to the adress space. If it is the last one, destory the aspace.
149 …Gets the aspace struct from the id. If someone is already deleting, bail out. Put all of the regio…
152 calls open_hash on the aspace table.
[all …]
H A Dvm_store_null16 static int null_fault(struct vm_store *store, struct vm_address_space *aspace, off_t offset)
H A Dvm_store_anonumous_noswap16 static int anonymous_fault(struct vm_store *backing_store, struct vm_address_space *aspace, off_t o…
H A Dvm_store_device16 static int device_fault(struct vm_store *store, struct vm_address_space *aspace, off_t offset)
H A Dvm_daemon10 static void scan_pages(vm_address_space *aspace, addr free_target)
/haiku/src/system/kernel/cache/
H A Dvnode_store.h36 virtual status_t Fault(struct VMAddressSpace* aspace,
H A Dvnode_store.cpp111 VMVnodeCache::Fault(struct VMAddressSpace* aspace, off_t offset) in Fault() argument
/haiku/headers/private/kernel/vm/
H A DVMAddressSpace.h274 void vm_delete_areas(struct VMAddressSpace *aspace, bool deletingAddressSpace);
H A DVMCache.h172 virtual status_t Fault(struct VMAddressSpace *aspace,