Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/
H A DIOLib.cpp459 mach_vm_address_t recalAlignedStart = 0; in IOMallocAlignedHdrCorruptionPanic() local
466 &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() local
501 &recalAlignedStart) || in IOMallocAlignedGetAddress()
502 (((recalAlignedStart &= ~alignMask) != alignedStart) && in IOMallocAlignedGetAddress()
503 (round_page(recalAlignedStart) != alignedStart)) || in IOMallocAlignedGetAddress()