Searched refs:KernelPhysicalPageMapper (Results 1 - 14 of 14) sorted by relevance

/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.h49 inline TranslationMapPhysicalPageMapper* KernelPhysicalPageMapper() const function in class:X86PagingMethod32Bit
H A DX86VMTranslationMap32Bit.cpp113 fPageMapper = method->KernelPhysicalPageMapper();
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.h54 inline TranslationMapPhysicalPageMapper* KernelPhysicalPageMapper() const function in class:M68KPagingMethod040
H A DM68KVMTranslationMap040.cpp168 fPageMapper = method->KernelPhysicalPageMapper();
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.h50 inline TranslationMapPhysicalPageMapper* KernelPhysicalPageMapper() const
H A DPPCVMTranslationMap460.cpp248 fPageMapper = method->KernelPhysicalPageMapper();
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.h50 inline TranslationMapPhysicalPageMapper* KernelPhysicalPageMapper() const
H A DPPCVMTranslationMapClassic.cpp248 fPageMapper = method->KernelPhysicalPageMapper();
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.h55 inline TranslationMapPhysicalPageMapper* KernelPhysicalPageMapper() const function in class:X86PagingMethodPAE
H A DX86VMTranslationMapPAE.cpp291 fPageMapper = method->KernelPhysicalPageMapper();
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86PagingMethod64Bit.h51 inline TranslationMapPhysicalPageMapper* KernelPhysicalPageMapper() const function in class:final
H A DX86VMTranslationMap64Bit.cpp131 fPageMapper = method->KernelPhysicalPageMapper();
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.h48 inline TranslationMapPhysicalPageMapper* KernelPhysicalPageMapper() const function in class:ARMPagingMethod32Bit
H A DARMVMTranslationMap32Bit.cpp130 fPageMapper = method->KernelPhysicalPageMapper();

Completed in 78 milliseconds