HomeSort by: relevance | last modified time | path
    Searched defs:tsc_setfunc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/x86/
tsc.c 175 tsc_setfunc(struct cpu_info *ci) function in typeref:typename:void
199 #define TSC_SETFUNC(fence) \
207 TSC_SETFUNC(lfence);
209 TSC_SETFUNC(mfence);
211 TSC_SETFUNC(cpuid);
tsc.c 175 tsc_setfunc(struct cpu_info *ci) function in typeref:typename:void
199 #define TSC_SETFUNC(fence) \
207 TSC_SETFUNC(lfence);
209 TSC_SETFUNC(mfence);
211 TSC_SETFUNC(cpuid);

Completed in 29 milliseconds