/arch/openrisc/include/asm/ |
D | timex.h | 20 #define get_cycles get_cycles macro 26 static inline cycles_t get_cycles(void) in get_cycles() function
|
/arch/arm64/include/asm/ |
D | timex.h | 25 #define get_cycles() arch_counter_get_cntvct() macro
|
/arch/sparc/include/asm/ |
D | timex_32.h | 13 #define get_cycles() (0) macro
|
D | timex_64.h | 15 #define get_cycles() tick_ops->get_tick() macro
|
/arch/cris/include/asm/ |
D | timex.h | 19 static inline cycles_t get_cycles(void) in get_cycles() function
|
/arch/arm/include/asm/ |
D | timex.h | 22 #define get_cycles() ({ cycles_t c; read_current_timer(&c) ? 0 : c; }) macro
|
/arch/mn10300/include/asm/ |
D | timex.h | 24 static inline cycles_t get_cycles(void) in get_cycles() function
|
/arch/h8300/include/asm/ |
D | timex.h | 14 static inline cycles_t get_cycles(void) in get_cycles() function
|
/arch/mips/include/asm/ |
D | timex.h | 36 static inline cycles_t get_cycles(void) in get_cycles() function
|
/arch/um/include/asm/ |
D | timex.h | 6 static inline cycles_t get_cycles (void) in get_cycles() function
|
/arch/powerpc/include/asm/ |
D | timex.h | 17 static inline cycles_t get_cycles(void) in get_cycles() function
|
/arch/parisc/include/asm/ |
D | timex.h | 14 static inline cycles_t get_cycles (void) in get_cycles() function
|
/arch/ia64/include/asm/ |
D | timex.h | 34 get_cycles (void) in get_cycles() function
|
/arch/avr32/include/asm/ |
D | timex.h | 32 static inline cycles_t get_cycles (void) in get_cycles() function
|
/arch/m68k/include/asm/ |
D | timex.h | 26 static inline cycles_t get_cycles(void) in get_cycles() function
|
/arch/alpha/include/asm/ |
D | timex.h | 24 static inline cycles_t get_cycles (void) in get_cycles() function
|
/arch/m32r/include/asm/ |
D | timex.h | 21 static __inline__ cycles_t get_cycles (void) in get_cycles() function
|
/arch/tile/include/asm/ |
D | timex.h | 34 static inline cycles_t get_cycles(void) in get_cycles() function
|
/arch/blackfin/include/asm/ |
D | timex.h | 16 static inline cycles_t get_cycles(void) in get_cycles() function
|
/arch/c6x/include/asm/ |
D | timex.h | 21 static inline cycles_t get_cycles(void) in get_cycles() function
|
/arch/frv/include/asm/ |
D | timex.h | 11 static inline cycles_t get_cycles(void) in get_cycles() function
|
/arch/x86/include/asm/ |
D | tsc.h | 22 static inline cycles_t get_cycles(void) in get_cycles() function
|
/arch/s390/include/asm/ |
D | timex.h | 98 static inline cycles_t get_cycles(void) in get_cycles() function
|
/arch/xtensa/include/asm/ |
D | timex.h | 62 #define get_cycles() (0) macro
|
/arch/tile/kernel/ |
D | time.c | 46 cycles_t get_cycles(void) in get_cycles() function
|