Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Kernel/
H A DIOHibernateIO.cpp2713 static uint8_t noteStore[32] __attribute__((aligned(32))); in IOHibernateSystemRestart() local
2731 if (len > sizeof(noteStore)) { in IOHibernateSystemRestart()
2732 len = sizeof(noteStore); in IOHibernateSystemRestart()
2743 bcopy(smcBytes, noteStore, len); in IOHibernateSystemRestart()
2744 element = (addr64_t) &noteStore[0]; in IOHibernateSystemRestart()