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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/cpu/mcheck/
H A Dmce_amd.c320 struct threshold_block_cross_cpu *tbcc = _tbcc; local
321 struct threshold_block *b = tbcc->tb;
325 tbcc->retval = (high & 0xFFF) - (THRESHOLD_MAX - b->threshold_limit);
330 struct threshold_block_cross_cpu tbcc = { .tb = b, }; local
332 smp_call_function_single(b->cpu, local_error_count_handler, &tbcc, 1);
333 return sprintf(buf, "%lx\n", tbcc.retval);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/cpu/mcheck/
H A Dmce_amd.c320 struct threshold_block_cross_cpu *tbcc = _tbcc; local
321 struct threshold_block *b = tbcc->tb;
325 tbcc->retval = (high & 0xFFF) - (THRESHOLD_MAX - b->threshold_limit);
330 struct threshold_block_cross_cpu tbcc = { .tb = b, }; local
332 smp_call_function_single(b->cpu, local_error_count_handler, &tbcc, 1);
333 return sprintf(buf, "%lx\n", tbcc.retval);

Completed in 167 milliseconds