Searched refs:pt_tcal_fcr_shr (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_time.c373 * fcr = (fc << pt_tcal_fcr_shr) / cyc
375 * So cyc = (fc << pt_tcal_fcr_shr) / fcr.
386 old_cyc = (fc << pt_tcal_fcr_shr) / fcr;
426 fc += (cyc * fcr) >> pt_tcal_fcr_shr;
537 if (tsc_delta & ~(~0ull >> pt_tcal_fcr_shr))
540 fcr = (tsc_delta << pt_tcal_fcr_shr) / cyc;
573 fcr = (p1 << pt_tcal_fcr_shr) / cbr;
643 if (fc & ~(~0ull >> pt_tcal_fcr_shr))
646 fcr = (fc << pt_tcal_fcr_shr) / cyc;
/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_time.h178 pt_tcal_fcr_shr = 8 enumerator in enum:__anon6878
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-time.c62 pt_tcal_set_fcr(&tfix->tcal, 0x2ull << pt_tcal_fcr_shr);

Completed in 157 milliseconds