HomeSort by: relevance | last modified time | path
    Searched defs:last_tb (Results 1 - 3 of 3) sorted by relevancy

  /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;
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;
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;

Completed in 69 milliseconds