| /xnu-11215/iokit/IOKit/ |
| H A D | IODMACommand.h | 85 UInt64 fIOVMAddr, fLength; 297 UInt64 maxSegmentSize, 375 virtual UInt64 transfer( IOOptionBits transferOp, UInt64 offset, void * buffer, UInt64 length ); 387 UInt64 writeBytes(UInt64 offset, const void *bytes, UInt64 length); 397 UInt64 readBytes(UInt64 offset, void *bytes, UInt64 length); 423 UInt64 *offsetP, 445 UInt64 *offsetP, 505 virtual IOReturn getPreparedOffsetAndLength(UInt64 * offset, UInt64 * length); 567 UInt64 fMaxSegmentSize; 571 UInt64 fMaxTransferSize; [all …]
|
| H A D | IOTypes.h | 113 typedef UInt64 IOByteCount64; 116 typedef UInt64 IOPhysicalAddress64; 118 typedef UInt64 IOPhysicalLength64; 140 #define IOPhysical32( hi, lo ) ((UInt64) lo + ((UInt64)(hi) << 32))
|
| H A D | IOPMGR.h | 116 virtual void enterCPUIdle(UInt64 *newIdleTimeoutTicks) = 0; 125 virtual void exitCPUIdle(UInt64 *newIdleTimeoutTicks) = 0; 134 virtual void updateCPUIdle(UInt64 *newIdleTimeoutTicks) = 0;
|
| H A D | IOMemoryDescriptor.h | 234 UInt64 fLength; 254 UInt64 fOffset; // Input/Output offset 255 UInt64 fIOVMAddr, fLength; // Output variables 257 UInt64 fMappedBase; // Input base of mapping
|
| H A D | IOKitDebug.h | 50 UInt64 value, const char * name );
|
| H A D | IOLib.h | 507 UInt64 IOMappedRead64(IOPhysicalAddress address); 539 void IOMappedWrite64(IOPhysicalAddress address, UInt64 value);
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IODMACommand.cpp | 637 UInt64 offset; in walkAll() 1121 IODMACommand::getPreparedOffsetAndLength(UInt64 * offset, UInt64 * length) in getPreparedOffsetAndLength() 1181 UInt64 bufferOffset; 1182 UInt64 remaining; 1233 UInt64 1259 UInt64 1260 IODMACommand::readBytes(UInt64 offset, void *bytes, UInt64 length) in readBytes() 1265 UInt64 1266 IODMACommand::writeBytes(UInt64 offset, const void *bytes, UInt64 length) in writeBytes() 1284 UInt64 *offsetP, in genIOVMSegments() [all …]
|
| H A D | IOKitKernelInternal.h | 111 UInt64 fPreparedOffset; 112 UInt64 fPreparedLength; 144 UInt64 fActualByteCount;
|
| H A D | IOMapper.cpp | 331 UInt64 338 return (UInt64) ml_phys_read_double_64(addr); in IOMappedRead64() 340 return (UInt64) ml_phys_read_double((vm_offset_t) address); in IOMappedRead64() 384 IOMappedWrite64(IOPhysicalAddress address, UInt64 value) in IOMappedWrite64()
|
| H A D | IODeviceTreeSupport.cpp | 42 typedef UInt64 dtptr_t; 1165 AddLengthToCells( UInt32 numCells, UInt32 *cells, UInt64 offset) in AddLengthToCells() 1171 UInt64 sum = cells[numCells - 2] + offset; in AddLengthToCells() 1177 UInt64 sum = cells[numCells - 1] + offset; in AddLengthToCells() 1235 UInt64 offset = 0; in IODTResolveAddressCell() 1243 UInt64 len, rangeLen; in IODTResolveAddressCell() 1335 UInt64 rangeStart = CellsValue(addressCells, range + childAddressCells); in IODTResolveAddressCell() 1336 UInt64 lookRangeStart = CellsValue(addressCells, lookRange + childAddressCells); in IODTResolveAddressCell()
|
| H A D | IOWorkloadConfig.cpp | 315 UInt64 criticalityOffset64 = cOffset->unsigned64BitValue(); in parseCriticalityOffset()
|
| H A D | IOPolledInterface.cpp | 334 UInt64 actualByteCount) in IOPolledIOComplete()
|
| H A D | IOService.cpp | 726 static UInt64 730 UInt64 debugFlags; in getDebugFlags() 743 static UInt64 748 UInt64 debugFlags; in getDebugFlags() 4956 UInt64 nano; in startCandidate()
|
| H A D | IOKitDebug.cpp | 180 UInt64 value, const char * name ) in updateOffset()
|
| H A D | IONVRAM.cpp | 1486 UInt64 delta_ns; in safeToSync()
|
| H A D | IOUserClient.cpp | 78 #define REF64(x) ((io_user_reference_t)((UInt64)(x))) 3648 UInt64 offsetBytes; in is_io_registry_entry_get_property_bytes() 3689 (((UInt32) bytes) + (sizeof(UInt64) - len)); in is_io_registry_entry_get_property_bytes()
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOTypes.h | 113 typedef UInt64 IOByteCount64; 116 typedef UInt64 IOPhysicalAddress64; 118 typedef UInt64 IOPhysicalLength64; 140 #define IOPhysical32( hi, lo ) ((UInt64) lo + ((UInt64)(hi) << 32))
|
| /xnu-11215/libkern/gen/ |
| H A D | OSAtomicOperations.c | 78 OSCompareAndSwap64(UInt64 oldValue, UInt64 newValue, volatile UInt64 *address) in OSCompareAndSwap64() 85 _Atomic UInt64 *aligned_addr = (_Atomic UInt64 *)(uintptr_t)address; in OSCompareAndSwap64() 87 ALIGN_TEST(address, UInt64); in OSCompareAndSwap64()
|
| /xnu-11215/libkern/libkern/ |
| H A D | OSAtomic.h | 82 UInt64 oldValue, 83 UInt64 newValue, 84 volatile UInt64 * address); 86 (OSCompareAndSwap64(a, b, __SAFE_CAST_PTR(volatile UInt64*,c)))
|
| H A D | OSTypes.h | 50 typedef unsigned long long UInt64; typedef 79 typedef UInt64 AbsoluteTime;
|
| /xnu-11215/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 182 UInt64 dmaOffset; in IODMACommandForceDoubleBufferTest() 268 UInt64 dmaOffset; in IODMACommandLocalMappedNonContig() 269 UInt64 segPhys; in IODMACommandLocalMappedNonContig() 356 UInt64 dmaOffset; in IOMemoryRemoteTest() 868 UInt64 offset; in IOMemoryDescriptorTest() 942 UInt64 offset; in IOMemoryDescriptorTest()
|
| H A D | Tests.cpp | 1348 …aredDataQueue> sd = IOSharedDataQueue::withCapacity(DATA_QUEUE_ENTRY_HEADER_SIZE + sizeof(UInt64)); in IOSharedDataQueue_44636964() 1349 UInt64 data = 0x11223344aa55aa55; in IOSharedDataQueue_44636964() 1353 sd->enqueue(&data, sizeof(UInt64)); in IOSharedDataQueue_44636964()
|
| /xnu-11215/bsd/kern/ |
| H A D | decmpfs.c | 439 if (OSCompareAndSwap64(old, size, (UInt64*)&cp->uncompressed_size)) { 452 if (OSCompareAndSwap64(old, nchildren, (UInt64*)&cp->nchildren)) { 465 if (OSCompareAndSwap64(old, total_sz, (UInt64*)&cp->total_size)) { 484 if (OSCompareAndSwap64(old, flags, (UInt64*)&cp->decompression_flags)) {
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_compressor.c | 4673 …if (OSCompareAndSwap64((UInt64)o_sv_he.he_record, (UInt64)n_sv_he.he_record, (UInt64 *) &c_segment… in c_segment_sv_hash_drop_ref() 4706 …if (OSCompareAndSwap64((UInt64)o_sv_he.he_record, (UInt64)n_sv_he.he_record, (UInt64 *) &c_segment… in c_segment_sv_hash_insert()
|
| /xnu-11215/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 337 zero = OSNumber::withNumber((UInt64) 0, 32); in IORegisterNetworkInterface()
|