/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()
|
D | iommu.h | 11 #define DMAR_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)
|
/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()
|
/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()
|
/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()
|
D | iommu.h | 6 #define DMAR_OPERATION_TIMEOUT (((cycles_t) local_cpu_data->itc_freq)*10)
|
/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()
|
/arch/s390/include/asm/ |
D | timex.h | 51 typedef unsigned long long cycles_t; typedef 79 static inline cycles_t get_cycles(void) in get_cycles() 81 return (cycles_t) get_clock() >> 2; in get_cycles()
|
/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()
|
/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()
|
/arch/m68k/include/asm/ |
D | timex_mm.h | 11 typedef unsigned long cycles_t; typedef 13 static inline cycles_t get_cycles(void) in get_cycles()
|
D | timex_no.h | 16 typedef unsigned long cycles_t; typedef 18 static inline cycles_t get_cycles(void) in get_cycles()
|
/arch/parisc/include/asm/ |
D | timex.h | 13 typedef unsigned long cycles_t; typedef 15 static inline cycles_t get_cycles (void) in get_cycles()
|
/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()
|
/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()
|
/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()
|
/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()
|
/arch/sh/include/asm/ |
D | timex.h | 11 typedef unsigned long long cycles_t; typedef 13 static __inline__ cycles_t get_cycles (void) in get_cycles()
|
/arch/x86/kernel/ |
D | tsc_sync.c | 37 static __cpuinitdata cycles_t last_tsc; 38 static __cpuinitdata cycles_t max_warp; 46 cycles_t start, now, prev, end; in check_tsc_warp()
|
D | tlb_uv.c | 229 cycles_t time1; in uv_flush_send_and_wait() 230 cycles_t time2; in uv_flush_send_and_wait() 367 cycles_t time1; in uv_bau_message_interrupt() 368 cycles_t time2; in uv_bau_message_interrupt()
|
/arch/xtensa/include/asm/ |
D | timex.h | 51 typedef unsigned long long cycles_t; typedef 57 extern cycles_t cacheflush_time;
|
/arch/sparc/include/asm/ |
D | timex_32.h | 12 typedef unsigned long cycles_t; typedef
|
D | timex_64.h | 14 typedef unsigned long cycles_t; typedef
|
/arch/x86/vdso/ |
D | vclock_gettime.c | 40 cycles_t (*vread)(void); in vgetns()
|
/arch/blackfin/mach-common/ |
D | cpufreq.c | 91 cycles_t cycles; in bfin_target()
|