Searched refs:__native_read_tsc (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dtsc.h45 return (cycles_t)__native_read_tsc();
H A Dstackprotector.h74 tsc = __native_read_tsc();
H A Dmsr.h121 static __always_inline unsigned long long __native_read_tsc(void) function
228 ((low) = (u32)__native_read_tsc())
231 ((val) = __native_read_tsc())
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Drtc.c196 return __native_read_tsc();
H A Dapb_timer.c744 t1 = __native_read_tsc();
750 t2 = __native_read_tsc();

Completed in 86 milliseconds