Searched refs:RTR0DECL (Results 26 - 40 of 40) sorted by relevance

12

/vbox/src/VBox/Runtime/r0drv/os2/
H A Dalloc-r0drv-os2.cpp73 RTR0DECL(void *) RTMemContAlloc(PRTCCPHYS pPhys, size_t cb)
99 RTR0DECL(void) RTMemContFree(void *pv, size_t cb)
H A Dinitterm-r0drv-os2.cpp95 RTR0DECL(void *) RTR0Os2Virt2Flat(RTFAR16 fp)
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Ddbgkrnlinfo-r0drv-solaris.c137 RTR0DECL(int) RTR0DbgKrnlInfoOpen(PRTDBGKRNLINFO phKrnlInfo, uint32_t fFlags)
167 RTR0DECL(uint32_t) RTR0DbgKrnlInfoRetain(RTDBGKRNLINFO hKrnlInfo) function
179 RTR0DECL(uint32_t) RTR0DbgKrnlInfoRelease(RTDBGKRNLINFO hKrnlInfo) function
200 RTR0DECL(int) RTR0DbgKrnlInfoQueryMember(RTDBGKRNLINFO hKrnlInfo, const char *pszStructure,
229 RTR0DECL(int) RTR0DbgKrnlInfoQuerySymbol(RTDBGKRNLINFO hKrnlInfo, const char *pszModule,
H A Dassert-r0drv-solaris.c64 RTR0DECL(void) RTR0AssertPanicSystem(void)
H A Dalloc-r0drv-solaris.c180 RTR0DECL(void *) RTMemContAlloc(PRTCCPHYS pPhys, size_t cb)
201 RTR0DECL(void) RTMemContFree(void *pv, size_t cb)
/vbox/include/iprt/
H A Dmem.h424 RTR0DECL(int) RTR0MemExecDonate(void *pvMemory, size_t cb) RT_NO_THROW;
519 RTR0DECL(void *) RTMemContAlloc(PRTCCPHYS pPhys, size_t cb) RT_NO_THROW;
527 RTR0DECL(void) RTMemContFree(void *pv, size_t cb) RT_NO_THROW;
539 RTR0DECL(int) RTR0MemUserCopyFrom(void *pvDst, RTR3PTR R3PtrSrc, size_t cb);
551 RTR0DECL(int) RTR0MemUserCopyTo(RTR3PTR R3PtrDst, void const *pvSrc, size_t cb);
567 RTR0DECL(bool) RTR0MemUserIsValidAddr(RTR3PTR R3Ptr);
583 RTR0DECL(bool) RTR0MemKernelIsValidAddr(void *pv);
594 RTR0DECL(bool) RTR0MemAreKrnlAndUsrDifferent(void);
608 RTR0DECL(int) RTR0MemKernelCopyFrom(void *pvDst, void const *pvSrc, size_t cb);
622 RTR0DECL(in
[all...]
H A Dprocess.h101 RTR0DECL(RTR0PROCESS) RTR0ProcHandleSelf(void);
H A Ddbg.h1560 RTR0DECL(int) RTR0DbgKrnlInfoOpen(PRTDBGKRNLINFO phKrnlInfo, uint32_t fFlags);
1568 RTR0DECL(uint32_t) RTR0DbgKrnlInfoRetain(RTDBGKRNLINFO hKrnlInfo);
1579 RTR0DECL(uint32_t) RTR0DbgKrnlInfoRelease(RTDBGKRNLINFO hKrnlInfo);
1595 RTR0DECL(int) RTR0DbgKrnlInfoQueryMember(RTDBGKRNLINFO hKrnlInfo, const char *pszStructure,
1621 RTR0DECL(int) RTR0DbgKrnlInfoQuerySymbol(RTDBGKRNLINFO hKrnlInfo, const char *pszModule,
H A Dcdefs.h1180 /** @def RTR0DECL(type)
1186 # define RTR0DECL(type) DECLHIDDEN(type) RTCALL macro
1188 # define RTR0DECL(type) DECLEXPORT(type) RTCALL macro
1191 # define RTR0DECL(type) DECLIMPORT(type) RTCALL macro
H A Dassert.h163 RTR0DECL(void) RTR0AssertPanicSystem(void);
/vbox/src/VBox/Runtime/r0drv/
H A Dmemobj-r0drv.cpp148 RTR0DECL(bool) RTR0MemObjIsMapping(RTR0MEMOBJ MemObj)
170 RTR0DECL(void *) RTR0MemObjAddress(RTR0MEMOBJ MemObj)
199 RTR0DECL(RTR3PTR) RTR0MemObjAddressR3(RTR0MEMOBJ MemObj)
238 RTR0DECL(size_t) RTR0MemObjSize(RTR0MEMOBJ MemObj)
273 RTR0DECL(RTHCPHYS) RTR0MemObjGetPagePhysAddr(RTR0MEMOBJ MemObj, size_t iPage)
317 RTR0DECL(int) RTR0MemObjFree(RTR0MEMOBJ MemObj, bool fFreeMappings)
420 RTR0DECL(int) RTR0MemObjAllocPageTag(PRTR0MEMOBJ pMemObj, size_t cb, bool fExecutable, const char *pszTag)
436 RTR0DECL(int) RTR0MemObjAllocLowTag(PRTR0MEMOBJ pMemObj, size_t cb, bool fExecutable, const char *pszTag)
452 RTR0DECL(int) RTR0MemObjAllocContTag(PRTR0MEMOBJ pMemObj, size_t cb, bool fExecutable, const char *pszTag)
468 RTR0DECL(in
[all...]
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dalloc-r0drv-darwin.cpp125 RTR0DECL(void *) RTMemContAlloc(PRTCCPHYS pPhys, size_t cb)
160 RTR0DECL(void) RTMemContFree(void *pv, size_t cb)
H A Ddbgkrnlinfo-r0drv-darwin.cpp1022 RTR0DECL(int) RTR0DbgKrnlInfoOpen(PRTDBGKRNLINFO phKrnlInfo, uint32_t fFlags)
1066 RTR0DECL(uint32_t) RTR0DbgKrnlInfoRetain(RTDBGKRNLINFO hKrnlInfo)
1078 RTR0DECL(uint32_t) RTR0DbgKrnlInfoRelease(RTDBGKRNLINFO hKrnlInfo)
1093 RTR0DECL(int) RTR0DbgKrnlInfoQueryMember(RTDBGKRNLINFO hKrnlInfo, const char *pszStructure,
1106 RTR0DECL(int) RTR0DbgKrnlInfoQuerySymbol(RTDBGKRNLINFO hKrnlInfo, const char *pszModule,
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dalloc-r0drv-freebsd.c146 RTR0DECL(void *) RTMemContAlloc(PRTCCPHYS pPhys, size_t cb)
176 RTR0DECL(void) RTMemContFree(void *pv, size_t cb)
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dalloc-r0drv-linux.c130 RTR0DECL(int) RTR0MemExecDonate(void *pvMemory, size_t cb)
381 RTR0DECL(void *) RTMemContAlloc(PRTCCPHYS pPhys, size_t cb)
451 RTR0DECL(void) RTMemContFree(void *pv, size_t cb)

Completed in 862 milliseconds

12