Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1921 IOOptionBits mdOpts = direction | kIOMemoryTypePhysical; in initWithPhysicalRanges() local
1924 mdOpts |= kIOMemoryAsReference; in initWithPhysicalRanges()
1927 return initWithOptions(ranges, count, 0, NULL, mdOpts, /* mapper */ NULL); in initWithPhysicalRanges()
1938 IOOptionBits mdOpts = direction; in initWithRanges() local
1941 mdOpts |= kIOMemoryAsReference; in initWithRanges()
1945 mdOpts |= kIOMemoryTypeVirtual; in initWithRanges()
1951 mdOpts |= kIOMemoryAutoPrepare; in initWithRanges()
1954 mdOpts |= kIOMemoryTypePhysical; in initWithRanges()
1957 return initWithOptions(ranges, count, 0, task, mdOpts, /* mapper */ NULL); in initWithRanges()