Lines Matching refs:mach_vm_address_t
436 mach_vm_address_t allocationStart, in IOMallocAlignedSetHdr()
437 mach_vm_address_t alignedStart) in IOMallocAlignedSetHdr()
455 mach_vm_address_t alignedStart, in IOMallocAlignedHdrCorruptionPanic()
458 mach_vm_address_t address = 0; in IOMallocAlignedHdrCorruptionPanic()
459 mach_vm_address_t recalAlignedStart = 0; in IOMallocAlignedHdrCorruptionPanic()
483 static __header_always_inline mach_vm_address_t
486 mach_vm_address_t alignedStart, in IOMallocAlignedGetAddress()
489 mach_vm_address_t address = 0; in IOMallocAlignedGetAddress()
490 mach_vm_address_t recalAlignedStart = 0; in IOMallocAlignedGetAddress()
624 (mach_vm_address_t)address, &adjustedSize); in IOFreeAligned_internal()
676 mach_vm_address_t address, in IOKernelFreePhysical()
718 mach_vm_address_t
722 mach_vm_address_t maxPhys, in IOKernelAllocateWithPhysicalRestrict()
727 mach_vm_address_t address; in IOKernelAllocateWithPhysicalRestrict()
728 mach_vm_address_t allocationAddress; in IOKernelAllocateWithPhysicalRestrict()
730 mach_vm_address_t alignMask; in IOKernelAllocateWithPhysicalRestrict()
763 if (maxPhys >= (mach_vm_address_t)(gPhysBase + gPhysSize)) { in IOKernelAllocateWithPhysicalRestrict()
799 allocationAddress = (mach_vm_address_t) kheap_alloc(kheap, in IOKernelAllocateWithPhysicalRestrict()
841 mach_vm_address_t virtualAddr;
851 mach_vm_address_t address = 0; in IOMallocContiguous()
867 mach_vm_address_t physicalMask; in IOMallocContiguous()
885 entry->virtualAddr = (mach_vm_address_t) bmd->getBytesNoCopy(); in IOMallocContiguous()
892 address = (mach_vm_address_t) entry->virtualAddr; in IOMallocContiguous()
906 mach_vm_address_t address = (mach_vm_address_t) _address; in IOFreeContiguous()
931 IOKernelFreePhysical(KHEAP_DEFAULT, (mach_vm_address_t) address, size); in IOFreeContiguous()