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

/haiku/src/system/kernel/vm/
H A DVMTranslationMap.cpp209 object_cache_free(gPageMappingsObjectCache, mapping,
255 object_cache_free(gPageMappingsObjectCache, mapping,
H A Dvm.cpp247 ObjectCache* gPageMappingsObjectCache; variable
565 gPageMappingsObjectCache,
4417 gPageMappingsObjectCache = create_object_cache_etc("page mappings",
4420 if (gPageMappingsObjectCache == NULL)
4423 object_cache_set_minimum_reserve(gPageMappingsObjectCache, 1024);
5060 if (object_cache_reserve(gPageMappingsObjectCache, 1, 0)
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86VMTranslationMap32Bit.cpp503 object_cache_free(gPageMappingsObjectCache, mapping, freeFlags);
605 object_cache_free(gPageMappingsObjectCache, mapping, freeFlags);
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86VMTranslationMap64Bit.cpp505 object_cache_free(gPageMappingsObjectCache, mapping, freeFlags);
601 object_cache_free(gPageMappingsObjectCache, mapping, freeFlags);
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMVMTranslationMap32Bit.cpp520 object_cache_free(gPageMappingsObjectCache, mapping, freeFlags);
622 object_cache_free(gPageMappingsObjectCache, mapping, freeFlags);
/haiku/headers/private/kernel/vm/
H A Dvm.h51 extern struct ObjectCache* gPageMappingsObjectCache;
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCVMTranslationMapClassic.cpp866 object_cache_free(gPageMappingsObjectCache, mapping, freeFlags);
971 object_cache_free(gPageMappingsObjectCache, mapping, freeFlags);
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCVMTranslationMap460.cpp866 object_cache_free(gPageMappingsObjectCache, mapping, freeFlags);
971 object_cache_free(gPageMappingsObjectCache, mapping, freeFlags);
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp641 object_cache_free(gPageMappingsObjectCache, mapping, freeFlags);
758 object_cache_free(gPageMappingsObjectCache, mapping, freeFlags);
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp750 object_cache_free(gPageMappingsObjectCache, mapping, freeFlags);
878 object_cache_free(gPageMappingsObjectCache, mapping, freeFlags);
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.cpp537 object_cache_free(gPageMappingsObjectCache, mapping, freeFlags);
635 object_cache_free(gPageMappingsObjectCache, mapping, freeFlags);

Completed in 112 milliseconds