Searched refs:translationMap (Results 1 - 2 of 2) sorted by path

/haiku/src/system/kernel/device_manager/
H A DIOCache.cpp103 VMTranslationMap* translationMap = addressSpace->TranslationMap(); local
104 size_t pagesNeeded = translationMap->MaxPagesNeededToMap((addr_t)fAreaBase,
744 VMTranslationMap* translationMap local
747 translationMap->Lock();
755 translationMap->Map((addr_t)fAreaBase + i * B_PAGE_SIZE,
762 translationMap->Unlock();
779 VMTranslationMap* translationMap local
782 translationMap->Lock();
784 translationMap->Unmap((addr_t)fAreaBase + firstPage * B_PAGE_SIZE,
787 translationMap
[all...]
/haiku/src/system/kernel/slab/
H A DMemoryManager.cpp1322 VMTranslationMap* translationMap = addressSpace->TranslationMap(); local
1324 pagesNeededToMap = translationMap->MaxPagesNeededToMap(
1448 VMTranslationMap* translationMap = addressSpace->TranslationMap(); local
1461 + translationMap->MaxPagesNeededToMap(address, address + size - 1);
1474 translationMap->Lock();
1487 translationMap->Map(vmArea->Base() + offset,
1493 translationMap->Unlock();
1516 VMTranslationMap* translationMap = addressSpace->TranslationMap(); local
1520 translationMap->Lock();
1521 translationMap
[all...]

Completed in 60 milliseconds