Home
last modified time | relevance | path

Searched defs:cyc (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/kernel/time/
Dsched_clock.c91 static inline u64 notrace cyc_to_ns(u64 cyc, u32 mult, u32 shift) in cyc_to_ns()
98 u64 cyc, res; in sched_clock() local
144 u64 cyc; in update_sched_clock() local
170 u64 res, wrap, new_mask, new_epoch, cyc, ns; in sched_clock_register() local
/linux-4.1.27/arch/arm/mach-s3c24xx/
Diotiming-s3c2410.c87 static inline unsigned int to_div(unsigned int cyc, unsigned int hclk_tns) in to_div()
105 static unsigned int calc_0124(unsigned int cyc, unsigned long hclk_tns, in calc_0124()
136 int calc_tacp(unsigned int cyc, unsigned long hclk, unsigned long *v) in calc_tacp()
153 static int calc_tacc(unsigned int cyc, int nwait_en, in calc_tacc()
/linux-4.1.27/arch/arm/mach-pxa/
Dmp900.c33 int cyc = delay / 10; in isp116x_pfm_delay() local
/linux-4.1.27/tools/perf/util/
Dtsc.c17 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc) in tsc_to_perf_time()
/linux-4.1.27/arch/arm/lib/
Ddelay.c52 static inline u64 cyc_to_ns(u64 cyc, u32 mult, u32 shift) in cyc_to_ns()
/linux-4.1.27/tools/perf/tests/
Drdpmc.c35 u64 count, cyc = 0, time_offset = 0, enabled, running, delta; in mmap_read_self() local
/linux-4.1.27/arch/mn10300/proc-mn103e010/include/proc/
Ddmactl-regs.h95 u32 cyc; member
/linux-4.1.27/arch/mn10300/proc-mn2ws0050/include/proc/
Ddmactl-regs.h96 u32 cyc; member
/linux-4.1.27/arch/x86/platform/uv/
Dtlb_uv.c441 static inline unsigned long long cycles_2_ns(unsigned long long cyc) in cycles_2_ns()
458 unsigned long long cyc; in ns_2_cycles() local
466 static inline unsigned long cycles_2_us(unsigned long long cyc) in cycles_2_us()
/linux-4.1.27/drivers/dma/
Dpl330.c1117 const struct _xfer_spec *pxs, int cyc) in _ldst_memtomem()
1141 const struct _xfer_spec *pxs, int cyc) in _ldst_devtomem()
1156 const struct _xfer_spec *pxs, int cyc) in _ldst_memtodev()
1171 const struct _xfer_spec *pxs, int cyc) in _bursts()
1197 int cyc, cycmax, szlp, szlpend, szbrst, off; in _loop() local
/linux-4.1.27/arch/x86/kernel/
Dtsc.c201 static inline unsigned long long cycles_2_ns(unsigned long long cyc) in cycles_2_ns()