Home
last modified time | relevance | path

Searched refs:allocationAddress (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOLib.cpp520 vm_offset_t allocationAddress; variable
562 kr = kmem_alloc(kernel_map, &allocationAddress,
565 allocationAddress = 0;
568 allocationAddress = (vm_address_t) kheap_alloc(kheap,
572 if (allocationAddress) {
606 vm_address_t allocationAddress; in IOFreeAligned_internal() local
626 allocationAddress = IOMallocAlignedGetAddress(hdr, in IOFreeAligned_internal()
642 kheap_free(kheap, allocationAddress, adjustedSize); in IOFreeAligned_internal()
682 vm_address_t allocationAddress; in IOKernelFreePhysical() local
731 mach_vm_address_t allocationAddress; in IOKernelAllocateWithPhysicalRestrict() local
[all …]