Searched refs:recalAlignedStart (Results 1 – 1 of 1) sorted by relevance
459 mach_vm_address_t recalAlignedStart = 0; in IOMallocAlignedHdrCorruptionPanic() local466 &recalAlignedStart)) { in IOMallocAlignedHdrCorruptionPanic()468 "%p", alignMask, (void *)recalAlignedStart, (void *)alignedStart); in IOMallocAlignedHdrCorruptionPanic()470 if (((recalAlignedStart &= ~alignMask) != alignedStart) && in IOMallocAlignedHdrCorruptionPanic()471 (round_page(recalAlignedStart) != alignedStart)) { in IOMallocAlignedHdrCorruptionPanic()473 (void *)recalAlignedStart, (void *)alignedStart); in IOMallocAlignedHdrCorruptionPanic()490 mach_vm_address_t recalAlignedStart = 0; in IOMallocAlignedGetAddress() local501 &recalAlignedStart) || in IOMallocAlignedGetAddress()502 (((recalAlignedStart &= ~alignMask) != alignedStart) && in IOMallocAlignedGetAddress()503 (round_page(recalAlignedStart) != alignedStart)) || in IOMallocAlignedGetAddress()