Home
last modified time | relevance | path

Searched refs:cycles_t (Results 1 – 25 of 46) sorted by relevance

12

/linux-2.6.39/arch/tile/include/asm/
Dtimex.h28 typedef unsigned long long cycles_t; typedef
31 cycles_t get_cycles(void);
33 static inline cycles_t get_cycles(void) in get_cycles()
39 cycles_t get_clock_rate(void);
42 cycles_t ns2cycles(unsigned long nsecs);
/linux-2.6.39/arch/x86/include/asm/
Dtsc.h15 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-2.6.39/arch/tile/kernel/
Dtime.c37 static cycles_t cycles_per_sec __write_once;
39 cycles_t get_clock_rate(void) in get_clock_rate()
45 cycles_t get_cycles(void) in get_cycles()
57 return (((cycles_t)high) << 32) | low; in get_cycles()
69 static cycles_t clocksource_get_cycles(struct clocksource *cs) in clocksource_get_cycles()
232 cycles_t ns2cycles(unsigned long nsecs) in ns2cycles()
/linux-2.6.39/arch/alpha/include/asm/
Dtimex.h22 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-2.6.39/arch/blackfin/include/asm/
Dtimex.h14 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-2.6.39/arch/powerpc/include/asm/
Dtimex.h15 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-2.6.39/arch/ia64/include/asm/
Dtimex.h16 typedef unsigned long cycles_t; typedef
33 static inline cycles_t
36 cycles_t ret; in get_cycles()
/linux-2.6.39/arch/s390/include/asm/
Dtimex.h74 typedef unsigned long long cycles_t; typedef
96 static inline cycles_t get_cycles(void) in get_cycles()
98 return (cycles_t) get_clock() >> 2; in get_cycles()
/linux-2.6.39/arch/cris/include/asm/
Dtimex.h17 typedef unsigned long long cycles_t; typedef
19 static inline cycles_t get_cycles(void) in get_cycles()
/linux-2.6.39/arch/arm/include/asm/
Dtimex.h17 typedef unsigned long cycles_t; typedef
19 static inline cycles_t get_cycles (void) in get_cycles()
/linux-2.6.39/arch/avr32/include/asm/
Dtimex.h30 typedef unsigned long cycles_t; typedef
32 static inline cycles_t get_cycles (void) in get_cycles()
/linux-2.6.39/arch/parisc/include/asm/
Dtimex.h13 typedef unsigned long cycles_t; typedef
15 static inline cycles_t get_cycles (void) in get_cycles()
/linux-2.6.39/arch/mips/include/asm/
Dtimex.h34 typedef unsigned int cycles_t; typedef
36 static inline cycles_t get_cycles(void) in get_cycles()
/linux-2.6.39/arch/um/include/asm/
Dtimex.h4 typedef unsigned long cycles_t; typedef
6 static inline cycles_t get_cycles (void) in get_cycles()
/linux-2.6.39/include/asm-generic/
Dtimex.h7 typedef unsigned long cycles_t; typedef
9 static inline cycles_t get_cycles(void) in get_cycles()
/linux-2.6.39/arch/h8300/include/asm/
Dtimex.h11 typedef unsigned long cycles_t; typedef
14 static inline cycles_t get_cycles(void) in get_cycles()
/linux-2.6.39/arch/m68k/include/asm/
Dtimex.h24 typedef unsigned long cycles_t; typedef
26 static inline cycles_t get_cycles(void) in get_cycles()
/linux-2.6.39/arch/frv/include/asm/
Dtimex.h9 typedef unsigned long cycles_t; typedef
11 static inline cycles_t get_cycles(void) in get_cycles()
/linux-2.6.39/arch/m32r/include/asm/
Dtimex.h19 typedef unsigned long long cycles_t; typedef
21 static __inline__ cycles_t get_cycles (void) in get_cycles()
/linux-2.6.39/arch/mn10300/unit-asb2364/include/unit/
Dtimex.h150 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-2.6.39/arch/mn10300/unit-asb2303/include/unit/
Dtimex.h141 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-2.6.39/arch/mn10300/unit-asb2305/include/unit/
Dtimex.h141 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-2.6.39/arch/x86/kernel/
Dtsc_sync.c38 static __cpuinitdata cycles_t last_tsc;
39 static __cpuinitdata cycles_t max_warp;
47 cycles_t start, now, prev, end; in check_tsc_warp()
/linux-2.6.39/arch/mn10300/include/asm/
Dtimex.h23 extern cycles_t cacheflush_time;
25 static inline cycles_t get_cycles(void) in get_cycles()
/linux-2.6.39/arch/tile/lib/
Ddelay.c32 cycles_t target = get_cycles(); in __ndelay()
41 cycles_t target = get_cycles() + cycles; in __delay()

12