Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp535 if (_task) { in memoryReferenceCreate()
582 if (_task) { in memoryReferenceCreate()
624 map = get_task_map(_task); in memoryReferenceCreate()
970 if (_task) { in memoryReferenceMap()
2015 task = orig->_task; in initWithOptions()
2109 _task = task; in initWithOptions()
2262 if (_task) { in initWithOptions()
3558 if (_task == kernel_task) { in getVirtualSegment()
3667 } else if (!_task) { in setPurgeable()
4177 curMap = get_task_map(_task); in wireVirtual()
[all …]
H A DIOBufferMemoryDescriptor.cpp837 if (_task == kernel_task) { in appendBytes()
/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h1082 task_t _task; /* task where all ranges are mapped to */ variable