Home | Sort by: relevance | last modified time | path |
/src/sys/arch/powerpc/booke/ | |
booke_machdep.c | 681 uint64_t last_tb = 0; local in function:dump_splhist 690 if (last_tb && from != IPL_NONE) 691 (*pr)(" (+%"PRId64")", tb - last_tb); 693 last_tb = tb; |