Lines Matching refs:uAlignment

362  * @param   uAlignment      The alignment of the reserved memory.
365 DECLHIDDEN(int) rtR0MemObjNativeAllocPhys(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, RTHCPHYS PhysHighest, size_t uAlignment);
397 * @param pvFixed Requested address. (void *)-1 means any address. This matches uAlignment if specified.
399 * @param uAlignment The alignment of the reserved memory; PAGE_SIZE, _2M or _4M.
401 DECLHIDDEN(int) rtR0MemObjNativeReserveKernel(PPRTR0MEMOBJINTERNAL ppMem, void *pvFixed, size_t cb, size_t uAlignment);
408 * @param R3PtrFixed Requested address. (RTR3PTR)-1 means any address. This matches uAlignment if specified.
410 * @param uAlignment The alignment of the reserved memory; PAGE_SIZE, _2M or _4M.
413 DECLHIDDEN(int) rtR0MemObjNativeReserveUser(PPRTR0MEMOBJINTERNAL ppMem, RTR3PTR R3PtrFixed, size_t cb, size_t uAlignment, RTR0PROCESS R0Process);
423 * @param pvFixed Requested address. (void *)-1 means any address. This matches uAlignment if specified.
424 * @param uAlignment The alignment of the reserved memory; PAGE_SIZE, _2M or _4M.
433 DECLHIDDEN(int) rtR0MemObjNativeMapKernel(PPRTR0MEMOBJINTERNAL ppMem, RTR0MEMOBJ pMemToMap, void *pvFixed, size_t uAlignment,
442 * @param R3PtrFixed Requested address. (RTR3PTR)-1 means any address. This matches uAlignment if specified.
443 * @param uAlignment The alignment of the reserved memory; PAGE_SIZE, _2M or _4M.
447 DECLHIDDEN(int) rtR0MemObjNativeMapUser(PPRTR0MEMOBJINTERNAL ppMem, PRTR0MEMOBJINTERNAL pMemToMap, RTR3PTR R3PtrFixed, size_t uAlignment, unsigned fProt, RTR0PROCESS R0Process);