Home
last modified time | relevance | path

Searched refs:cycles_t (Results 1 – 25 of 51) sorted by relevance

123

/Linux-v4.19/arch/hexagon/include/asm/
Dtime.h22 extern cycles_t pcycle_freq_mhz;
23 extern cycles_t thread_freq_mhz;
24 extern cycles_t sleep_clk_freq;
/Linux-v4.19/arch/alpha/include/asm/
Dtimex.h23 typedef unsigned int cycles_t; typedef
25 static inline cycles_t get_cycles (void) in get_cycles()
27 cycles_t ret; in get_cycles()
/Linux-v4.19/arch/c6x/include/asm/
Dtimex.h19 typedef unsigned long long cycles_t; typedef
21 static inline cycles_t get_cycles(void) in get_cycles()
30 return ((cycles_t)h << 32) | l; in get_cycles()
/Linux-v4.19/arch/ia64/include/asm/
Dtimex.h17 typedef unsigned long cycles_t; typedef
34 static inline cycles_t
37 cycles_t ret; in get_cycles()
Diommu.h6 #define DMAR_OPERATION_TIMEOUT (((cycles_t) local_cpu_data->itc_freq)*10)
/Linux-v4.19/arch/powerpc/include/asm/
Dtimex.h16 typedef unsigned long cycles_t; typedef
18 static inline cycles_t get_cycles(void) in get_cycles()
23 cycles_t ret; in get_cycles()
/Linux-v4.19/arch/riscv/include/asm/
Dtimex.h19 typedef unsigned long cycles_t; typedef
21 static inline cycles_t get_cycles_inline(void) in get_cycles_inline()
23 cycles_t n; in get_cycles_inline()
/Linux-v4.19/arch/x86/kernel/
Dtsc_sync.c217 static cycles_t last_tsc;
218 static cycles_t max_warp;
226 static cycles_t check_tsc_warp(unsigned int timeout) in check_tsc_warp()
228 cycles_t start, now, prev, end, cur_max_warp = 0; in check_tsc_warp()
235 end = start + (cycles_t) tsc_khz * timeout; in check_tsc_warp()
404 cycles_t cur_max_warp, gbl_max_warp; in check_tsc_sync_target()
/Linux-v4.19/arch/nios2/include/asm/
Dtimex.h20 typedef unsigned long cycles_t; typedef
22 extern cycles_t get_cycles(void);
/Linux-v4.19/arch/um/include/asm/
Dtimex.h5 typedef unsigned long cycles_t; typedef
7 static inline cycles_t get_cycles (void) in get_cycles()
/Linux-v4.19/arch/parisc/include/asm/
Dtimex.h13 typedef unsigned long cycles_t; typedef
15 static inline cycles_t get_cycles (void) in get_cycles()
/Linux-v4.19/include/asm-generic/
Dtimex.h8 typedef unsigned long cycles_t; typedef
10 static inline cycles_t get_cycles(void) in get_cycles()
/Linux-v4.19/arch/arm/include/asm/
Dtimex.h15 typedef unsigned long cycles_t; typedef
16 #define get_cycles() ({ cycles_t c; read_current_timer(&c) ? 0 : c; })
/Linux-v4.19/arch/m68k/include/asm/
Dtimex.h25 typedef unsigned long cycles_t; typedef
27 static inline cycles_t get_cycles(void) in get_cycles()
/Linux-v4.19/arch/s390/include/asm/
Dtimex.h146 typedef unsigned long long cycles_t; typedef
175 static inline cycles_t get_cycles(void) in get_cycles()
177 return (cycles_t) get_tod_clock() >> 2; in get_cycles()
/Linux-v4.19/arch/arm64/lib/
Ddelay.c39 cycles_t start = get_cycles(); in __delay()
42 const cycles_t timer_evt_period = in __delay()
/Linux-v4.19/arch/mips/include/asm/
Dtimex.h40 typedef unsigned int cycles_t; typedef
72 static inline cycles_t get_cycles(void) in get_cycles()
/Linux-v4.19/arch/x86/include/asm/
Dtsc.h16 typedef unsigned long long cycles_t; typedef
23 static inline cycles_t get_cycles(void) in get_cycles()
Diommu.h10 #define DMAR_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)
/Linux-v4.19/arch/arm/plat-omap/
Dcounter_32k.c54 static cycles_t cycles;
60 cycles_t last_cycles; in omap_read_persistent_clock64()
/Linux-v4.19/arch/hexagon/kernel/
Dtime.c45 cycles_t pcycle_freq_mhz;
46 cycles_t thread_freq_mhz;
47 cycles_t sleep_clk_freq;
/Linux-v4.19/arch/x86/include/asm/uv/
Duv_bau.h642 cycles_t send_message;
643 cycles_t period_end;
644 cycles_t period_time;
658 cycles_t disabled_period;
/Linux-v4.19/arch/sparc/include/asm/
Dtimex_32.h13 typedef unsigned long cycles_t; typedef
Dtimex_64.h15 typedef unsigned long cycles_t; typedef
/Linux-v4.19/arch/openrisc/include/asm/
Dtimex.h26 static inline cycles_t get_cycles(void) in get_cycles()

123