Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp149 uint64_t fMappedBase; member
2366 dmaUnmap(dataP->fMapper, NULL, 0, dataP->fMappedBase, dataP->fMappedLength); in free()
2367 dataP->fMappedBaseValid = dataP->fMappedBase = 0; in free()
3004 && ((dataP->fMappedBase + _length) > (1ULL << dataP->fDMAMapNumAddressBits)); in dmaCommandOperation()
3010 dataP->fMappedBase = data->fAlloc; in dmaCommandOperation()
3016 data->fAlloc = dataP->fMappedBase; in dmaCommandOperation()
3159 mappedBase = dataP->fMappedBase; in dmaCommandOperation()
4130 dataP->fMappedBaseValid = dataP->fMappedBase = 0; in wireVirtual()
4467 dataP->fMappedBase = 0; in initMemoryEntries()
4784 dmaUnmap(dataP->fMapper, NULL, 0, dataP->fMappedBase, dataP->fMappedLength); in complete()
[all …]
H A DIODMACommand.cpp1319 state->fMappedBase = internalState->fLocalMapperAlloc; in genIOVMSegments()
/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h257 UInt64 fMappedBase; // Input base of mapping member