Searched refs:IsKernelPageAccessible (Results 1 - 22 of 22) sorted by relevance

/haiku/src/system/kernel/arch/m68k/paging/
H A DM68KPagingMethod.h36 virtual bool IsKernelPageAccessible(addr_t virtualAddress,
/haiku/src/system/kernel/arch/x86/paging/
H A DX86PagingMethod.h38 virtual bool IsKernelPageAccessible(addr_t virtualAddress,
/haiku/src/system/kernel/arch/arm/paging/
H A DARMPagingMethod.h38 virtual bool IsKernelPageAccessible(addr_t virtualAddress,
/haiku/src/system/kernel/arch/ppc/paging/
H A DPPCPagingMethod.h38 virtual bool IsKernelPageAccessible(addr_t virtualAddress,
/haiku/src/system/kernel/arch/arm/
H A Darch_vm_translation_map.cpp131 return gARMPagingMethod->IsKernelPageAccessible(virtualAddress, protection);
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map.cpp172 return gM68KPagingMethod->IsKernelPageAccessible(virtualAddress, protection);
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.h36 virtual bool IsKernelPageAccessible(addr_t virtualAddress,
H A DX86PagingMethod32Bit.cpp433 X86PagingMethod32Bit::IsKernelPageAccessible(addr_t virtualAddress, function in class:X86PagingMethod32Bit
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.h36 virtual bool IsKernelPageAccessible(addr_t virtualAddress,
H A DM68KPagingMethod040.cpp588 M68KPagingMethod040::IsKernelPageAccessible(addr_t virtualAddress, function in class:M68KPagingMethod040
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.h37 virtual bool IsKernelPageAccessible(addr_t virtualAddress,
H A DPPCPagingMethod460.cpp274 PPCPagingMethod460::IsKernelPageAccessible(addr_t virtualAddress, function in class:PPCPagingMethod460
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.h37 virtual bool IsKernelPageAccessible(addr_t virtualAddress,
H A DPPCPagingMethodClassic.cpp274 PPCPagingMethodClassic::IsKernelPageAccessible(addr_t virtualAddress, function in class:PPCPagingMethodClassic
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.h44 virtual bool IsKernelPageAccessible(addr_t virtualAddress,
H A DX86PagingMethodPAE.cpp718 X86PagingMethodPAE::IsKernelPageAccessible(addr_t virtualAddress, function in class:X86PagingMethodPAE
/haiku/src/system/kernel/arch/x86/
H A Darch_vm_translation_map.cpp174 return gX86PagingMethod->IsKernelPageAccessible(virtualAddress, protection);
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86PagingMethod64Bit.h46 virtual bool IsKernelPageAccessible(addr_t virtualAddress,
H A DX86PagingMethod64Bit.cpp211 X86PagingMethod64Bit::IsKernelPageAccessible(addr_t virtualAddress, function in class:X86PagingMethod64Bit
/haiku/src/system/kernel/arch/ppc/
H A Darch_vm_translation_map.cpp371 return gPPCPagingMethod->IsKernelPageAccessible(virtualAddress, protection);
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.h39 virtual bool IsKernelPageAccessible(addr_t virtualAddress,
H A DARMPagingMethod32Bit.cpp419 ARMPagingMethod32Bit::IsKernelPageAccessible(addr_t virtualAddress, function in class:ARMPagingMethod32Bit

Completed in 80 milliseconds