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

/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dmemuserkernel-r0drv-darwin.cpp62 RTR0DECL(bool) RTR0MemUserIsValidAddr(RTR3PTR R3Ptr) function
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dmemuserkernel-r0drv-linux.c56 RTR0DECL(bool) RTR0MemUserIsValidAddr(RTR3PTR R3Ptr)
60 RT_EXPORT_SYMBOL(RTR0MemUserIsValidAddr); variable
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dmemuserkernel-r0drv-nt.cpp67 RTR0DECL(bool) RTR0MemUserIsValidAddr(RTR3PTR R3Ptr) function
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dmemuserkernel-r0drv-os2.cpp55 RTR0DECL(bool) RTR0MemUserIsValidAddr(RTR3PTR R3Ptr) function
67 /** @todo this is all wrong, see RTR0MemUserIsValidAddr. */
74 /** @todo this is all wrong, see RTR0MemUserIsValidAddr. */
/vbox/include/iprt/
H A Dmangling.h1165 # define RTR0MemUserIsValidAddr RT_MANGLER(RTR0MemUserIsValidAddr) /* r0drv */ macro

Completed in 100 milliseconds