Searched refs:ARMPagingMethod32Bit (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.h21 class ARMPagingMethod32Bit : public ARMPagingMethod { class in inherits:ARMPagingMethod
23 ARMPagingMethod32Bit();
24 virtual ~ARMPagingMethod32Bit();
51 static ARMPagingMethod32Bit* Method();
105 /*static*/ inline ARMPagingMethod32Bit*
106 ARMPagingMethod32Bit::Method()
108 return static_cast<ARMPagingMethod32Bit*>(gARMPagingMethod);
113 ARMPagingMethod32Bit::SetPageTableEntry(page_table_entry* entry,
121 ARMPagingMethod32Bit::SetPageTableEntryFlags(page_table_entry* entry,
129 ARMPagingMethod32Bit
[all...]
H A DARMPagingMethod32Bit.cpp12 #include "paging/32bit/ARMPagingMethod32Bit.h"
48 // #pragma mark - ARMPagingMethod32Bit::PhysicalPageSlotPool
50 struct ARMPagingMethod32Bit::PhysicalPageSlotPool
78 ARMPagingMethod32Bit::PhysicalPageSlotPool
79 ARMPagingMethod32Bit::PhysicalPageSlotPool::sInitialPhysicalPagePool[
83 ARMPagingMethod32Bit::PhysicalPageSlotPool::~PhysicalPageSlotPool()
89 ARMPagingMethod32Bit::PhysicalPageSlotPool::InitInitial(kernel_args* args)
105 panic("ARMPagingMethod32Bit::PhysicalPageSlotPool::InitInitial(): "
121 ARMPagingMethod32Bit::PhysicalPageSlotPool::InitInitialPostArea(
154 ARMPagingMethod32Bit
257 ARMPagingMethod32Bit::ARMPagingMethod32Bit() function in class:ARMPagingMethod32Bit
[all...]
H A DARMVMTranslationMap32Bit.cpp29 #include "paging/32bit/ARMPagingMethod32Bit.h"
92 ARMPagingMethod32Bit* method = ARMPagingMethod32Bit::Method();
189 ARMPagingMethod32Bit::PutPageTableInPageDir(&pd[index], pgtable,
213 ARMPagingMethod32Bit::PutPageTableEntryInTable(&pt[index], pa, attributes,
263 = ARMPagingMethod32Bit::ClearPageTableEntryFlags(&pt[index],
361 page_table_entry oldEntry = ARMPagingMethod32Bit::ClearPageTableEntry(
441 = ARMPagingMethod32Bit::ClearPageTableEntry(&pt[index]);
573 = ARMPagingMethod32Bit::ClearPageTableEntry(
651 *_flags = ARMPagingMethod32Bit
[all...]
/haiku/src/system/kernel/arch/arm/
H A Darch_vm_translation_map.cpp16 #include "paging/32bit/ARMPagingMethod32Bit.h"
30 char thirty_two[sizeof(ARMPagingMethod32Bit)];
80 gARMPagingMethod = new(&sPagingMethodBuffer) ARMPagingMethod32Bit;

Completed in 19 milliseconds