Searched refs:aspace (Results 1 – 15 of 15) sorted by relevance
/haiku/src/system/kernel/vm/ |
H A D | VMAddressSpace.cpp | 325 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 D | VMAnonymousNoSwapCache.cpp | 123 VMAnonymousNoSwapCache::Fault(struct VMAddressSpace* aspace, off_t offset) in Fault() argument 149 int priority = aspace == VMAddressSpace::Kernel() in Fault()
|
H A D | VMAnonymousNoSwapCache.h | 39 virtual status_t Fault(struct VMAddressSpace* aspace,
|
H A D | VMAnonymousCache.h | 74 virtual status_t Fault(struct VMAddressSpace* aspace,
|
H A D | VMAnonymousCache.cpp | 964 VMAnonymousCache::Fault(struct VMAddressSpace* aspace, off_t offset) in Fault() argument 993 int priority = aspace == VMAddressSpace::Kernel() in Fault()
|
H A D | VMCache.cpp | 1371 VMCache::Fault(struct VMAddressSpace *aspace, off_t offset) in Fault() argument
|
/haiku/docs/develop/kernel/vm/ |
H A D | vm | 36 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 D | vm_store_null | 16 static int null_fault(struct vm_store *store, struct vm_address_space *aspace, off_t offset)
|
H A D | vm_store_anonumous_noswap | 16 static int anonymous_fault(struct vm_store *backing_store, struct vm_address_space *aspace, off_t o…
|
H A D | vm_store_device | 16 static int device_fault(struct vm_store *store, struct vm_address_space *aspace, off_t offset)
|
H A D | vm_daemon | 10 static void scan_pages(vm_address_space *aspace, addr free_target)
|
/haiku/src/system/kernel/cache/ |
H A D | vnode_store.h | 36 virtual status_t Fault(struct VMAddressSpace* aspace,
|
H A D | vnode_store.cpp | 111 VMVnodeCache::Fault(struct VMAddressSpace* aspace, off_t offset) in Fault() argument
|
/haiku/headers/private/kernel/vm/ |
H A D | VMAddressSpace.h | 274 void vm_delete_areas(struct VMAddressSpace *aspace, bool deletingAddressSpace);
|
H A D | VMCache.h | 172 virtual status_t Fault(struct VMAddressSpace *aspace,
|