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]);
457 PIE_TO_TA(pt[index]), true);
556 phys_addr_t indirectAddress = PIE_TO_TA(pt[index]);
558 PIE_TO_TA(pt[index]));
H A DM68KPagingMethod040.cpp743 pa = PIE_TO_TA(pi[index]);
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp252 pa = PIE_TO_TA(pi[index]);
751 put_page_table_entry_in_pgtable(&sQueryDesc, PIE_TO_TA(pi[index]), B_KERNEL_READ_AREA, false);

Completed in 178 milliseconds