Searched refs:Fault (Results 1 - 9 of 9) sorted by path

/haiku/src/system/kernel/cache/
H A Dvnode_store.cpp103 VMVnodeCache::Fault(struct VMAddressSpace* aspace, off_t offset) function in class:VMVnodeCache
H A Dvnode_store.h35 virtual status_t Fault(struct VMAddressSpace* aspace,
/haiku/src/system/kernel/vm/
H A DVMAnonymousNoSwapCache.cpp64 // If we can overcommit, we don't commit here, but in Fault(). We always
121 VMAnonymousNoSwapCache::Fault(struct VMAddressSpace* aspace, off_t offset) function in class:VMAnonymousNoSwapCache
150 dprintf("%p->VMAnonymousNoSwapCache::Fault(): Failed to "
H A DVMAnonymousCache.cpp724 // If we can overcommit, we don't commit here, but in Fault(). We always
964 VMAnonymousCache::Fault(struct VMAddressSpace* aspace, off_t offset) function in class:VMAnonymousCache
996 dprintf("%p->VMAnonymousCache::Fault(): Failed to reserve "
H A DVMAnonymousCache.h74 virtual status_t Fault(struct VMAddressSpace* aspace,
H A DVMAnonymousNoSwapCache.h39 virtual status_t Fault(struct VMAddressSpace* aspace,
H A DVMCache.cpp1333 // In accordance with Fault() the default implementation doesn't have a
1385 VMCache::Fault(struct VMAddressSpace *aspace, off_t offset) function in class:VMCache
H A Dvm.cpp4950 status = context.topCache->Fault(addressSpace, context.cacheOffset);
/haiku/headers/private/kernel/vm/
H A DVMCache.h172 virtual status_t Fault(struct VMAddressSpace *aspace,

Completed in 109 milliseconds