Home
last modified time | relevance | path

Searched refs:ARMPagingMethod32Bit (Results 1 – 5 of 5) sorted by relevance

/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.h21 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 DARMPagingMethod32Bit.cpp50 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 DARMVMTranslationMap32Bit.cpp92 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 Darch_vm_translation_map.cpp30 char thirty_two[sizeof(ARMPagingMethod32Bit)];
80 gARMPagingMethod = new(&sPagingMethodBuffer) ARMPagingMethod32Bit; in arch_vm_translation_map_init()
H A DJamfile59 ARMPagingMethod32Bit.cpp