Home
last modified time | relevance | path

Searched refs:smp_tsc (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/x86/x86/
H A Dtsc.c68 int smp_tsc; variable
69 SYSCTL_INT(_kern_timecounter, OID_AUTO, smp_tsc, CTLFLAG_RDTUN, &smp_tsc, 0,
449 smp_tsc = 0; in comp_smp_tsc()
504 if ((!smp_tsc && !tsc_is_invariant)) in test_tsc()
520 smp_tsc = 1; /* XXX */ in test_tsc()
523 if (!smp_tsc && adj < adj_max_count) { in test_tsc()
532 smp_tsc ? "pass" : "fail", in test_tsc()
534 if (smp_tsc && tsc_is_invariant) { in test_tsc()
/f-stack/freebsd/amd64/include/
H A Dclock.h24 extern int smp_tsc;
/f-stack/freebsd/amd64/vmm/
H A Dx86.c240 if (tsc_is_invariant && smp_tsc) in x86_emulate_cpuid()