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

/vbox/include/iprt/
H A Dmemobj.h402 RTR0MemObjEnterPhysTag((pMemObj), (Phys), (cb), (uCachePolicy), RTMEM_TAG)
417 RTR0DECL(int) RTR0MemObjEnterPhysTag(PRTR0MEMOBJ pMemObj, RTHCPHYS Phys, size_t cb, uint32_t uCachePolicy, const char *pszTag);
H A Dmangling.h1150 # define RTR0MemObjEnterPhysTag RT_MANGLER(RTR0MemObjEnterPhysTag) /* r0drv */ macro
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c141 RTR0MemObjEnterPhysTag,
H A DVBoxGuest-haiku-stubs.c181 RTR0DECL(int) RTR0MemObjEnterPhysTag(PRTR0MEMOBJ pMemObj, RTHCPHYS Phys, size_t cb, uint32_t uCachePolicy, const char *pszTag) function
/vbox/src/VBox/Runtime/r0drv/
H A Dmemobj-r0drv.cpp574 RTR0DECL(int) RTR0MemObjEnterPhysTag(PRTR0MEMOBJ pMemObj, RTHCPHYS Phys, size_t cb, uint32_t uCachePolicy, const char *pszTag) function
592 RT_EXPORT_SYMBOL(RTR0MemObjEnterPhysTag); variable
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp301 { "RTR0MemObjEnterPhysTag", (void *)RTR0MemObjEnterPhysTag },

Completed in 421 milliseconds