Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIODeviceMemory.cpp39 return (IODeviceMemory *) IOMemoryDescriptor::withAddressRange( in withRange()
H A DIOUserClient.cpp4933 inputMD = IOMemoryDescriptor::withAddressRange(ool_input, ool_input_size, in is_io_connect_method_var_output()
5048 inputMD = IOMemoryDescriptor::withAddressRange(ool_input, ool_input_size, in is_io_connect_method()
5062 outputMD = IOMemoryDescriptor::withAddressRange(ool_output, *ool_output_size, in is_io_connect_method()
5164 inputMD = IOMemoryDescriptor::withAddressRange(ool_input, ool_input_size, in is_io_connect_async_method()
5178 outputMD = IOMemoryDescriptor::withAddressRange(ool_output, *ool_output_size, in is_io_connect_async_method()
H A DIOMemoryDescriptor.cpp1695withAddressRange((IOVirtualAddress) address, length, direction | kIOMemoryAutoPrepare, kernel_task… in withAddress()
1721 return IOMemoryDescriptor::withAddressRange(address, length, direction, TASK_NULL); in withPhysicalAddress()
1743 IOMemoryDescriptor::withAddressRange(mach_vm_address_t address, in withAddressRange() function in IOMemoryDescriptor
5913 mapDesc = IOMemoryDescriptor::withAddressRange( in makeMapping()
/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp99 …mds[0] = IOMemoryDescriptor::withAddressRange((mach_vm_address_t) data, 2, kIODirectionOutIn, kern… in IOMultMemoryDescriptorTest()
108 …mds[0] = IOMemoryDescriptor::withAddressRange((mach_vm_address_t) (data + page_size - 2), 4, kIODi… in IOMultMemoryDescriptorTest()
286 md = IOMemoryDescriptor::withAddressRange( in IODMACommandLocalMappedNonContig()
491 md = IOMemoryDescriptor::withAddressRange( in ZeroLengthTest()
565 md = IOMemoryDescriptor::withAddressRange(p, 0x4018, in IOMemoryMapTest()
660 …dataMD = IOMemoryDescriptor::withAddressRange((mach_vm_address_t) data, page_size, kIODirectionOut… in IOGuardPageMDTest()
/xnu-11215/iokit/bsddev/
H A DDINetBootHook.cpp306 mem = IOMemoryDescriptor::withAddressRange( in di_root_ramfile_buf()
/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h545 static OSPtr<IOMemoryDescriptor> withAddressRange(