Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dcpu.c79 static const uint8_t suspend_signature[] = {'X', 'S', 'O', 'M', 'P', 'S', 'U', 'S'}; variable
510 bcopy((const void *)suspend_signature, (void *)(IOS_STATE), IOS_STATE_SIZE); in ml_arm_sleep()
/xnu-8019.80.24/osfmk/arm64/
H A Dcpu.c161 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()