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

/haiku/src/system/boot/arch/m68k/
H A Dmmu_040.cpp252 pt = PDE_TO_TA(pd[index]);
279 pt = (page_table_entry *)PDE_TO_TA(pd[dindex]);
/haiku/headers/private/kernel/arch/m68k/
H A Darch_040_mmu.h160 #define PDE_TO_TA(e) (((uint32)(e)) & ~((1<<8)-1)) macro
H A Darch_030_mmu.h179 #define PDE_TO_TA(a) ((*(uint32 *)(&(a))) & ~((1<<4)-1)) macro
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp538 pt = (page_table_entry *)PDE_TO_TA(pd[index]);
735 pa = PDE_TO_TA(pd[index]);
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp244 pa = PDE_TO_TA(pd[index]);
744 put_page_table_entry_in_pgtable(&sQueryDesc, PDE_TO_TA(pd[index]), B_KERNEL_READ_AREA, false);
1504 pt = (page_table_entry *)PDE_TO_TA(pd[index]);

Completed in 24 milliseconds