/haiku/src/system/kernel/arch/arm/paging/ |
H A D | ARMVMTranslationMap.cpp | 43 fIsKernelMap = kernel; in Init() 106 if (fIsKernelMap) { in Flush() 130 if (fIsKernelMap) { in Flush()
|
H A D | ARMVMTranslationMap.h | 47 bool fIsKernelMap; member
|
/haiku/src/system/kernel/arch/m68k/paging/ |
H A D | M68KVMTranslationMap.cpp | 43 fIsKernelMap = kernel; in Init() 106 if (fIsKernelMap) { in Flush() 130 if (fIsKernelMap) { in Flush()
|
H A D | M68KVMTranslationMap.h | 40 bool fIsKernelMap; member
|
/haiku/src/system/kernel/arch/ppc/paging/ |
H A D | PPCVMTranslationMap.cpp | 43 fIsKernelMap = kernel; in Init() 106 if (fIsKernelMap) { in Flush() 130 if (fIsKernelMap) { in Flush()
|
H A D | PPCVMTranslationMap.h | 46 bool fIsKernelMap; member
|
/haiku/src/system/kernel/arch/x86/paging/ |
H A D | X86VMTranslationMap.cpp | 43 fIsKernelMap = kernel; in Init() 106 if (fIsKernelMap) { in Flush() 130 if (fIsKernelMap) { in Flush()
|
H A D | X86VMTranslationMap.h | 40 bool fIsKernelMap; member
|
/haiku/src/system/kernel/arch/x86/paging/64bit/ |
H A D | X86VMTranslationMap64Bit.cpp | 211 fPagingStructures->VirtualPMLTop(), virtualAddress, fIsKernelMap, in Map() 222 attributes, memoryType, fIsKernelMap); in Map() 247 fPagingStructures->VirtualPMLTop(), start, fIsKernelMap, false, in Unmap() 297 fPagingStructures->VirtualPMLTop(), start, fIsKernelMap, false, in DebugMarkRangePresent() 347 fPagingStructures->VirtualPMLTop(), address, fIsKernelMap, in UnmapPage() 414 fPagingStructures->VirtualPMLTop(), start, fIsKernelMap, false, in UnmapPages() 547 fPagingStructures->VirtualPMLTop(), address, fIsKernelMap, in UnmapArea() 618 fPagingStructures->VirtualPMLTop(), virtualAddress, fIsKernelMap, in Query() 695 fPagingStructures->VirtualPMLTop(), start, fIsKernelMap, false, in Protect() 752 fPagingStructures->VirtualPMLTop(), address, fIsKernelMap, in ClearFlags() [all …]
|
/haiku/src/system/kernel/arch/x86/paging/pae/ |
H A D | X86VMTranslationMapPAE.cpp | 426 attributes, memoryType, fIsKernelMap); in Map() 1298 for (uint32 pageDirIndex = fIsKernelMap ? 2 : 0; in DebugGetReverseMappingInfo() 1299 pageDirIndex < uint32(fIsKernelMap ? 4 : 2); pageDirIndex++) { in DebugGetReverseMappingInfo()
|
/haiku/src/system/kernel/arch/arm/paging/32bit/ |
H A D | ARMVMTranslationMap32Bit.cpp | 214 memoryType, fIsKernelMap); in Map()
|
/haiku/src/system/kernel/arch/x86/paging/32bit/ |
H A D | X86VMTranslationMap32Bit.cpp | 199 memoryType, fIsKernelMap); in Map()
|
/haiku/src/system/kernel/arch/m68k/paging/040/ |
H A D | M68KVMTranslationMap040.cpp | 334 memoryType, fIsKernelMap); in Map()
|
/haiku/src/system/kernel/arch/ppc/paging/classic/ |
H A D | PPCVMTranslationMapClassic.cpp | 460 memoryType, fIsKernelMap); in Map()
|
/haiku/src/system/kernel/arch/ppc/paging/460/ |
H A D | PPCVMTranslationMap460.cpp | 460 memoryType, fIsKernelMap); in Map()
|