Symbol: DT_PAGE
src/system/boot/arch/m68k/mmu_040.cpp
257
pt[index].type = DT_PAGE;
src/system/boot/arch/m68k/mmu_040.cpp
283
if (PTE_TYPE(pt[pindex]) != DT_PAGE)
src/system/boot/arch/m68k/mmu_040.cpp
306
if (PTE_TYPE(*pt) != DT_PAGE)
src/system/boot/arch/m68k/mmu_040.cpp
340
*pt = DT_PAGE
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
1084
pt[i].type = DT_PAGE;
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
257
if (pt && pt[index].type == DT_PAGE) {
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
461
page.type = DT_PAGE;
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
701
if (pt[index].type != DT_PAGE && pt[index].type != DT_INDIRECT) {
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
767
| ((pt[index].type == DT_PAGE) ? PAGE_PRESENT : 0);
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
852
| ((pt[index].type == DT_PAGE) ? PAGE_PRESENT : 0);
src/system/kernel/arch/m68k/arch_vm_translation_map_impl.cpp
924
if (pt[index].type != DT_PAGE /*&& pt[index].type != DT_INDIRECT*/) {
src/system/kernel/arch/m68k/paging/040/M68KPagingMethod040.cpp
252
pte = TA_TO_PTEA(physicalAddress) | DT_PAGE
src/system/kernel/arch/m68k/paging/040/M68KPagingMethod040.cpp
644
| DT_PAGE
src/system/kernel/arch/m68k/paging/040/M68KPagingMethod040.cpp
747
if (pt && PIE_TYPE(pt[index]) == DT_PAGE) {
src/system/kernel/arch/m68k/paging/040/M68KVMTranslationMap040.cpp
396
if (PTE_TYPE(pt[index]) != DT_PAGE
src/system/kernel/arch/m68k/paging/040/M68KVMTranslationMap040.cpp
465
if (PTE_TYPE(oldEntry) != DT_PAGE) {
src/system/kernel/arch/m68k/paging/040/M68KVMTranslationMap040.cpp
574
if (PTE_TYPE(oldEntry) != DT_PAGE)
src/system/kernel/arch/m68k/paging/040/M68KVMTranslationMap040.cpp
668
| ((PTE_TYPE(entry) == DT_PAGE) ? PAGE_PRESENT : 0);
src/system/kernel/arch/m68k/paging/040/M68KVMTranslationMap040.cpp
736
| ((PTE_TYPE(entry) == DT_PAGE) ? PAGE_PRESENT : 0);