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

/haiku/headers/private/kernel/arch/m68k/
H A Darch_040_mmu.h178 #define PIE_TO_PA(e) (((uint32)(e)) & ~((1<<12)-1)) macro
H A Darch_030_mmu.h193 #define PIE_TO_PA(e) ((((uint32 *)(&(e)))[1]) & ~((1<<12)-1)) macro
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp829 status = get_physical_page_tmap_internal(PIE_TO_PA(pi[index]),
996 status = get_physical_page_tmap_internal(PIE_TO_PA(pi[index]),

Completed in 98 milliseconds