Searched refs:RTR0MemObjAllocPageTag (Results 1 - 6 of 6) sorted by relevance

/vbox/include/iprt/
H A Dmemobj.h130 RTR0MemObjAllocPageTag((pMemObj), (cb), (fExecutable), RTMEM_TAG)
143 RTR0DECL(int) RTR0MemObjAllocPageTag(PRTR0MEMOBJ pMemObj, size_t cb, bool fExecutable, const char *pszTag);
H A Dmangling.h1146 # define RTR0MemObjAllocPageTag RT_MANGLER(RTR0MemObjAllocPageTag) /* r0drv */ macro
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c137 RTR0MemObjAllocPageTag,
H A DVBoxGuest-haiku-stubs.c165 RTR0DECL(int) RTR0MemObjAllocPageTag(PRTR0MEMOBJ pMemObj, size_t cb, bool fExecutable, const char *pszTag) function
/vbox/src/VBox/Runtime/r0drv/
H A Dmemobj-r0drv.cpp420 RTR0DECL(int) RTR0MemObjAllocPageTag(PRTR0MEMOBJ pMemObj, size_t cb, bool fExecutable, const char *pszTag) function
433 RT_EXPORT_SYMBOL(RTR0MemObjAllocPageTag); variable
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp297 { "RTR0MemObjAllocPageTag", (void *)RTR0MemObjAllocPageTag },

Completed in 99 milliseconds