/Linux-v4.19/arch/hexagon/include/asm/ |
D | time.h | 22 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/ |
D | timex.h | 23 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/ |
D | timex.h | 19 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/ |
D | timex.h | 17 typedef unsigned long cycles_t; typedef 34 static inline cycles_t 37 cycles_t ret; in get_cycles()
|
D | iommu.h | 6 #define DMAR_OPERATION_TIMEOUT (((cycles_t) local_cpu_data->itc_freq)*10)
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | timex.h | 16 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/ |
D | timex.h | 19 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/ |
D | tsc_sync.c | 217 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/ |
D | timex.h | 20 typedef unsigned long cycles_t; typedef 22 extern cycles_t get_cycles(void);
|
/Linux-v4.19/arch/um/include/asm/ |
D | timex.h | 5 typedef unsigned long cycles_t; typedef 7 static inline cycles_t get_cycles (void) in get_cycles()
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | timex.h | 13 typedef unsigned long cycles_t; typedef 15 static inline cycles_t get_cycles (void) in get_cycles()
|
/Linux-v4.19/include/asm-generic/ |
D | timex.h | 8 typedef unsigned long cycles_t; typedef 10 static inline cycles_t get_cycles(void) in get_cycles()
|
/Linux-v4.19/arch/arm/include/asm/ |
D | timex.h | 15 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/ |
D | timex.h | 25 typedef unsigned long cycles_t; typedef 27 static inline cycles_t get_cycles(void) in get_cycles()
|
/Linux-v4.19/arch/s390/include/asm/ |
D | timex.h | 146 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/ |
D | delay.c | 39 cycles_t start = get_cycles(); in __delay() 42 const cycles_t timer_evt_period = in __delay()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | timex.h | 40 typedef unsigned int cycles_t; typedef 72 static inline cycles_t get_cycles(void) in get_cycles()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | tsc.h | 16 typedef unsigned long long cycles_t; typedef 23 static inline cycles_t get_cycles(void) in get_cycles()
|
D | iommu.h | 10 #define DMAR_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)
|
/Linux-v4.19/arch/arm/plat-omap/ |
D | counter_32k.c | 54 static cycles_t cycles; 60 cycles_t last_cycles; in omap_read_persistent_clock64()
|
/Linux-v4.19/arch/hexagon/kernel/ |
D | time.c | 45 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/ |
D | uv_bau.h | 642 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/ |
D | timex_32.h | 13 typedef unsigned long cycles_t; typedef
|
D | timex_64.h | 15 typedef unsigned long cycles_t; typedef
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | timex.h | 26 static inline cycles_t get_cycles(void) in get_cycles()
|