Searched refs:X86PagingMethodPAE (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.h26 class X86PagingMethodPAE : public X86PagingMethod { class in inherits:X86PagingMethod
28 X86PagingMethodPAE();
29 virtual ~X86PagingMethodPAE();
66 static X86PagingMethodPAE* Method();
127 X86PagingMethodPAE::KernelVirtualPageDirPointerTable() const
134 X86PagingMethodPAE::KernelPhysicalPageDirPointerTable() const
140 /*static*/ inline X86PagingMethodPAE*
141 X86PagingMethodPAE::Method()
143 return static_cast<X86PagingMethodPAE*>(gX86PagingMethod);
148 X86PagingMethodPAE
[all...]
H A DX86PagingStructuresPAE.cpp16 #include "paging/pae/X86PagingMethodPAE.h"
38 X86PagingMethodPAE::Method()->Free32BitPage(fPageDirPointerTable,
H A DX86VMTranslationMapPAE.cpp23 #include "paging/pae/X86PagingMethodPAE.h"
286 X86PagingMethodPAE* method = X86PagingMethodPAE::Method();
386 = X86PagingMethodPAE::PageDirEntryForAddress(
402 X86PagingMethodPAE::PutPageTableInPageDir(pageDirEntry,
425 X86PagingMethodPAE::PutPageTableEntryInTable(entry, physicalAddress,
453 = X86PagingMethodPAE::PageDirEntryForAddress(
481 = X86PagingMethodPAE::ClearTableEntryFlags(
511 = X86PagingMethodPAE::PageDirEntryForAddress(
535 X86PagingMethodPAE
[all...]
H A DX86PagingMethodPAE.cpp11 #include "paging/pae/X86PagingMethodPAE.h"
60 struct X86PagingMethodPAE::ToPAESwitcher {
308 panic("X86PagingMethodPAE::ToPAESwitcher::_NextPage(): no more "
354 struct X86PagingMethodPAE::PhysicalPageSlotPool
359 status_t InitInitial(X86PagingMethodPAE* method,
384 X86PagingMethodPAE::PhysicalPageSlotPool
385 X86PagingMethodPAE::PhysicalPageSlotPool::sInitialPhysicalPagePool[
389 X86PagingMethodPAE::PhysicalPageSlotPool::~PhysicalPageSlotPool()
395 X86PagingMethodPAE::PhysicalPageSlotPool::InitInitial(
396 X86PagingMethodPAE* metho
575 X86PagingMethodPAE::X86PagingMethodPAE() function in class:X86PagingMethodPAE
[all...]
/haiku/src/system/kernel/arch/x86/
H A Darch_vm_translation_map.cpp20 # include "paging/pae/X86PagingMethodPAE.h"
39 char pae[sizeof(X86PagingMethodPAE)];
112 gX86PagingMethod = new(&sPagingMethodBuffer) X86PagingMethodPAE;

Completed in 52 milliseconds