Searched refs:RTR0MemObjProtect (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dalloc-r0drv-darwin.cpp84 rc = RTR0MemObjProtect(hMemObj, 0, RTR0MemObjSize(hMemObj), RTMEM_PROT_READ | RTMEM_PROT_WRITE | RTMEM_PROT_EXEC);
/vbox/include/iprt/
H A Dmemobj.h620 RTR0DECL(int) RTR0MemObjProtect(RTR0MEMOBJ hMemObj, size_t offSub, size_t cbSub, uint32_t fProt);
H A Dmangling.h1159 # define RTR0MemObjProtect RT_MANGLER(RTR0MemObjProtect) /* r0drv */ macro
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c150 RTR0MemObjProtect,
H A DVBoxGuest-haiku-stubs.c217 RTR0DECL(int) RTR0MemObjProtect(RTR0MEMOBJ hMemObj, size_t offSub, size_t cbSub, uint32_t fProt) function
/vbox/src/VBox/Runtime/r0drv/
H A Dmemobj-r0drv.cpp756 RTR0DECL(int) RTR0MemObjProtect(RTR0MEMOBJ hMemObj, size_t offSub, size_t cbSub, uint32_t fProt) function
782 RT_EXPORT_SYMBOL(RTR0MemObjProtect); variable
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp309 { "RTR0MemObjProtect", (void *)RTR0MemObjProtect },
3560 rc = RTR0MemObjProtect(hMemObjR3, offSub, cbSub, fProt);
3562 rc = RTR0MemObjProtect(hMemObjR0, offSub, cbSub, fProt);

Completed in 2697 milliseconds