Lines Matching refs:_buffer
219 _buffer = (void *) _ranges.v64->address; in initWithPhysicalMask()
328 _buffer = (void *) IOKernelAllocateWithPhysicalRestrict(kheap, in initWithPhysicalMask()
355 _buffer = (void *)(address + page_size); in initWithPhysicalMask()
360 _buffer = (void *) iopa_alloc(&gIOBMDPageAllocator, in initWithPhysicalMask()
362 if (_buffer) { in initWithPhysicalMask()
363 bzero(_buffer, capacity); in initWithPhysicalMask()
373 _buffer = IOMallocAligned_internal(kheap, capacity, alignment, in initWithPhysicalMask() local
376 _buffer = IOMalloc_internal(kheap, capacity, Z_ZERO_VM_TAG_BT_BIT); in initWithPhysicalMask()
380 if (!_buffer) { in initWithPhysicalMask()
405 volatile UInt8 * startAddr = (UInt8 *)_buffer; in initWithPhysicalMask()
406 volatile UInt8 * endAddr = (UInt8 *)_buffer + capacity; in initWithPhysicalMask()
416 _ranges.v64->address = (mach_vm_address_t) pgz_decode(_buffer, _capacity); in initWithPhysicalMask()
447 _buffer = NULL; in initWithPhysicalMask()
454 _buffer = (void *) buffer; in initWithPhysicalMask()
682 void * buffer = _buffer; in free()
856 return _buffer; in getBytesNoCopy()
878 address = (IOVirtualAddress) _buffer; in getBytesNoCopy()