Home
last modified time | relevance | path

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

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