Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c387 struct threshold_block_cross_cpu *tbcc = _tbcc; in local_error_count_handler() local
388 struct threshold_block *b = tbcc->tb; in local_error_count_handler()
392 tbcc->retval = (high & 0xFFF) - (THRESHOLD_MAX - b->threshold_limit); in local_error_count_handler()
397 struct threshold_block_cross_cpu tbcc = { .tb = b, }; in show_error_count() local
399 smp_call_function_single(b->cpu, local_error_count_handler, &tbcc, 1); in show_error_count()
400 return sprintf(buf, "%lx\n", tbcc.retval); in show_error_count()