Searched defs:tstat_data_t_size (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c544 static size_t tstat_data_t_size; variable
807 bcopy(tcpu->tcpu_data, tstat_buffer, tstat_data_t_size);
824 bcopy(tstat_buffer, tcpu->tcpu_data, tstat_data_t_size);
1021 bcopy(data, tstat_buffer, tstat_data_t_size);
2188 bcopy(tcpu->tcpu_data, tstat_buffer, tstat_data_t_size);
2202 bcopy(tstat_buffer, tcpu->tcpu_data, tstat_data_t_size);
2527 tstat_data_t_size = sizeof (tstat_data_t) +
2532 tstat_data_pages = (tstat_data_t_size >> MMU_PAGESHIFT) + 1;
2538 * For sun4v, the tstat_data_t_size reflect the tstat_buffer
2544 ASSERT((tstat_data_t_size
[all...]

Completed in 51 milliseconds