Home
last modified time | relevance | path

Searched refs:rdtscl (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/x86/lib/
Ddelay.c58 rdtscl(bclock); in delay_tsc()
61 rdtscl(now); in delay_tsc()
83 rdtscl(bclock); in delay_tsc()
/linux-4.1.27/drivers/staging/media/lirc/
Dlirc_serial.c449 rdtscl(start); in send_pulse_homebrew_softcarrier()
467 rdtscl(now); in send_pulse_homebrew_softcarrier()
472 rdtscl(now); in send_pulse_homebrew_softcarrier()
476 rdtscl(now); on(); in send_pulse_homebrew_softcarrier()
481 rdtscl(now); in send_pulse_homebrew_softcarrier()
/linux-4.1.27/arch/x86/kernel/cpu/
Damd.c121 rdtscl(d); in init_amd_k6()
124 rdtscl(d2); in init_amd_k6()
/linux-4.1.27/drivers/input/gameport/
Dgameport.c152 rdtscl(t1); in old_gameport_measure_speed()
154 rdtscl(t2); in old_gameport_measure_speed()
/linux-4.1.27/arch/x86/include/asm/
Dmsr.h182 #define rdtscl(low) \ macro
Dparavirt.h182 #define rdtscl(low) \ macro
/linux-4.1.27/drivers/input/joystick/
Danalog.c146 #define GET_TIME(x) do { if (cpu_has_tsc) rdtscl(x); else x = get_time_pit(); } while (0)
163 #define GET_TIME(x) rdtscl(x)
/linux-4.1.27/drivers/net/hamradio/
Dbaycom_epp.c641 rdtscl(x); \