Searched defs:get_cycles (Results 1 - 25 of 25) sorted by relevance

/arch/arm64/include/asm/
H A Dtimex.h25 #define get_cycles() arch_counter_get_cntvct() macro
/arch/arm/include/asm/
H A Dtimex.h16 #define get_cycles() ({ cycles_t c; read_current_timer(&c) ? 0 : c; }) macro
/arch/cris/include/asm/
H A Dtimex.h19 static inline cycles_t get_cycles(void) function
/arch/mn10300/include/asm/
H A Dtimex.h24 static inline cycles_t get_cycles(void) function
/arch/openrisc/include/asm/
H A Dtimex.h20 #define get_cycles get_cycles macro
26 static inline cycles_t get_cycles(void) function
/arch/parisc/include/asm/
H A Dtimex.h14 static inline cycles_t get_cycles (void) function
/arch/powerpc/include/asm/
H A Dtimex.h17 static inline cycles_t get_cycles(void) function
/arch/sparc/include/asm/
H A Dtimex_32.h13 #define get_cycles() (0) macro
H A Dtimex_64.h15 #define get_cycles() tick_ops->get_tick() macro
/arch/um/include/asm/
H A Dtimex.h6 static inline cycles_t get_cycles (void) function
/arch/alpha/include/asm/
H A Dtimex.h24 static inline cycles_t get_cycles (void) function
/arch/avr32/include/asm/
H A Dtimex.h32 static inline cycles_t get_cycles (void) function
/arch/ia64/include/asm/
H A Dtimex.h34 get_cycles (void) function
/arch/m32r/include/asm/
H A Dtimex.h21 static __inline__ cycles_t get_cycles (void) function
/arch/m68k/include/asm/
H A Dtimex.h26 static inline cycles_t get_cycles(void) function
/arch/tile/include/asm/
H A Dtimex.h31 cycles_t get_cycles(void);
34 static inline cycles_t get_cycles(void) function
/arch/blackfin/include/asm/
H A Dtimex.h16 static inline cycles_t get_cycles(void) function
/arch/c6x/include/asm/
H A Dtimex.h21 static inline cycles_t get_cycles(void) function
/arch/frv/include/asm/
H A Dtimex.h11 static inline cycles_t get_cycles(void) function
/arch/x86/include/asm/
H A Dtsc.h22 static inline cycles_t get_cycles(void) function
/arch/mips/include/asm/
H A Dtimex.h72 static inline cycles_t get_cycles(void) function
81 * Like get_cycles - but where c0_count is not available we desperately
/arch/xtensa/include/asm/
H A Dtimex.h38 #define get_cycles() (0) macro
/arch/s390/include/asm/
H A Dtimex.h100 static inline cycles_t get_cycles(void) function
/arch/tile/kernel/vdso/
H A Dvgettimeofday.c36 #define get_cycles get_cycles_inline macro
61 return ((get_cycles() - vdso->cycle_last) & vdso->mask) * vdso->mult;
/arch/tile/kernel/
H A Dtime.c48 cycles_t get_cycles(void) function
62 EXPORT_SYMBOL(get_cycles); variable
75 return get_cycles();
219 return clocksource_cyc2ns(get_cycles(),

Completed in 407 milliseconds