Searched refs:PutPageTableInPageDir (Results 1 - 18 of 18) sorted by relevance

/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.cpp241 PutPageTableInPageDir(entry, physicalTable,
410 PutPageTableInPageDir(e, pgtable, attributes);
495 X86PagingMethod32Bit::PutPageTableInPageDir(page_directory_entry* entry, function in class:X86PagingMethod32Bit
566 PutPageTableInPageDir(entry, physicalTable,
H A DX86PagingMethod32Bit.h54 static void PutPageTableInPageDir(
H A DX86VMTranslationMap32Bit.cpp172 X86PagingMethod32Bit::PutPageTableInPageDir(&pd[index], pgtable,
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp243 PutPageTableInPageDir(entry, physicalTable, ARM_MMU_L1_FLAG_PXN);
394 PutPageTableInPageDir(e, pgtable_phys,
485 ARMPagingMethod32Bit::PutPageTableInPageDir(page_directory_entry* entry, function in class:ARMPagingMethod32Bit
544 PutPageTableInPageDir(entry, physicalTable,
H A DARMPagingMethod32Bit.h53 static void PutPageTableInPageDir(
H A DARMVMTranslationMap32Bit.cpp189 ARMPagingMethod32Bit::PutPageTableInPageDir(&pd[index], pgtable,
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp313 PutPageTableInPageDir(entry, physicalTable,
529 PutPageTableInPageDir(&pd[aindex + i], tbl, attributes);
567 PutPageTableInPageDir(e, pgtable, attributes);
630 M68KPagingMethod040::PutPageTableInPageDir(page_directory_entry* entry, function in class:M68KPagingMethod040
695 PutPageTableInPageDir(e, physicalTable,
H A DM68KPagingMethod040.h63 static void PutPageTableInPageDir(
H A DM68KVMTranslationMap040.cpp306 M68KPagingMethod040::PutPageTableInPageDir(apd, pgtable, attributes
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.h72 static void PutPageTableInPageDir(
H A DPPCPagingMethod460.cpp333 PPCPagingMethod460::PutPageTableInPageDir(page_directory_entry* entry,
395 PutPageTableInPageDir(entry, physicalTable,
H A DPPCVMTranslationMap460.cpp433 PPCPagingMethod460::PutPageTableInPageDir(&pd[index], pgtable,
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.h72 static void PutPageTableInPageDir(
H A DPPCPagingMethodClassic.cpp333 PPCPagingMethodClassic::PutPageTableInPageDir(page_directory_entry* entry,
395 PutPageTableInPageDir(entry, physicalTable,
H A DPPCVMTranslationMapClassic.cpp433 PPCPagingMethodClassic::PutPageTableInPageDir(&pd[index], pgtable,
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.h68 static void PutPageTableInPageDir(
H A DX86PagingMethodPAE.cpp199 PutPageTableInPageDir(pageDirEntry, physicalTable,
249 X86PagingMethod32Bit::PutPageTableInPageDir(entry, physicalTable,
426 PutPageTableInPageDir(entry, physicalTable,
560 PutPageTableInPageDir(pageDirEntry, physicalTable,
690 PutPageTableInPageDir(pageDirEntry, physicalPageTable, attributes);
792 X86PagingMethodPAE::PutPageTableInPageDir(pae_page_directory_entry* entry, function in class:X86PagingMethodPAE
H A DX86VMTranslationMapPAE.cpp402 X86PagingMethodPAE::PutPageTableInPageDir(pageDirEntry,

Completed in 103 milliseconds