Searched refs:ARMPagingMethod32Bit (Results 1 – 5 of 5) sorted by relevance
/haiku/src/system/kernel/arch/arm/paging/32bit/ |
H A D | ARMPagingMethod32Bit.h | 21 class ARMPagingMethod32Bit : public ARMPagingMethod { 23 ARMPagingMethod32Bit(); 24 virtual ~ARMPagingMethod32Bit(); 51 static ARMPagingMethod32Bit* Method(); 105 /*static*/ inline ARMPagingMethod32Bit* 106 ARMPagingMethod32Bit::Method() in Method() 108 return static_cast<ARMPagingMethod32Bit*>(gARMPagingMethod); in Method() 113 ARMPagingMethod32Bit::SetPageTableEntry(page_table_entry* entry, in SetPageTableEntry() 121 ARMPagingMethod32Bit::SetPageTableEntryFlags(page_table_entry* entry, in SetPageTableEntryFlags() 129 ARMPagingMethod32Bit::TestAndSetPageTableEntry(page_table_entry* entry, in TestAndSetPageTableEntry() [all …]
|
H A D | ARMPagingMethod32Bit.cpp | 50 struct ARMPagingMethod32Bit::PhysicalPageSlotPool 78 ARMPagingMethod32Bit::PhysicalPageSlotPool 79 ARMPagingMethod32Bit::PhysicalPageSlotPool::sInitialPhysicalPagePool[ 83 ARMPagingMethod32Bit::PhysicalPageSlotPool::~PhysicalPageSlotPool() in ~PhysicalPageSlotPool() 89 ARMPagingMethod32Bit::PhysicalPageSlotPool::InitInitial(kernel_args* args) in InitInitial() 121 ARMPagingMethod32Bit::PhysicalPageSlotPool::InitInitialPostArea( in InitInitialPostArea() 154 ARMPagingMethod32Bit::PhysicalPageSlotPool::Init(area_id dataArea, void* data, in Init() 178 ARMPagingMethod32Bit::PhysicalPageSlotPool::Map(phys_addr_t physicalAddress, in Map() 193 ARMPagingMethod32Bit::PhysicalPageSlotPool::AllocatePool( in AllocatePool() 257 ARMPagingMethod32Bit::ARMPagingMethod32Bit() in ARMPagingMethod32Bit() function in ARMPagingMethod32Bit [all …]
|
H A D | ARMVMTranslationMap32Bit.cpp | 92 ARMPagingMethod32Bit* method = ARMPagingMethod32Bit::Method(); in Init() 189 ARMPagingMethod32Bit::PutPageTableInPageDir(&pd[index], pgtable, in Map() 213 ARMPagingMethod32Bit::PutPageTableEntryInTable(&pt[index], pa, attributes, in Map() 263 = ARMPagingMethod32Bit::ClearPageTableEntryFlags(&pt[index], in Unmap() 361 page_table_entry oldEntry = ARMPagingMethod32Bit::ClearPageTableEntry( in UnmapPage() 441 = ARMPagingMethod32Bit::ClearPageTableEntry(&pt[index]); in UnmapPages() 573 = ARMPagingMethod32Bit::ClearPageTableEntry( in UnmapArea() 651 *_flags = ARMPagingMethod32Bit::PageTableEntryFlagsToAttributes(entry); in Query() 678 page_table_entry* pt = (page_table_entry*)ARMPagingMethod32Bit::Method() in QueryInterrupt() 686 *_flags = ARMPagingMethod32Bit::PageTableEntryFlagsToAttributes(entry); in QueryInterrupt() [all …]
|
/haiku/src/system/kernel/arch/arm/ |
H A D | arch_vm_translation_map.cpp | 30 char thirty_two[sizeof(ARMPagingMethod32Bit)]; 80 gARMPagingMethod = new(&sPagingMethodBuffer) ARMPagingMethod32Bit; in arch_vm_translation_map_init()
|
H A D | Jamfile | 59 ARMPagingMethod32Bit.cpp
|