Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIODMACommand.cpp173 .fNumAddressBits = (uint8_t)fNumAddressBits, in cloneCommand()
234 .fNumAddressBits = numAddressBits, in initWithSpecification()
300 fNumAddressBits = numAddressBits; in setSpecification()
434 …fInternalState->fCheckAddressing = (fNumAddressBits && (highPage >= (1UL << (fNumAddressBits - PAG… in setMemoryDescriptor()
509 …if (target->fNumAddressBits && (target->fNumAddressBits < 64) && (state->fLocalMapperAllocValid ||… in segmentOp()
510 maxPhys = (1ULL << target->fNumAddressBits); in segmentOp()
759 return (UInt8) fNumAddressBits; in getNumAddressBits()
916 mapArgs.fMapSpec.numAddressBits = fNumAddressBits ? ((UInt8) fNumAddressBits) : 64; in prepare()
1332 if (fNumAddressBits && (fNumAddressBits < 64)) { in genIOVMSegments()
1333 maxPhys = (1ULL << fNumAddressBits); in genIOVMSegments()
[all …]
H A DIOUserServer.cpp990 if (os_convert_overflow(specification->maxAddressBits, &segmentOptions.fNumAddressBits)) { in Create_Impl()
/xnu-11215/iokit/IOKit/
H A DIODMACommand.h109 uint8_t fNumAddressBits; member
593 UInt32 fNumAddressBits; variable
/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp173 .fNumAddressBits = 64, in IODMACommandForceDoubleBufferTest()
259 .fNumAddressBits = 64, in IODMACommandLocalMappedNonContig()
347 .fNumAddressBits = 64, in IOMemoryRemoteTest()
826 .fNumAddressBits = 64, in IOMemoryDescriptorTest()