Symbol: PutPageTableInPageDir
src/system/kernel/arch/arm/paging/32bit/ARMPagingMethod32Bit.cpp
243
PutPageTableInPageDir(entry, physicalTable, ARM_MMU_L1_FLAG_PXN);
src/system/kernel/arch/arm/paging/32bit/ARMPagingMethod32Bit.cpp
393
PutPageTableInPageDir(e, pgtable_phys,
src/system/kernel/arch/arm/paging/32bit/ARMPagingMethod32Bit.cpp
543
PutPageTableInPageDir(entry, physicalTable,
src/system/kernel/arch/arm/paging/32bit/ARMPagingMethod32Bit.h
52
static void PutPageTableInPageDir(
src/system/kernel/arch/arm/paging/32bit/ARMVMTranslationMap32Bit.cpp
191
ARMPagingMethod32Bit::PutPageTableInPageDir(&pd[index], pgtable,
src/system/kernel/arch/m68k/paging/040/M68KPagingMethod040.cpp
313
PutPageTableInPageDir(entry, physicalTable,
src/system/kernel/arch/m68k/paging/040/M68KPagingMethod040.cpp
528
PutPageTableInPageDir(&pd[aindex + i], tbl, attributes);
src/system/kernel/arch/m68k/paging/040/M68KPagingMethod040.cpp
566
PutPageTableInPageDir(e, pgtable, attributes);
src/system/kernel/arch/m68k/paging/040/M68KPagingMethod040.cpp
694
PutPageTableInPageDir(e, physicalTable,
src/system/kernel/arch/m68k/paging/040/M68KPagingMethod040.h
62
static void PutPageTableInPageDir(
src/system/kernel/arch/m68k/paging/040/M68KVMTranslationMap040.cpp
307
M68KPagingMethod040::PutPageTableInPageDir(apd, pgtable, attributes
src/system/kernel/arch/ppc/paging/460/PPCPagingMethod460.cpp
394
PutPageTableInPageDir(entry, physicalTable,
src/system/kernel/arch/ppc/paging/460/PPCPagingMethod460.h
71
static void PutPageTableInPageDir(
src/system/kernel/arch/ppc/paging/460/PPCVMTranslationMap460.cpp
433
PPCPagingMethod460::PutPageTableInPageDir(&pd[index], pgtable,
src/system/kernel/arch/ppc/paging/classic/PPCPagingMethodClassic.cpp
394
PutPageTableInPageDir(entry, physicalTable,
src/system/kernel/arch/ppc/paging/classic/PPCPagingMethodClassic.h
71
static void PutPageTableInPageDir(
src/system/kernel/arch/ppc/paging/classic/PPCVMTranslationMapClassic.cpp
433
PPCPagingMethodClassic::PutPageTableInPageDir(&pd[index], pgtable,
src/system/kernel/arch/x86/paging/32bit/X86PagingMethod32Bit.cpp
241
PutPageTableInPageDir(entry, physicalTable,
src/system/kernel/arch/x86/paging/32bit/X86PagingMethod32Bit.cpp
419
PutPageTableInPageDir(e, pgtable, attributes);
src/system/kernel/arch/x86/paging/32bit/X86PagingMethod32Bit.cpp
575
PutPageTableInPageDir(entry, physicalTable,
src/system/kernel/arch/x86/paging/32bit/X86PagingMethod32Bit.h
53
static void PutPageTableInPageDir(
src/system/kernel/arch/x86/paging/32bit/X86VMTranslationMap32Bit.cpp
174
X86PagingMethod32Bit::PutPageTableInPageDir(&pd[index], pgtable,
src/system/kernel/arch/x86/paging/pae/X86PagingMethodPAE.cpp
199
PutPageTableInPageDir(pageDirEntry, physicalTable,
src/system/kernel/arch/x86/paging/pae/X86PagingMethodPAE.cpp
249
X86PagingMethod32Bit::PutPageTableInPageDir(entry, physicalTable,
src/system/kernel/arch/x86/paging/pae/X86PagingMethodPAE.cpp
418
PutPageTableInPageDir(entry, physicalTable,
src/system/kernel/arch/x86/paging/pae/X86PagingMethodPAE.cpp
552
PutPageTableInPageDir(pageDirEntry, physicalTable,
src/system/kernel/arch/x86/paging/pae/X86PagingMethodPAE.cpp
691
PutPageTableInPageDir(pageDirEntry, physicalPageTable, attributes);
src/system/kernel/arch/x86/paging/pae/X86PagingMethodPAE.h
67
static void PutPageTableInPageDir(
src/system/kernel/arch/x86/paging/pae/X86VMTranslationMapPAE.cpp
404
X86PagingMethodPAE::PutPageTableInPageDir(pageDirEntry,