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

/freebsd-10.0-release/sys/i386/isa/
H A Dprof_machdep.c52 #define CPUTIME_CLOCK_I8254_SHIFT 7 macro
217 count = ((high << 8) | low) << CPUTIME_CLOCK_I8254_SHIFT;
231 return (delta + (i8254_max_count << CPUTIME_CLOCK_I8254_SHIFT));
303 gp->profrate = i8254_freq << CPUTIME_CLOCK_I8254_SHIFT;
333 gp->profrate = i8254_freq << CPUTIME_CLOCK_I8254_SHIFT;
/freebsd-10.0-release/sys/amd64/amd64/
H A Dprof_machdep.c56 #define CPUTIME_CLOCK_I8254_SHIFT 7 macro
242 count = ((high << 8) | low) << CPUTIME_CLOCK_I8254_SHIFT;
256 return (delta + (i8254_max_count << CPUTIME_CLOCK_I8254_SHIFT));
327 gp->profrate = i8254_freq << CPUTIME_CLOCK_I8254_SHIFT;

Completed in 119 milliseconds