Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOLib.cpp440 mach_vm_address_t alignedStart) in IOMallocAlignedSetHdr() argument
458 mach_vm_address_t alignedStart, in IOMallocAlignedHdrCorruptionPanic() argument
464 if (os_sub_overflow(alignedStart, offset, &address)) { in IOMallocAlignedHdrCorruptionPanic()
466 (void *)alignedStart); in IOMallocAlignedHdrCorruptionPanic()
474 (round_page(recalAlignedStart) != alignedStart)) { in IOMallocAlignedHdrCorruptionPanic()
476 (void *)recalAlignedStart, (void *)alignedStart); in IOMallocAlignedHdrCorruptionPanic()
480 "addr %p", (size_t)offset, (void *)alignedStart); in IOMallocAlignedHdrCorruptionPanic()
483 alignMask, (size_t)size, (void *)alignedStart); in IOMallocAlignedHdrCorruptionPanic()
489 mach_vm_address_t alignedStart, in IOMallocAlignedGetAddress() argument
502 if (os_sub_overflow(alignedStart, offset, &address) || in IOMallocAlignedGetAddress()
[all …]