Searched refs:GetPage (Results 1 - 19 of 19) sorted by relevance

/haiku/src/system/kernel/arch/arm64/
H A DPMAPPhysicalPageMapper.h14 virtual status_t GetPage(phys_addr_t physicalAddress,
25 return GetPage(physicalAddress, _virtualAddress, _handle);
32 void** _handle) { return GetPage(physicalAddress,
H A DPMAPPhysicalPageMapper.cpp9 PMAPPhysicalPageMapper::GetPage( function in class:PMAPPhysicalPageMapper
/haiku/src/system/kernel/arch/generic/
H A DGenericVMPhysicalPageMapper.cpp26 GenericVMPhysicalPageMapper::GetPage(phys_addr_t physicalAddress, function in class:GenericVMPhysicalPageMapper
H A DGenericVMPhysicalPageMapper.h16 virtual status_t GetPage(phys_addr_t physicalAddress,
/haiku/src/tests/kits/interface/pictureprint/
H A DDumpPrintJob.cpp57 if (reader.GetPage(page, pjp) != B_OK) {
H A DPreview.cpp113 if (fReader.GetPage(fPage, page) == B_OK)
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper.h59 status_t GetPage(phys_addr_t physicalAddress, addr_t* virtualAddress,
H A Dx86_physical_page_mapper_mapped.h82 X86PhysicalPageMapper::GetPage(phys_addr_t physicalAddress, function in class:X86PhysicalPageMapper
H A Dx86_physical_page_mapper_large_memory.cpp134 virtual status_t GetPage(phys_addr_t physicalAddress,
493 LargeMemoryPhysicalPageMapper::GetPage(phys_addr_t physicalAddress, function in class:LargeMemoryPhysicalPageMapper
/haiku/headers/libs/print/libprint/
H A DPrintJobReader.h79 status_t GetPage(int32 no, PrintJobPage& pjp);
/haiku/headers/private/kernel/vm/
H A DVMTranslationMap.h110 virtual status_t GetPage(phys_addr_t physicalAddress,
/haiku/src/libs/print/libprint/
H A DPrintJobReader.cpp174 status_t PrintJobReader::GetPage(int32 page, PrintJobPage& pjp) function in class:PrintJobReader
H A DPreview.cpp596 if (fReader.GetPage(page, pjp) == B_OK)
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.h155 virtual status_t GetPage(phys_addr_t physicalAddress,
H A DRISCV64VMTranslationMap.cpp1109 RISCV64VMPhysicalPageMapper::GetPage(phys_addr_t physicalAddress, function in class:RISCV64VMPhysicalPageMapper
1129 return GetPage(physicalAddress, _virtualAddress, _handle);
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp141 virtual status_t GetPage(phys_addr_t physicalAddress,
496 LargeMemoryPhysicalPageMapper::GetPage(phys_addr_t physicalAddress, function in class:LargeMemoryPhysicalPageMapper
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp136 virtual status_t GetPage(phys_addr_t physicalAddress,
498 LargeMemoryPhysicalPageMapper::GetPage(phys_addr_t physicalAddress, function in class:LargeMemoryPhysicalPageMapper
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.cpp867 if (fPhysicalPageMapper->GetPage(physicalAddress, &virtualAddress, &_handle)
/haiku/src/system/kernel/vm/
H A Dvm.cpp5095 return sPhysicalPageMapper->GetPage(paddr, _vaddr, _handle);

Completed in 268 milliseconds