Searched refs:PRE_TO_PN (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/kernel/arch/m68k/
H A Darch_040_mmu.h152 #define PRE_TO_PN(e) (((uint32)(e)) >> 12) macro
H A Darch_030_mmu.h173 #define PRE_TO_PN(e) ((*(uint32 *)(&(e))) >> 12) macro
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp76 pgdir_pn = PRE_TO_PN(pgroot_virt[i]);
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp357 pgdir_pn = PRE_TO_PN(map->arch_data->rtdir_virt[i]);

Completed in 96 milliseconds