Searched refs:DT_INDIRECT (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/kernel/arch/m68k/
H A Darch_040_mmu.h83 #define DT_INDIRECT DT_VALID_4 macro
H A Darch_030_mmu.h115 #define DT_INDIRECT DT_VALID_8 macro
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp396 && PTE_TYPE(pt[index]) != DT_INDIRECT) {
454 if (PTE_TYPE(pt[index]) == DT_INDIRECT) {
555 if (PTE_TYPE(pt[index]) == DT_INDIRECT) {
706 //XXX:M68K: DT_INDIRECT here?
794 if (PTE_TYPE(pt[index]) == DT_INDIRECT) {
859 if (PTE_TYPE(pt[index]) == DT_INDIRECT) {
H A DM68KPagingMethod040.cpp741 if (pt && PTE_TYPE(pt[index]) == DT_INDIRECT) {
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp250 if (pt && pt[index].type == DT_INDIRECT) {
478 page.type = DT_INDIRECT;
698 if (pt[index].type != DT_PAGE && pt[index].type != DT_INDIRECT) {
749 if (pt && pt[index].type == DT_INDIRECT) {
825 if (pt[index].type == DT_INDIRECT) {
921 if (pt[index].type != DT_PAGE /*&& pt[index].type != DT_INDIRECT*/) {
992 if (pt[index].type == DT_INDIRECT) {

Completed in 93 milliseconds