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

/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0TripleFaultHack.cpp43 static RTR0MEMOBJ g_hMemLowCore; variable
87 //rc = RTR0MemObjAllocPhys(&g_hMemLowCore, PAGE_SIZE, _1M - 1);
89 rc = RTR0MemObjEnterPhys(&g_hMemLowCore, 0x7000, PAGE_SIZE, RTMEM_CACHE_POLICY_DONT_CARE);
91 rc = RTR0MemObjMapKernel(&g_hMapLowCore, g_hMemLowCore, (void *)-1, 0, RTMEM_PROT_READ | RTMEM_PROT_WRITE);
197 RTR0MemObjFree(g_hMemLowCore, true /*fFreeMappings*/);
198 g_hMemLowCore = NIL_RTR0MEMOBJ;

Completed in 108 milliseconds