Searched refs:PageTable (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.h85 inline phys_addr_t PageTable();
117 RISCV64VMTranslationMap::PageTable() function in class:RISCV64VMTranslationMap
H A DRISCV64VMTranslationMap.cpp182 Pte *kernelPageTable = (Pte*)VirtFromPhys(kernelMap->PageTable());
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.h54 inline page_table_entry_group* PageTable() const function in class:PPCPagingMethod460
H A DPPCVMTranslationMap460.cpp243 method->KernelVirtualPageDirectory()*/method->PageTable());
253 method->KernelPhysicalPageDirectory(), NULL*/method->PageTable());
295 page_table_entry_group *group = &(m->PageTable())[hash & m->PageTableHashMask()];
309 group = &(m->PageTable())[hash & m->PageTableHashMask()];
371 page_table_entry_group *group = &(m->PageTable())[hash & m->PageTableHashMask()];
388 group = &(m->PageTable())[hash & m->PageTableHashMask()];
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.h54 inline page_table_entry_group* PageTable() const function in class:PPCPagingMethodClassic
H A DPPCVMTranslationMapClassic.cpp243 method->KernelVirtualPageDirectory()*/method->PageTable());
253 method->KernelPhysicalPageDirectory(), NULL*/method->PageTable());
295 page_table_entry_group *group = &(m->PageTable())[hash & m->PageTableHashMask()];
309 group = &(m->PageTable())[hash & m->PageTableHashMask()];
371 page_table_entry_group *group = &(m->PageTable())[hash & m->PageTableHashMask()];
388 group = &(m->PageTable())[hash & m->PageTableHashMask()];

Completed in 99 milliseconds