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

/haiku-fatelf/headers/private/kernel/arch/m68k/
H A Darch_030_mmu.h191 #define PIE_TO_TA(a) ((((uint32 *)(&(a)))[1]) & ~((1<<2)-1)) macro
H A Darch_040_mmu.h176 #define PIE_TO_TA(e) (((uint32)(e)) & ~((1<<2)-1)) macro
/haiku-fatelf/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp454 phys_addr_t indirectAddress = PIE_TO_TA(pt[index]);
456 PIE_TO_TA(pt[index]), true);
555 phys_addr_t indirectAddress = PIE_TO_TA(pt[index]);
557 PIE_TO_TA(pt[index]));
H A DM68KPagingMethod040.cpp743 pa = PIE_TO_TA(pi[index]);
/haiku-fatelf/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 47 milliseconds