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

/haiku-fatelf/headers/private/kernel/arch/m68k/
H A Darch_030_mmu.h115 #define DT_INDIRECT DT_VALID_8 macro
H A Darch_040_mmu.h83 #define DT_INDIRECT DT_VALID_4 macro
/haiku-fatelf/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp395 && PTE_TYPE(pt[index]) != DT_INDIRECT) {
453 if (PTE_TYPE(pt[index]) == DT_INDIRECT) {
554 if (PTE_TYPE(pt[index]) == DT_INDIRECT) {
705 //XXX:M68K: DT_INDIRECT here?
793 if (PTE_TYPE(pt[index]) == DT_INDIRECT) {
858 if (PTE_TYPE(pt[index]) == DT_INDIRECT) {
H A DM68KPagingMethod040.cpp741 if (pt && PTE_TYPE(pt[index]) == DT_INDIRECT) {
/haiku-fatelf/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 84 milliseconds