Home
last modified time | relevance | path

Searched refs:tsc_selector (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libsys/x86/
H A D__vdso_gettc.c152 static const struct tsc_selector_tag tsc_selector[] = { variable
216 return (tsc_selector[tsc_selector_idx(cpu_feature)].ts_rdtsc_low);
221 return (tsc_selector[tsc_selector_idx(cpu_feature)].ts_rdtsc32);
226 return (tsc_selector[tsc_selector_idx(cpu_feature)].ts_rdtsc);
/freebsd/sys/x86/linux/
H A Dlinux_vdso_gettc_x86.inc104 static const struct tsc_selector_tag tsc_selector[] = {
127 return (tsc_selector[kern_tsc_selector].ts_rdtsc_low(th));
134 return (tsc_selector[kern_tsc_selector].ts_rdtsc32());