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

/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dmemobj-r0drv-darwin.cpp437 * @param PhysMask The mask for the backing memory (i.e. range). Use 0 if
445 mach_vm_address_t PhysMask, uint64_t MaxPhysAddr,
468 cbFudged, PhysMask);
475 uAlignment = 1; /* PhysMask isn't respected if higher. */
479 if (pMemDesc && !pMemDesc->initWithPhysicalMask(kernel_task, fOptions, cbFudged, uAlignment, PhysMask))
515 if (PhysMask)
517 off, Addr, AddrPrev, MaxPhysAddr, PhysMask, fContiguous, fOptions));
613 0 /* PhysMask */, UINT64_MAX, RTR0MEMOBJTYPE_PAGE);
630 0 /* PhysMask */, _4G - PAGE_SIZE, RTR0MEMOBJTYPE_LOW);
665 0 /* PhysMask*/, UINT64_MA
443 rtR0MemObjNativeAllocWorker(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, bool fExecutable, bool fContiguous, mach_vm_address_t PhysMask, uint64_t MaxPhysAddr, RTR0MEMOBJTYPE enmType) argument
668 mach_vm_address_t PhysMask = 0; local
[all...]

Completed in 46 milliseconds