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

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-os2.cpp231 const RTCCPHYS PhysMMIOBase = g_PhysMMIOBase; local
236 if ( !PhysMMIOBase
237 || PhysMMIOBase == NIL_RTCCPHYS)
250 int rc = RTR0MemObjEnterPhys(&g_MemObjMMIO, PhysMMIOBase, cb, RTMEM_CACHE_POLICY_DONT_CARE);
254 rc = RTR0MemObjEnterPhys(&g_MemObjMMIO, PhysMMIOBase, cb, RTMEM_CACHE_POLICY_DONT_CARE);
259 PhysMMIOBase, cb, rc));
296 rc = RTR0MemObjEnterPhys(&g_MemObjMMIO, PhysMMIOBase, cb, RTMEM_CACHE_POLICY_DONT_CARE);
305 PhysMMIOBase, cb, rc));
309 PhysMMIOBase, cb, rc));
320 PhysMMIOBase, c
[all...]

Completed in 60 milliseconds