Home
last modified time | relevance | path

Searched defs:get_cycles (Results 1 – 20 of 20) sorted by relevance

/Linux-v5.4/arch/openrisc/include/asm/
Dtimex.h16 #define get_cycles get_cycles macro
22 static inline cycles_t get_cycles(void) in get_cycles() function
/Linux-v5.4/arch/riscv/include/asm/
Dtimex.h13 static inline cycles_t get_cycles(void) in get_cycles() function
17 #define get_cycles get_cycles macro
/Linux-v5.4/arch/arm64/include/asm/
Dtimex.h14 #define get_cycles() arch_timer_read_counter() macro
/Linux-v5.4/arch/arm/include/asm/
Dtimex.h13 #define get_cycles() ({ cycles_t c; read_current_timer(&c) ? 0 : c; }) macro
/Linux-v5.4/arch/sparc/include/asm/
Dtimex_32.h14 #define get_cycles() (0) macro
Dtimex_64.h16 #define get_cycles() tick_ops->get_tick() macro
/Linux-v5.4/include/asm-generic/
Dtimex.h10 static inline cycles_t get_cycles(void) in get_cycles() function
/Linux-v5.4/arch/powerpc/include/asm/
Dtimex.h18 static inline cycles_t get_cycles(void) in get_cycles() function
/Linux-v5.4/arch/parisc/include/asm/
Dtimex.h15 static inline cycles_t get_cycles (void) in get_cycles() function
/Linux-v5.4/arch/um/include/asm/
Dtimex.h7 static inline cycles_t get_cycles (void) in get_cycles() function
/Linux-v5.4/arch/alpha/include/asm/
Dtimex.h25 static inline cycles_t get_cycles (void) in get_cycles() function
/Linux-v5.4/arch/ia64/include/asm/
Dtimex.h35 get_cycles (void) in get_cycles() function
/Linux-v5.4/arch/c6x/include/asm/
Dtimex.h18 static inline cycles_t get_cycles(void) in get_cycles() function
/Linux-v5.4/arch/m68k/include/asm/
Dtimex.h27 static inline cycles_t get_cycles(void) in get_cycles() function
/Linux-v5.4/arch/mips/include/asm/
Dtimex.h72 static inline cycles_t get_cycles(void) in get_cycles() function
/Linux-v5.4/arch/x86/include/asm/
Dtsc.h23 static inline cycles_t get_cycles(void) in get_cycles() function
/Linux-v5.4/arch/xtensa/include/asm/
Dtimex.h34 #define get_cycles() (0) macro
/Linux-v5.4/arch/s390/include/asm/
Dtimex.h175 static inline cycles_t get_cycles(void) in get_cycles() function
/Linux-v5.4/arch/nios2/kernel/
Dtime.c108 cycles_t get_cycles(void) in get_cycles() function
/Linux-v5.4/tools/perf/bench/
Dmem-functions.c83 static u64 get_cycles(void) in get_cycles() function