Searched refs:aspace (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/system/kernel/vm/
H A DVMAnonymousNoSwapCache.cpp121 VMAnonymousNoSwapCache::Fault(struct VMAddressSpace* aspace, off_t offset) argument
147 int priority = aspace == VMAddressSpace::Kernel()
H A DVMAddressSpace.cpp101 TRACE(("VMAddressSpace::~VMAddressSpace: called on aspace %" B_PRId32 "\n",
122 panic("vm_init: error creating aspace hash table\n");
133 add_debugger_command("aspace", &_DumpCommand,
210 // add the aspace to the global hash table
320 VMAddressSpace* aspace; local
323 kprintf("aspace: not enough arguments\n");
332 aspace = sAddressSpaceTable.Lookup(id);
333 if (aspace == NULL) {
334 kprintf("invalid aspace id\n");
336 aspace
[all...]
H A DVMAnonymousNoSwapCache.h37 virtual status_t Fault(struct VMAddressSpace* aspace,
H A DVMAnonymousCache.h64 virtual status_t Fault(struct VMAddressSpace* aspace,
H A DVMAnonymousCache.cpp788 VMAnonymousCache::Fault(struct VMAddressSpace* aspace, off_t offset) argument
817 int priority = aspace == VMAddressSpace::Kernel()
H A DVMCache.cpp1261 VMCache::Fault(struct VMAddressSpace *aspace, off_t offset) argument
H A Dvm.cpp787 TRACE(("map_backing_store: aspace %p, cache %p, virtual %p, offset 0x%"
1562 TRACE(("vm_map_physical_memory(aspace = %" B_PRId32 ", \"%s\", virtual = %p"
2098 if (sourceArea->aspace == VMAddressSpace::Kernel()
/haiku-fatelf/src/system/kernel/cache/
H A Dvnode_store.h35 virtual status_t Fault(struct VMAddressSpace* aspace,
H A Dvnode_store.cpp103 VMVnodeCache::Fault(struct VMAddressSpace* aspace, off_t offset) argument
/haiku-fatelf/headers/private/kernel/vm/
H A DVMAddressSpace.h208 void vm_delete_areas(struct VMAddressSpace *aspace, bool deletingAddressSpace);
H A DVMCache.h166 virtual status_t Fault(struct VMAddressSpace *aspace,

Completed in 125 milliseconds