Searched refs:suspend_signature (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.121.3/osfmk/arm/ |
| H A D | cpu.c | 79 static const uint8_t suspend_signature[] = {'X', 'S', 'O', 'M', 'P', 'S', 'U', 'S'}; variable 517 bcopy((const void *)suspend_signature, (void *)(IOS_STATE), IOS_STATE_SIZE); in ml_arm_sleep()
|
| /xnu-8020.121.3/osfmk/arm64/ |
| H A D | cpu.c | 161 static const uint8_t __attribute__ ((aligned(8))) suspend_signature[] = {'X', 'S', 'O', 'M', 'P', '… variable 1052 bcopy((const void *)suspend_signature, (void *)sleepTokenBuffer, sizeof(SleepToken)); in ml_arm_sleep()
|