Lines Matching refs:X86PagingMethodPAE

11 #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* method, kernel_args* args)
413 panic("X86PagingMethodPAE::PhysicalPageSlotPool::InitInitial(): Failed "
437 X86PagingMethodPAE::PhysicalPageSlotPool::InitInitialPostArea(
471 X86PagingMethodPAE::PhysicalPageSlotPool::Init(area_id dataArea,
496 X86PagingMethodPAE::PhysicalPageSlotPool::Map(phys_addr_t physicalAddress,
509 X86PagingMethodPAE::PhysicalPageSlotPool::AllocatePool(
558 = X86PagingMethodPAE::PageDirEntryForAddress(
572 // #pragma mark - X86PagingMethodPAE
575 X86PagingMethodPAE::X86PagingMethodPAE()
586 X86PagingMethodPAE::~X86PagingMethodPAE()
592 X86PagingMethodPAE::Init(kernel_args* args,
609 panic("X86PagingMethodPAE::Init(): Failed to create initial pool "
625 X86PagingMethodPAE::InitPostArea(kernel_args* args)
656 X86PagingMethodPAE::CreateTranslationMap(bool kernel, VMTranslationMap** _map)
674 X86PagingMethodPAE::MapEarly(kernel_args* args, addr_t virtualAddress,
686 TRACE("X86PagingMethodPAE::MapEarly(): asked for free page for "
718 X86PagingMethodPAE::IsKernelPageAccessible(addr_t virtualAddress,
792 X86PagingMethodPAE::PutPageTableInPageDir(pae_page_directory_entry* entry,
810 X86PagingMethodPAE::PutPageTableEntryInTable(pae_page_table_entry* entry,
838 X86PagingMethodPAE::Allocate32BitPage(phys_addr_t& _physicalAddress,
883 X86PagingMethodPAE::Free32BitPage(void* address, phys_addr_t physicalAddress,
907 X86PagingMethodPAE::_GetInitialPoolCount()
917 X86PagingMethodPAE::_EarlyQuery(addr_t virtualAddress,
941 X86PagingMethodPAE::_EarlyGetPageTable(phys_addr_t address)