Home
last modified time | relevance | path

Searched refs:PIE_TO_TA (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/private/kernel/arch/m68k/
H A Darch_040_mmu.h176 #define PIE_TO_TA(e) (((uint32)(e)) & ~((1<<2)-1)) macro
H A Darch_030_mmu.h191 #define PIE_TO_TA(a) ((((uint32 *)(&(a)))[1]) & ~((1<<2)-1)) macro
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp455 phys_addr_t indirectAddress = PIE_TO_TA(pt[index]); in UnmapPage()
457 PIE_TO_TA(pt[index]), true); in UnmapPage()
556 phys_addr_t indirectAddress = PIE_TO_TA(pt[index]); in UnmapPages()
558 PIE_TO_TA(pt[index])); in UnmapPages()
H A DM68KPagingMethod040.cpp743 pa = PIE_TO_TA(pi[index]); in _EarlyQuery()
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp252 pa = PIE_TO_TA(pi[index]); in early_query()
751 put_page_table_entry_in_pgtable(&sQueryDesc, PIE_TO_TA(pi[index]), B_KERNEL_READ_AREA, false); in query_tmap_interrupt()