Searched refs:PageHole (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.h39 inline page_table_entry* PageHole() const function in class:X86PagingMethod32Bit
H A DX86PagingMethod32Bit.cpp585 page_table_entry* entry = method->PageHole() + virtualAddress / B_PAGE_SIZE;
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.h43 inline page_table_entry* PageHole() const
H A DM68KPagingMethod040.cpp767 page_table_entry* entry = method->PageHole() + virtualAddress / B_PAGE_SIZE;
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.h40 inline page_table_entry* PageHole() const
H A DPPCPagingMethod460.cpp414 page_table_entry* entry = method->PageHole() + virtualAddress / B_PAGE_SIZE;
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.h40 inline page_table_entry* PageHole() const
H A DPPCPagingMethodClassic.cpp414 page_table_entry* entry = method->PageHole() + virtualAddress / B_PAGE_SIZE;

Completed in 95 milliseconds