Searched refs:smaplog_cbuf (Results 1 – 1 of 1) sorted by relevance
113 static smaplog_entry_t smaplog_cbuf[SMAPLOG_BUFFER_SIZE]; variable130 smaplog_cbuf[index].timestamp = mach_absolute_time(); in smaplog_add_entry()131 smaplog_cbuf[index].thread = thread; in smaplog_add_entry()132 smaplog_cbuf[index].cpuid = cpu_number(); in smaplog_add_entry()133 smaplog_cbuf[index].cr4 = get_cr4(); in smaplog_add_entry()134 smaplog_cbuf[index].smap_state = enabling; in smaplog_add_entry()135 smaplog_cbuf[index].copyio_active = (thread->machine.specFlags & CopyIOActive) ? 1 : 0; in smaplog_add_entry()