Searched refs:GetPageDebug (Results 1 - 15 of 15) sorted by relevance

/haiku/src/system/kernel/arch/generic/
H A DGenericVMPhysicalPageMapper.cpp59 GenericVMPhysicalPageMapper::GetPageDebug(phys_addr_t physicalAddress, function in class:GenericVMPhysicalPageMapper
H A DGenericVMPhysicalPageMapper.h29 virtual status_t GetPageDebug(phys_addr_t physicalAddress,
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper.h67 status_t GetPageDebug(phys_addr_t physicalAddress,
H A Dx86_physical_page_mapper_mapped.h121 X86PhysicalPageMapper::GetPageDebug(phys_addr_t physicalAddress, function in class:X86PhysicalPageMapper
H A Dx86_physical_page_mapper_large_memory.cpp143 virtual status_t GetPageDebug(phys_addr_t physicalAddress,
551 LargeMemoryPhysicalPageMapper::GetPageDebug(phys_addr_t physicalAddress, function in class:LargeMemoryPhysicalPageMapper
/haiku/src/system/kernel/arch/arm64/
H A DPMAPPhysicalPageMapper.h30 virtual status_t GetPageDebug(phys_addr_t physicalAddress, function in struct:PMAPPhysicalPageMapper
/haiku/headers/private/kernel/vm/
H A DVMTranslationMap.h126 virtual status_t GetPageDebug(phys_addr_t physicalAddress,
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.cpp451 status_t error = fPhysicalPageMapper->GetPageDebug(
470 status_t error = fPhysicalPageMapper->GetPageDebug(
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp438 status_t error = fPhysicalPageMapper->GetPageDebug(
457 status_t error = fPhysicalPageMapper->GetPageDebug(
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.h168 virtual status_t GetPageDebug(phys_addr_t physicalAddress,
H A DRISCV64VMTranslationMap.cpp1142 RISCV64VMPhysicalPageMapper::GetPageDebug(phys_addr_t physicalAddress, function in class:RISCV64VMPhysicalPageMapper
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp150 virtual status_t GetPageDebug(phys_addr_t physicalAddress,
554 LargeMemoryPhysicalPageMapper::GetPageDebug(phys_addr_t physicalAddress, function in class:LargeMemoryPhysicalPageMapper
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp145 virtual status_t GetPageDebug(phys_addr_t physicalAddress,
556 LargeMemoryPhysicalPageMapper::GetPageDebug(phys_addr_t physicalAddress, function in class:LargeMemoryPhysicalPageMapper
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp740 status_t error = fPhysicalPageMapper->GetPageDebug(physicalPDPT,
754 status_t error = fPhysicalPageMapper->GetPageDebug(
768 status_t error = fPhysicalPageMapper->GetPageDebug(
/haiku/src/system/kernel/vm/
H A Dvm.cpp5122 return sPhysicalPageMapper->GetPageDebug(paddr, _vaddr, _handle);

Completed in 93 milliseconds