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

/haiku/headers/private/kernel/arch/m68k/
H A Darch_040_mmu.h153 #define PRE_TO_PA(e) (((uint32)(e)) & ~((1<<12)-1)) macro
H A Darch_030_mmu.h174 #define PRE_TO_PA(e) ((*(uint32 *)(&(e))) & ~((1<<12)-1)) macro
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp576 err = get_physical_page_tmap_internal(PRE_TO_PA(pr[rindex]),
672 status = get_physical_page_tmap_internal(PRE_TO_PA(pr[index]),
799 status = get_physical_page_tmap_internal(PRE_TO_PA(pr[index]),
894 status = get_physical_page_tmap_internal(PRE_TO_PA(pr[index]),
966 status = get_physical_page_tmap_internal(PRE_TO_PA(pr[index]),
1382 physicalPageDir = PRE_TO_PA(sKernelVirtualPageRoot[index]);
1408 physicalPageDir = PRE_TO_PA(sKernelVirtualPageRoot[index]);
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp276 PRE_TO_PA(pr[rindex]));
374 PRE_TO_PA(pr[index]));

Completed in 112 milliseconds