Searched refs:PPCPagingMethod460 (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.h19 class PPCPagingMethod460 : public PPCPagingMethod { class in inherits:PPCPagingMethod
21 PPCPagingMethod460();
22 virtual ~PPCPagingMethod460();
61 static PPCPagingMethod460* Method();
131 /*static*/ inline PPCPagingMethod460*
132 PPCPagingMethod460::Method()
134 return static_cast<PPCPagingMethod460*>(gPPCPagingMethod);
140 PPCPagingMethod460::SetPageTableEntry(page_table_entry* entry,
148 PPCPagingMethod460::SetPageTableEntryFlags(page_table_entry* entry,
156 PPCPagingMethod460
[all...]
H A DPPCPagingMethod460.cpp11 #include "paging/460/PPCPagingMethod460.h"
65 // #pragma mark - PPCPagingMethod460
68 PPCPagingMethod460::PPCPagingMethod460() function in class:PPCPagingMethod460
82 PPCPagingMethod460::~PPCPagingMethod460()
88 PPCPagingMethod460::Init(kernel_args* args,
91 TRACE("PPCPagingMethod460::Init(): entry\n");
127 panic("PPCPagingMethod460::Init(): Failed to create initial pool "
144 TRACE("PPCPagingMethod460
[all...]
H A DPPCVMTranslationMap460.cpp94 #include "paging/460/PPCPagingMethod460.h"
218 PPCPagingMethod460* method = PPCPagingMethod460::Method();
290 PPCPagingMethod460* m = PPCPagingMethod460::Method();
367 PPCPagingMethod460* m = PPCPagingMethod460::Method();
433 PPCPagingMethod460::PutPageTableInPageDir(&pd[index], pgtable,
459 PPCPagingMethod460::PutPageTableEntryInTable(&pt[index], pa, attributes,
533 = PPCPagingMethod460
[all...]

Completed in 80 milliseconds