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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dbugs.h177 if (!cpu_has_tsc)
H A Dprocessor.h87 #define cpu_has_tsc (test_bit(X86_FEATURE_TSC, boot_cpu_data.x86_capability)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dbugs.h177 if (!cpu_has_tsc)
H A Dprocessor.h87 #define cpu_has_tsc (test_bit(X86_FEATURE_TSC, boot_cpu_data.x86_capability)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dapic.c874 if (cpu_has_tsc)
885 if (cpu_has_tsc)
898 if (cpu_has_tsc)
H A Dsmpboot.c446 if (cpu_has_tsc)
1217 if (cpu_has_tsc && cpucount)
H A Dtime.c673 if (cpu_has_tsc) {
H A Dsetup.c2913 if (cpu_has_vme || cpu_has_tsc || cpu_has_de)
2916 if (tsc_disable && cpu_has_tsc) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dsmpboot.c416 if (cpu_has_tsc)
1001 if (cpu_has_tsc && cpucount)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/soundmodem/
H A Dsm.h273 if (cpu_has_tsc) { \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dprocessor.h81 #define cpu_has_tsc 1 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dprocessor.h81 #define cpu_has_tsc 1 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/joystick/
H A Danalog.c140 #define GET_TIME(x) do { if (cpu_has_tsc) rdtscl(x); else { outb(0, 0x43); x = inb(0x40); x |= inb(0x40) << 8; } } while (0)
141 #define DELTA(x,y) (cpu_has_tsc?((y)-(x)):((x)-(y)+((x)<(y)?1193180L/HZ:0)))
142 #define TIME_NAME (cpu_has_tsc?"TSC":"PIT")
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/
H A Dbaycom_epp.c800 if (cpu_has_tsc) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Drandom.c709 if (cpu_has_tsc) {

Completed in 158 milliseconds