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

/linux-master/arch/arm64/include/asm/
H A Dtimex.h14 #define get_cycles() arch_timer_read_counter() macro
/linux-master/include/asm-generic/
H A Dtimex.h10 static inline cycles_t get_cycles(void) function
/linux-master/arch/parisc/include/asm/
H A Dtimex.h16 static inline cycles_t get_cycles(void) function
20 #define get_cycles get_cycles macro
/linux-master/arch/openrisc/include/asm/
H A Dtimex.h16 #define get_cycles get_cycles macro
22 static inline cycles_t get_cycles(void) function
26 #define get_cycles get_cycles macro
/linux-master/arch/nios2/include/asm/
H A Dtimex.h11 #define get_cycles get_cycles macro
/linux-master/arch/powerpc/include/asm/
H A Dtimex.h18 static inline cycles_t get_cycles(void) function
22 #define get_cycles get_cycles macro
/linux-master/arch/arm/include/asm/
H A Dtimex.h13 #define get_cycles() ({ cycles_t c; read_current_timer(&c) ? 0 : c; }) macro
/linux-master/arch/loongarch/include/asm/
H A Dtimex.h17 #define get_cycles get_cycles macro
19 static inline cycles_t get_cycles(void) function
/linux-master/arch/sparc/include/asm/
H A Dtimex_64.h16 #define get_cycles() tick_ops->get_tick() macro
/linux-master/arch/alpha/include/asm/
H A Dtimex.h25 static inline cycles_t get_cycles (void) function
31 #define get_cycles get_cycles macro
/linux-master/arch/m68k/include/asm/
H A Dtimex.h27 static inline cycles_t get_cycles(void) function
/linux-master/arch/mips/include/asm/
H A Dtimex.h72 static inline cycles_t get_cycles(void) function
79 #define get_cycles get_cycles macro
/linux-master/arch/x86/include/asm/
H A Dtsc.h22 static inline cycles_t get_cycles(void) function
29 #define get_cycles get_cycles macro
/linux-master/arch/riscv/include/asm/
H A Dtimex.h18 static inline cycles_t get_cycles(void) function
23 static inline u32 get_cycles(void) function
27 #define get_cycles get_cycles macro
51 static inline cycles_t get_cycles(void) function
55 #define get_cycles get_cycles macro
[all...]
/linux-master/arch/nios2/kernel/
H A Dtime.c108 cycles_t get_cycles(void) function
115 EXPORT_SYMBOL(get_cycles); variable
/linux-master/tools/perf/bench/
H A Dmem-functions.c83 static u64 get_cycles(void) function
/linux-master/arch/s390/include/asm/
H A Dtimex.h196 static inline cycles_t get_cycles(void) function
200 #define get_cycles get_cycles macro

Completed in 303 milliseconds