Searched refs:cpu_has_tsc (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dtsc.h27 if (!cpu_has_tsc)
42 if (!cpu_has_tsc)
H A Dcpufeature.h230 #define cpu_has_tsc boot_cpu_has(X86_FEATURE_TSC) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dtsc.h27 if (!cpu_has_tsc)
42 if (!cpu_has_tsc)
H A Dcpufeature.h230 #define cpu_has_tsc boot_cpu_has(X86_FEATURE_TSC) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dtsc.c36 erroneous rdtsc usage on !cpu_has_tsc processors */
564 if (cpu_has_tsc) {
725 if (!cpu_has_tsc)
860 if (!cpu_has_tsc || tsc_unstable)
956 if (!cpu_has_tsc)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dtsc.c36 erroneous rdtsc usage on !cpu_has_tsc processors */
564 if (cpu_has_tsc) {
725 if (!cpu_has_tsc)
860 if (!cpu_has_tsc || tsc_unstable)
956 if (!cpu_has_tsc)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/apic/
H A Dapic.c520 if (cpu_has_tsc)
581 if (cpu_has_tsc) {
649 if (cpu_has_tsc) {
1160 if (cpu_has_tsc)
1232 if (cpu_has_tsc) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/apic/
H A Dapic.c520 if (cpu_has_tsc)
581 if (cpu_has_tsc) {
649 if (cpu_has_tsc) {
1160 if (cpu_has_tsc)
1232 if (cpu_has_tsc) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/joystick/
H A Danalog.c141 #define GET_TIME(x) do { if (cpu_has_tsc) rdtscl(x); else x = get_time_pit(); } while (0)
142 #define DELTA(x,y) (cpu_has_tsc ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? CLOCK_TICK_RATE / HZ : 0)))
143 #define TIME_NAME (cpu_has_tsc?"TSC":"PIT")
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/joystick/
H A Danalog.c141 #define GET_TIME(x) do { if (cpu_has_tsc) rdtscl(x); else x = get_time_pit(); } while (0)
142 #define DELTA(x,y) (cpu_has_tsc ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? CLOCK_TICK_RATE / HZ : 0)))
143 #define TIME_NAME (cpu_has_tsc?"TSC":"PIT")
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/cpu/
H A Dcommon.c1238 if (cpu_has_vme || cpu_has_tsc || cpu_has_de)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dcommon.c1238 if (cpu_has_vme || cpu_has_tsc || cpu_has_de)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/hamradio/
H A Dbaycom_epp.c628 if (cpu_has_tsc) \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/hamradio/
H A Dbaycom_epp.c628 if (cpu_has_tsc) \

Completed in 229 milliseconds