Searched defs:s_offPmap (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dmemobj-r0drv-darwin.cpp1135 static int s_offPmap = -1; local
1136 if (RT_UNLIKELY(s_offPmap == -1))
1143 s_offPmap = (uintptr_t)p - (uintptr_t)kernel_map;
1146 AssertReturn(s_offPmap >= 0, NIL_RTHCPHYS);
1148 pmap_t Pmap = *(pmap_t *)((uintptr_t)get_task_map((task_t)pMemDarwin->Core.u.Lock.R0Process) + s_offPmap);

Completed in 43 milliseconds