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

/vbox/src/VBox/Runtime/r0drv/linux/
H A Dalloc-r0drv-linux.c130 RTR0DECL(int) RTR0MemExecDonate(void *pvMemory, size_t cb) function
136 rc = RTSpinlockCreate(&g_HeapExecSpinlock, RTSPINLOCK_FLAGS_INTERRUPT_SAFE, "RTR0MemExecDonate");
148 RT_EXPORT_SYMBOL(RTR0MemExecDonate); variable
/vbox/include/iprt/
H A Dmangling.h1138 # define RTR0MemExecDonate RT_MANGLER(RTR0MemExecDonate) /* r0drv */ macro

Completed in 96 milliseconds