Searched refs:PIE_TO_PO (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/kernel/arch/m68k/
H A Darch_040_mmu.h179 #define PIE_TO_PO(e) (((uint32)(e)) & ((1<<12)-(1<<2))) macro
H A Darch_030_mmu.h194 #define PIE_TO_PO(e) ((((uint32 *)(&(e)))[1]) & ((1<<12)-(1<<2))) macro
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp834 pt += PIE_TO_PO(pi[index]) / sizeof(page_table_entry);
1001 pt += PIE_TO_PO(pi[index]) / sizeof(page_table_entry);

Completed in 49 milliseconds