Home
last modified time | relevance | path

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

12

/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()
Diommu.h11 #define DMAR_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)
/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()
/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()
/arch/ia64/include/asm/
Dtimex.h16 typedef unsigned long cycles_t; typedef
33 static inline cycles_t
36 cycles_t ret; in get_cycles()
Diommu.h6 #define DMAR_OPERATION_TIMEOUT (((cycles_t) local_cpu_data->itc_freq)*10)
/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()
/arch/s390/include/asm/
Dtimex.h51 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/
Dtimex.h17 typedef unsigned long long cycles_t; typedef
19 static inline cycles_t get_cycles(void) in get_cycles()
/arch/arm/include/asm/
Dtimex.h17 typedef unsigned long cycles_t; typedef
19 static inline cycles_t get_cycles (void) in get_cycles()
/arch/m68k/include/asm/
Dtimex_mm.h11 typedef unsigned long cycles_t; typedef
13 static inline cycles_t get_cycles(void) in get_cycles()
Dtimex_no.h16 typedef unsigned long cycles_t; typedef
18 static inline cycles_t get_cycles(void) in get_cycles()
/arch/parisc/include/asm/
Dtimex.h13 typedef unsigned long cycles_t; typedef
15 static inline cycles_t get_cycles (void) in get_cycles()
/arch/um/include/asm/
Dtimex.h4 typedef unsigned long cycles_t; typedef
6 static inline cycles_t get_cycles (void) in get_cycles()
/arch/mips/include/asm/
Dtimex.h34 typedef unsigned int cycles_t; typedef
36 static inline cycles_t get_cycles(void) in get_cycles()
/arch/avr32/include/asm/
Dtimex.h30 typedef unsigned long cycles_t; typedef
32 static inline cycles_t get_cycles (void) in get_cycles()
/arch/h8300/include/asm/
Dtimex.h11 typedef unsigned long cycles_t; typedef
14 static inline cycles_t get_cycles(void) in get_cycles()
/arch/sh/include/asm/
Dtimex.h11 typedef unsigned long long cycles_t; typedef
13 static __inline__ cycles_t get_cycles (void) in get_cycles()
/arch/x86/kernel/
Dtsc_sync.c37 static __cpuinitdata cycles_t last_tsc;
38 static __cpuinitdata cycles_t max_warp;
46 cycles_t start, now, prev, end; in check_tsc_warp()
Dtlb_uv.c229 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/
Dtimex.h51 typedef unsigned long long cycles_t; typedef
57 extern cycles_t cacheflush_time;
/arch/sparc/include/asm/
Dtimex_32.h12 typedef unsigned long cycles_t; typedef
Dtimex_64.h14 typedef unsigned long cycles_t; typedef
/arch/x86/vdso/
Dvclock_gettime.c40 cycles_t (*vread)(void); in vgetns()
/arch/blackfin/mach-common/
Dcpufreq.c91 cycles_t cycles; in bfin_target()

12