Home
last modified time | relevance | path

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

12

/linux-6.6.21/arch/hexagon/include/asm/
Dtime.h9 extern cycles_t pcycle_freq_mhz;
10 extern cycles_t thread_freq_mhz;
11 extern cycles_t sleep_clk_freq;
/linux-6.6.21/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-6.6.21/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.h8 #define DMAR_OPERATION_TIMEOUT (((cycles_t) local_cpu_data->itc_freq)*10)
/linux-6.6.21/arch/riscv/include/asm/
Dtimex.h11 typedef unsigned long cycles_t; typedef
18 static inline cycles_t get_cycles(void) in get_cycles()
51 static inline cycles_t get_cycles(void) in get_cycles()
/linux-6.6.21/arch/x86/kernel/
Dtsc_sync.c258 static cycles_t last_tsc;
259 static cycles_t max_warp;
267 static cycles_t check_tsc_warp(unsigned int timeout) in check_tsc_warp()
269 cycles_t start, now, prev, end, cur_max_warp = 0; in check_tsc_warp()
276 end = start + (cycles_t) tsc_khz * timeout; in check_tsc_warp()
437 cycles_t cur_max_warp, gbl_max_warp; in check_tsc_sync_target()
/linux-6.6.21/include/asm-generic/
Dtimex.h8 typedef unsigned long cycles_t; typedef
10 static inline cycles_t get_cycles(void) in get_cycles()
/linux-6.6.21/arch/parisc/include/asm/
Dtimex.h14 typedef unsigned long cycles_t; typedef
16 static inline cycles_t get_cycles(void) in get_cycles()
/linux-6.6.21/arch/loongarch/include/asm/
Dtimex.h15 typedef unsigned long cycles_t; typedef
19 static inline cycles_t get_cycles(void) in get_cycles()
/linux-6.6.21/arch/nios2/include/asm/
Dtimex.h8 typedef unsigned long cycles_t; typedef
10 extern cycles_t get_cycles(void);
/linux-6.6.21/arch/powerpc/include/asm/
Dtimex.h16 typedef unsigned long cycles_t; typedef
18 static inline cycles_t get_cycles(void) in get_cycles()
/linux-6.6.21/arch/arm/include/asm/
Dtimex.h12 typedef unsigned long cycles_t; typedef
13 #define get_cycles() ({ cycles_t c; read_current_timer(&c) ? 0 : c; })
/linux-6.6.21/arch/m68k/include/asm/
Dtimex.h25 typedef unsigned long cycles_t; typedef
27 static inline cycles_t get_cycles(void) in get_cycles()
/linux-6.6.21/arch/s390/include/asm/
Dtimex.h178 typedef unsigned long cycles_t; typedef
196 static inline cycles_t get_cycles(void) in get_cycles()
198 return (cycles_t) get_tod_clock() >> 2; in get_cycles()
/linux-6.6.21/arch/mips/include/asm/
Dtimex.h40 typedef unsigned int cycles_t; typedef
72 static inline cycles_t get_cycles(void) in get_cycles()
/linux-6.6.21/arch/x86/include/asm/
Dtsc.h14 typedef unsigned long long cycles_t; typedef
21 static inline cycles_t get_cycles(void) in get_cycles()
Diommu.h21 #define DMAR_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)
/linux-6.6.21/arch/arm64/lib/
Ddelay.c28 cycles_t start = get_cycles(); in __delay()
41 const cycles_t timer_evt_period = in __delay()
/linux-6.6.21/arch/hexagon/kernel/
Dtime.c33 cycles_t pcycle_freq_mhz;
34 cycles_t thread_freq_mhz;
35 cycles_t sleep_clk_freq;
/linux-6.6.21/arch/arm/mach-omap1/
Dtimer32k.c180 static cycles_t cycles;
194 cycles_t last_cycles; in omap_read_persistent_clock64()
/linux-6.6.21/arch/sparc/include/asm/
Dtimex_64.h15 typedef unsigned long cycles_t; typedef
/linux-6.6.21/arch/openrisc/include/asm/
Dtimex.h22 static inline cycles_t get_cycles(void) in get_cycles()
/linux-6.6.21/drivers/misc/sgi-gru/
Dgruhandles.c16 #define GRU_OPERATION_TIMEOUT (((cycles_t) local_cpu_data->itc_freq)*10)
21 #define GRU_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)
/linux-6.6.21/arch/nios2/lib/
Ddelay.c13 cycles_t start = get_cycles(); in __delay()
/linux-6.6.21/arch/openrisc/lib/
Ddelay.c32 cycles_t start = get_cycles(); in __delay()

12