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

/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_time.c379 * fcr = (fc << pt_tcal_fcr_shr) / cyc
381 * So cyc = (fc << pt_tcal_fcr_shr) / fcr.
392 old_cyc = (fc << pt_tcal_fcr_shr) / fcr;
432 fc += (cyc * fcr) >> pt_tcal_fcr_shr;
559 if (tsc_delta & ~(~0ull >> pt_tcal_fcr_shr))
562 fcr = (tsc_delta << pt_tcal_fcr_shr) / cyc;
597 fcr = (p1 << pt_tcal_fcr_shr) / cbr;
671 if (fc & ~(~0ull >> pt_tcal_fcr_shr))
674 fcr = (fc << pt_tcal_fcr_shr) / cyc;
708 dfc = (tcal->fcr * (cyc + 0xf00)) >> pt_tcal_fcr_shr;
[all...]
/freebsd-13-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_time.h181 pt_tcal_fcr_shr = 8 enumerator in enum:__anon5919
/freebsd-13-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 90 milliseconds