Searched defs:cyc (Results  1 – 11 of 11) sorted by relevance
| /linux-4.1.27/kernel/time/ | 
| D | sched_clock.c | 91 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/ | 
| D | iotiming-s3c2410.c | 87 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/ | 
| D | mp900.c | 33 	int cyc = delay / 10;  in isp116x_pfm_delay()  local
 | 
| /linux-4.1.27/tools/perf/util/ | 
| D | tsc.c | 17 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc)  in tsc_to_perf_time()
 | 
| /linux-4.1.27/arch/arm/lib/ | 
| D | delay.c | 52 static inline u64 cyc_to_ns(u64 cyc, u32 mult, u32 shift)  in cyc_to_ns()
 | 
| /linux-4.1.27/tools/perf/tests/ | 
| D | rdpmc.c | 35 	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/ | 
| D | dmactl-regs.h | 95 	u32		cyc;  member
 | 
| /linux-4.1.27/arch/mn10300/proc-mn2ws0050/include/proc/ | 
| D | dmactl-regs.h | 96 	u32		cyc;  member
 | 
| /linux-4.1.27/arch/x86/platform/uv/ | 
| D | tlb_uv.c | 441 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/ | 
| D | pl330.c | 1117 		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/ | 
| D | tsc.c | 201 static inline unsigned long long cycles_2_ns(unsigned long long cyc)  in cycles_2_ns()
 |