Searched refs:noteStore (Results 1 – 1 of 1) sorted by relevance
2831 static uint8_t noteStore[32] __attribute__((aligned(32))); in IOHibernateSystemRestart() local2847 if (len > sizeof(noteStore)) { in IOHibernateSystemRestart()2848 len = sizeof(noteStore); in IOHibernateSystemRestart()2859 bcopy(smcBytes, noteStore, len); in IOHibernateSystemRestart()2860 element = (addr64_t) ¬eStore[0]; in IOHibernateSystemRestart()