Searched refs:unmapPages (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86VMTranslationMap32Bit.cpp517 bool unmapPages = !deletingAddressSpace || !ignoreTopCachePageFlags; local
539 if (unmapPages || cache != area->cache) {
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86VMTranslationMap64Bit.cpp521 bool unmapPages = !deletingAddressSpace || !ignoreTopCachePageFlags; local
542 if (unmapPages || cache != area->cache) {
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMVMTranslationMap32Bit.cpp534 bool unmapPages = !deletingAddressSpace || !ignoreTopCachePageFlags; local
556 if (unmapPages || cache != area->cache) {
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCVMTranslationMapClassic.cpp883 bool unmapPages = !deletingAddressSpace || !ignoreTopCachePageFlags;
905 if (unmapPages || cache != area->cache) {
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCVMTranslationMap460.cpp883 bool unmapPages = !deletingAddressSpace || !ignoreTopCachePageFlags;
905 if (unmapPages || cache != area->cache) {
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp655 bool unmapPages = !deletingAddressSpace || !ignoreTopCachePageFlags; local
677 if (unmapPages || cache != area->cache) {
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp764 bool unmapPages = !deletingAddressSpace || !ignoreTopCachePageFlags; local
784 if (unmapPages || cache != area->cache) {
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.cpp555 bool unmapPages = !deletingAddressSpace || !ignoreTopCachePageFlags; local
577 if (unmapPages || cache != area->cache) {

Completed in 179 milliseconds