/linux-3.4.99/arch/tile/include/asm/ |
D | timex.h | 28 typedef unsigned long long cycles_t; typedef 31 cycles_t get_cycles(void); 34 static inline cycles_t get_cycles(void) in get_cycles() 41 cycles_t get_clock_rate(void); 44 cycles_t ns2cycles(unsigned long nsecs);
|
/linux-3.4.99/arch/x86/include/asm/ |
D | tsc.h | 15 typedef unsigned long long cycles_t; typedef 22 static inline cycles_t get_cycles(void) in get_cycles() 35 static __always_inline cycles_t vget_cycles(void) in vget_cycles() 45 return (cycles_t)__native_read_tsc(); in vget_cycles()
|
/linux-3.4.99/arch/tile/kernel/ |
D | time.c | 38 static cycles_t cycles_per_sec __write_once; 40 cycles_t get_clock_rate(void) in get_clock_rate() 46 cycles_t get_cycles(void) in get_cycles() 58 return (((cycles_t)high) << 32) | low; in get_cycles() 71 static cycles_t clocksource_get_cycles(struct clocksource *cs) in clocksource_get_cycles() 231 cycles_t ns2cycles(unsigned long nsecs) in ns2cycles()
|
/linux-3.4.99/arch/hexagon/include/asm/ |
D | time.h | 22 extern cycles_t pcycle_freq_mhz; 23 extern cycles_t thread_freq_mhz; 24 extern cycles_t sleep_clk_freq;
|
/linux-3.4.99/arch/alpha/include/asm/ |
D | timex.h | 22 typedef unsigned int cycles_t; typedef 24 static inline cycles_t get_cycles (void) in get_cycles() 26 cycles_t ret; in get_cycles()
|
/linux-3.4.99/arch/c6x/include/asm/ |
D | timex.h | 19 typedef unsigned long long cycles_t; typedef 21 static inline cycles_t get_cycles(void) in get_cycles() 30 return ((cycles_t)h << 32) | l; in get_cycles()
|
/linux-3.4.99/arch/blackfin/include/asm/ |
D | timex.h | 14 typedef unsigned long long cycles_t; typedef 16 static inline cycles_t get_cycles(void) in get_cycles() 20 return tmp | ((cycles_t)tmp2 << 32); in get_cycles()
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | timex.h | 15 typedef unsigned long cycles_t; typedef 17 static inline cycles_t get_cycles(void) in get_cycles() 22 cycles_t ret; in get_cycles()
|
/linux-3.4.99/arch/ia64/include/asm/ |
D | timex.h | 16 typedef unsigned long cycles_t; typedef 33 static inline cycles_t 36 cycles_t ret; in get_cycles()
|
/linux-3.4.99/arch/x86/kernel/ |
D | tsc_sync.c | 38 static __cpuinitdata cycles_t last_tsc; 39 static __cpuinitdata cycles_t max_warp; 47 cycles_t start, now, prev, end; in check_tsc_warp() 56 end = start + (cycles_t) tsc_khz * timeout; in check_tsc_warp()
|
/linux-3.4.99/arch/s390/include/asm/ |
D | timex.h | 74 typedef unsigned long long cycles_t; typedef 107 static inline cycles_t get_cycles(void) in get_cycles() 109 return (cycles_t) get_clock() >> 2; in get_cycles()
|
/linux-3.4.99/arch/cris/include/asm/ |
D | timex.h | 17 typedef unsigned long long cycles_t; typedef 19 static inline cycles_t get_cycles(void) in get_cycles()
|
/linux-3.4.99/arch/arm/include/asm/ |
D | timex.h | 17 typedef unsigned long cycles_t; typedef 19 static inline cycles_t get_cycles (void) in get_cycles()
|
/linux-3.4.99/arch/avr32/include/asm/ |
D | timex.h | 30 typedef unsigned long cycles_t; typedef 32 static inline cycles_t get_cycles (void) in get_cycles()
|
/linux-3.4.99/arch/um/include/asm/ |
D | timex.h | 4 typedef unsigned long cycles_t; typedef 6 static inline cycles_t get_cycles (void) in get_cycles()
|
/linux-3.4.99/arch/parisc/include/asm/ |
D | timex.h | 12 typedef unsigned long cycles_t; typedef 14 static inline cycles_t get_cycles (void) in get_cycles()
|
/linux-3.4.99/arch/mips/include/asm/ |
D | timex.h | 34 typedef unsigned int cycles_t; typedef 36 static inline cycles_t get_cycles(void) in get_cycles()
|
/linux-3.4.99/include/asm-generic/ |
D | timex.h | 7 typedef unsigned long cycles_t; typedef 9 static inline cycles_t get_cycles(void) in get_cycles()
|
/linux-3.4.99/arch/h8300/include/asm/ |
D | timex.h | 11 typedef unsigned long cycles_t; typedef 14 static inline cycles_t get_cycles(void) in get_cycles()
|
/linux-3.4.99/arch/m68k/include/asm/ |
D | timex.h | 24 typedef unsigned long cycles_t; typedef 26 static inline cycles_t get_cycles(void) in get_cycles()
|
/linux-3.4.99/arch/frv/include/asm/ |
D | timex.h | 9 typedef unsigned long cycles_t; typedef 11 static inline cycles_t get_cycles(void) in get_cycles()
|
/linux-3.4.99/arch/m32r/include/asm/ |
D | timex.h | 19 typedef unsigned long long cycles_t; typedef 21 static __inline__ cycles_t get_cycles (void) in get_cycles()
|
/linux-3.4.99/arch/mn10300/unit-asb2364/include/unit/ |
D | timex.h | 150 typedef unsigned long cycles_t; typedef 152 static inline cycles_t read_timestamp_counter(void) in read_timestamp_counter() 154 return (cycles_t)~TMTSCBC; in read_timestamp_counter()
|
/linux-3.4.99/arch/mn10300/unit-asb2303/include/unit/ |
D | timex.h | 141 typedef unsigned long cycles_t; typedef 143 static inline cycles_t read_timestamp_counter(void) in read_timestamp_counter() 145 return (cycles_t)~TMTSCBC; in read_timestamp_counter()
|
/linux-3.4.99/arch/mn10300/unit-asb2305/include/unit/ |
D | timex.h | 141 typedef unsigned long cycles_t; typedef 143 static inline cycles_t read_timestamp_counter(void) in read_timestamp_counter() 145 return (cycles_t)~TMTSCBC; in read_timestamp_counter()
|