Searched refs:CPUTIME_CLOCK_I8254_SHIFT (Results 1 – 2 of 2) sorted by relevance
50 #define CPUTIME_CLOCK_I8254_SHIFT 7 macro231 count = ((high << 8) | low) << CPUTIME_CLOCK_I8254_SHIFT; in cputime()245 return (delta + (i8254_max_count << CPUTIME_CLOCK_I8254_SHIFT)); in cputime()292 gp->profrate = i8254_freq << CPUTIME_CLOCK_I8254_SHIFT;
54 #define CPUTIME_CLOCK_I8254_SHIFT 7 macro243 count = ((high << 8) | low) << CPUTIME_CLOCK_I8254_SHIFT; in cputime()257 return (delta + (i8254_max_count << CPUTIME_CLOCK_I8254_SHIFT)); in cputime()331 gp->profrate = i8254_freq << CPUTIME_CLOCK_I8254_SHIFT;361 gp->profrate = i8254_freq << CPUTIME_CLOCK_I8254_SHIFT;