Home
last modified time | relevance | path

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

/xnu-12377.1.9/iokit/Kernel/
H A DIODMACommand.cpp879 state->fLocalMapperAlloc = 0; in prepare()
1044 state->fLocalMapperAlloc = mapArgs.fAlloc; in prepare()
1092 mapArgs.fAlloc = state->fLocalMapperAlloc; in complete()
1104 state->fLocalMapperAlloc = 0; in complete()
1319 state->fMappedBase = internalState->fLocalMapperAlloc; in genIOVMSegments()
1352 state->fIOVMAddr = internalState->fLocalMapperAlloc + offset - internalState->fPreparedOffset; in genIOVMSegments()
H A DIOKitKernelInternal.h138 uint64_t fLocalMapperAlloc; member