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

/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c232 * KERNELBASE - tstat_total_size
234 * tstat_total_size is the number of pages required for each trap table. It
235 * must be true that KERNELBASE - tstat_total_size is less than the maximum
238 * (maximum_branch_displacement / tstat_total_size) CPUs. The maximum branch
240 * the %tba must be 32K aligned), tstat_total_size must be at least 32K; if
552 static size_t tstat_total_size; /* tstat data size + instr size */ variable
1741 tstat_offset = tstat_total_size;
1753 tstat_offset += tstat_total_size * strand_idx;
2535 tstat_total_size = TSTAT_INSTR_SIZE + tstat_data_size;

Completed in 63 milliseconds