Changeset 26994 in vbox for trunk/src/VBox
- Timestamp:
- Mar 3, 2010 2:58:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp
r26847 r26994 498 498 * @param fAccess The desired access, a combination of RTMEM_PROT_READ 499 499 * and RTMEM_PROT_WRITE. 500 * @param R0Process The process to lock pages in. NIL_R 0PROCESS is an500 * @param R0Process The process to lock pages in. NIL_RTR0PROCESS is an 501 501 * alias for the current one. 502 502 * … … 724 724 * @param uAlignment The alignment of the reserved memory. 725 725 * Supported values are 0 (alias for PAGE_SIZE), PAGE_SIZE, _2M and _4M. 726 * @param R0Process The process to reserve the memory in. NIL_R 0PROCESS is an alias for the current one.726 * @param R0Process The process to reserve the memory in. NIL_RTR0PROCESS is an alias for the current one. 727 727 */ 728 728 RTR0DECL(int) RTR0MemObjReserveUser(PRTR0MEMOBJ pMemObj, RTR3PTR R3PtrFixed, size_t cb, size_t uAlignment, RTR0PROCESS R0Process) … … 859 859 * Supported values are 0 (alias for PAGE_SIZE), PAGE_SIZE, _2M and _4M. 860 860 * @param fProt Combination of RTMEM_PROT_* flags (except RTMEM_PROT_NONE). 861 * @param R0Process The process to map the memory into. NIL_R 0PROCESS is an alias for the current one.861 * @param R0Process The process to map the memory into. NIL_RTR0PROCESS is an alias for the current one. 862 862 */ 863 863 RTR0DECL(int) RTR0MemObjMapUser(PRTR0MEMOBJ pMemObj, RTR0MEMOBJ MemObjToMap, RTR3PTR R3PtrFixed, size_t uAlignment, unsigned fProt, RTR0PROCESS R0Process)
Note:
See TracChangeset
for help on using the changeset viewer.