Searched defs:MaxPhysAddr (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/nt/
H A Dalloc-r0drv-nt.cpp92 PHYSICAL_ADDRESS MaxPhysAddr; local
93 MaxPhysAddr.HighPart = 0;
94 MaxPhysAddr.LowPart = 0xffffffff;
96 void *pv = MmAllocateContiguousMemory(cb, MaxPhysAddr);
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dmemobj-r0drv-darwin.cpp439 * @param MaxPhysAddr The max address to verify the result against. Use
445 mach_vm_address_t PhysMask, uint64_t MaxPhysAddr,
472 if (fContiguous || MaxPhysAddr < UINT64_MAX)
497 MaxPhysAddr &= ~(uint64_t)PAGE_OFFSET_MASK;
505 if ( Addr > MaxPhysAddr
516 LogRel(("rtR0MemObjNativeAllocWorker: off=%x Addr=%llx AddrPrev=%llx MaxPhysAddr=%llx PhysMas=%llx fContiguous=%RTbool fOptions=%#x - buggy API!\n",
517 off, Addr, AddrPrev, MaxPhysAddr, PhysMask, fContiguous, fOptions));
443 rtR0MemObjNativeAllocWorker(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, bool fExecutable, bool fContiguous, mach_vm_address_t PhysMask, uint64_t MaxPhysAddr, RTR0MEMOBJTYPE enmType) argument

Completed in 44 milliseconds