/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | timex.h | 18 static inline cycles_t get_cycles(void) in get_cycles() function 23 static inline u32 get_cycles(void) in get_cycles() function 27 #define get_cycles get_cycles macro 51 static inline cycles_t get_cycles(void) in get_cycles() function 55 #define get_cycles get_cycles macro
|
/linux-6.3-rc2/arch/openrisc/include/asm/ |
A D | timex.h | 16 #define get_cycles get_cycles macro 22 static inline cycles_t get_cycles(void) in get_cycles() function 26 #define get_cycles get_cycles macro
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | timex.h | 17 #define get_cycles get_cycles macro 19 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | timex.h | 18 static inline cycles_t get_cycles(void) in get_cycles() function 22 #define get_cycles get_cycles macro
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | timex.h | 16 static inline cycles_t get_cycles(void) in get_cycles() function 20 #define get_cycles get_cycles macro
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | timex.h | 35 get_cycles (void) in get_cycles() function 42 #define get_cycles get_cycles macro
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | timex.h | 25 static inline cycles_t get_cycles (void) in get_cycles() function 31 #define get_cycles get_cycles macro
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | timex.h | 72 static inline cycles_t get_cycles(void) in get_cycles() function 79 #define get_cycles get_cycles macro
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | tsc.h | 21 static inline cycles_t get_cycles(void) in get_cycles() function 28 #define get_cycles get_cycles macro
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | timex.h | 14 #define get_cycles() arch_timer_read_counter() macro
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | timex.h | 13 #define get_cycles() ({ cycles_t c; read_current_timer(&c) ? 0 : c; }) macro
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | timex.h | 11 #define get_cycles get_cycles macro
|
/linux-6.3-rc2/include/asm-generic/ |
A D | timex.h | 10 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | timex_64.h | 16 #define get_cycles() tick_ops->get_tick() macro
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | timex.h | 27 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | timex.h | 196 static inline cycles_t get_cycles(void) in get_cycles() function 200 #define get_cycles get_cycles macro
|
/linux-6.3-rc2/arch/nios2/kernel/ |
A D | time.c | 108 cycles_t get_cycles(void) in get_cycles() function
|
/linux-6.3-rc2/tools/perf/bench/ |
A D | mem-functions.c | 83 static u64 get_cycles(void) in get_cycles() function
|