Searched refs:cycles_t (Results 1 - 25 of 38) sorted by path

12

/linux-master/arch/arm/lib/
H A Ddelay.c47 cycles_t start = get_cycles();
/linux-master/arch/hexagon/include/asm/
H A Dtime.h9 extern cycles_t pcycle_freq_mhz;
10 extern cycles_t thread_freq_mhz;
11 extern cycles_t sleep_clk_freq;
/linux-master/arch/nios2/kernel/
H A Dtime.c108 cycles_t get_cycles(void)
/linux-master/arch/nios2/lib/
H A Ddelay.c13 cycles_t start = get_cycles();
/linux-master/arch/sparc/include/asm/
H A Dtimex_64.h15 typedef unsigned long cycles_t; typedef
/linux-master/drivers/clocksource/
H A Dnumachip.c15 static cycles_t numachip2_timer_read(struct clocksource *cs)
/linux-master/include/asm-generic/
H A Dtimex.h8 typedef unsigned long cycles_t; typedef
10 static inline cycles_t get_cycles(void)
/linux-master/lib/
H A Dinterval_tree_test.c66 cycles_t time1, time2, time;
/linux-master/arch/alpha/include/asm/
H A Dtimex.h23 typedef unsigned int cycles_t; typedef
25 static inline cycles_t get_cycles (void)
27 cycles_t ret;
/linux-master/arch/arm/include/asm/
H A Dtimex.h12 typedef unsigned long cycles_t; typedef
13 #define get_cycles() ({ cycles_t c; read_current_timer(&c) ? 0 : c; })
/linux-master/arch/arm/mach-omap1/
H A Dtimer32k.c180 static cycles_t cycles;
194 cycles_t last_cycles;
/linux-master/arch/arm64/lib/
H A Ddelay.c28 cycles_t start = get_cycles();
41 const cycles_t timer_evt_period =
/linux-master/arch/hexagon/kernel/
H A Dtime.c35 cycles_t pcycle_freq_mhz;
36 cycles_t thread_freq_mhz;
37 cycles_t sleep_clk_freq;
/linux-master/arch/loongarch/include/asm/
H A Dtimex.h15 typedef unsigned long cycles_t; typedef
19 static inline cycles_t get_cycles(void)
/linux-master/arch/m68k/include/asm/
H A Dtimex.h25 typedef unsigned long cycles_t; typedef
27 static inline cycles_t get_cycles(void)
/linux-master/arch/mips/include/asm/
H A Dtimex.h40 typedef unsigned int cycles_t; typedef
72 static inline cycles_t get_cycles(void)
/linux-master/arch/nios2/include/asm/
H A Dtimex.h8 typedef unsigned long cycles_t; typedef
10 extern cycles_t get_cycles(void);
/linux-master/arch/openrisc/include/asm/
H A Dtimex.h22 static inline cycles_t get_cycles(void)
/linux-master/arch/openrisc/lib/
H A Ddelay.c32 cycles_t start = get_cycles();
/linux-master/arch/parisc/include/asm/
H A Dtimex.h14 typedef unsigned long cycles_t; typedef
16 static inline cycles_t get_cycles(void)
/linux-master/arch/powerpc/include/asm/
H A Dtimex.h16 typedef unsigned long cycles_t; typedef
18 static inline cycles_t get_cycles(void)
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dswitch.c1264 cycles_t resume_time = get_cycles();
1265 cycles_t delta_time = resume_time - csa->suspend_time;
/linux-master/arch/riscv/include/asm/
H A Dtimex.h11 typedef unsigned long cycles_t; typedef
18 static inline cycles_t get_cycles(void)
51 static inline cycles_t get_cycles(void)
/linux-master/arch/s390/include/asm/
H A Dtimex.h178 typedef unsigned long cycles_t; typedef
196 static inline cycles_t get_cycles(void)
198 return (cycles_t) get_tod_clock() >> 2;
/linux-master/arch/x86/events/intel/
H A Dcore.c5407 EVENT_ATTR_STR(cycles-t, cycles_t, "event=0x3c,in_tx=1");
5438 EVENT_PTR(cycles_t),
5476 EVENT_PTR(cycles_t),
5512 EVENT_PTR(cycles_t),

Completed in 505 milliseconds

12