| /f-stack/dpdk/lib/librte_eal/x86/include/ |
| H A D | rte_cycles.h | 33 } tsc; in rte_rdtsc() local 39 "=a" (tsc.lo_32), in rte_rdtsc() 40 "=d" (tsc.hi_32) : in rte_rdtsc() 42 return tsc.tsc_64; in rte_rdtsc() 47 "=a" (tsc.lo_32), in rte_rdtsc() 48 "=d" (tsc.hi_32)); in rte_rdtsc() 49 return tsc.tsc_64; in rte_rdtsc()
|
| /f-stack/dpdk/lib/librte_eal/arm/include/ |
| H A D | rte_cycles_64.h | 29 uint64_t tsc; in __rte_arm64_cntvct() local 31 asm volatile("mrs %0, cntvct_el0" : "=r" (tsc)); in __rte_arm64_cntvct() 32 return tsc; in __rte_arm64_cntvct() 82 uint64_t tsc; in __rte_arm64_pmccntr() local 84 asm volatile("mrs %0, pmccntr_el0" : "=r"(tsc)); in __rte_arm64_pmccntr() 85 return tsc; in __rte_arm64_pmccntr()
|
| H A D | rte_cycles_32.h | 65 unsigned tsc; 69 asm volatile("mrc p15, 0, %0, c9, c13, 0" : "=r"(tsc)); 71 final_tsc = ((uint64_t)tsc) << 6;
|
| /f-stack/freebsd/x86/x86/ |
| H A D | tsc.c | 436 uint64_t *tsc; in comp_smp_tsc() local 442 for (i = 0, tsc = arg; i < N; i++, tsc += size) in comp_smp_tsc() 446 d1 = tsc[cpu * 3 + 1] - tsc[j * 3]; in comp_smp_tsc() 447 d2 = tsc[cpu * 3 + 2] - tsc[j * 3 + 1]; in comp_smp_tsc() 458 uint64_t *tsc; in adj_smp_tsc() local 469 for (i = 0, tsc = arg; i < N; i++, tsc += size) { in adj_smp_tsc() 470 d = tsc[first * 3] - tsc[cpu * 3 + 1]; in adj_smp_tsc() 473 d = tsc[first * 3 + 1] - tsc[cpu * 3 + 2]; in adj_smp_tsc() 476 d = tsc[first * 3 + 1] - tsc[cpu * 3]; in adj_smp_tsc() 479 d = tsc[first * 3 + 2] - tsc[cpu * 3 + 1]; in adj_smp_tsc() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | kern_tslog.c | 49 uint64_t tsc; member 55 uint64_t tsc = get_cyclecount(); in tslog() local 67 timestamps[pos].tsc = tsc; in tslog() 91 (unsigned long long)timestamps[i].tsc); in sysctl_debug_tslog()
|
| H A D | sched_4bsd.c | 790 struct td_sched *ts, *tsc; in sched_fork_thread() local 800 tsc = td_get_sched(td); in sched_fork_thread() 801 ts->ts_estcpu = tsc->ts_estcpu; in sched_fork_thread() 802 ts->ts_flags |= (tsc->ts_flags & TSF_AFFINITY); in sched_fork_thread()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | imx6ul_tsc.txt | 4 - compatible: must be "fsl,imx6ul-tsc". 8 - clock-names; must be "tsc" and "adc". 24 tsc: tsc@2040000 { 25 compatible = "fsl,imx6ul-tsc"; 31 clock-names = "tsc", "adc";
|
| H A D | lpc32xx-tsc.txt | 4 - compatible: must be "nxp,lpc3220-tsc" 11 tsc@40048000 { 12 compatible = "nxp,lpc3220-tsc";
|
| H A D | ti-tsc-adc.txt | 9 - child "tsc" 10 compatible: Should be "ti,am3359-tsc". 40 - child "tsc" 77 tsc {
|
| H A D | brcm,iproc-touchscreen.txt | 9 - clocks: The clock provided by the SOC to driver the tsc 21 the tsc waits to allow the voltage to settle after
|
| H A D | fsl-mx25-tcq.txt | 28 tsc: tcq@50030400 {
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ptp.c | 44 nix_read_raw_clock(struct otx2_eth_dev *dev, uint64_t *clock, uint64_t *tsc, in nix_read_raw_clock() argument 61 if (tsc) in nix_read_raw_clock() 62 *tsc = rsp->tsc; in nix_read_raw_clock() 75 uint64_t ticks_base = 0, ticks = 0, tsc = 0, t_freq; in otx2_nix_raw_clock_tsc_conv() local 79 rc = nix_read_raw_clock(dev, &ticks_base, &tsc, false); in otx2_nix_raw_clock_tsc_conv() 87 rc = nix_read_raw_clock(dev, &ticks, &tsc, false); in otx2_nix_raw_clock_tsc_conv() 105 rc = nix_read_raw_clock(dev, &ticks, &tsc, val); in otx2_nix_raw_clock_tsc_conv() 112 dev->clk_delta = ((uint64_t)(ticks / dev->clk_freq_mult) - tsc); in otx2_nix_raw_clock_tsc_conv()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | max8925.txt | 13 - maxim,tsc-irq: there are 2 IRQ lines for max8925, one is indicated in 36 maxim,tsc-irq = <0>;
|
| H A D | fsl-imx25-tsadc.txt | 36 tsc: tcq@50030400 {
|
| /f-stack/freebsd/contrib/device-tree/Bindings/thermal/ |
| H A D | rcar-gen3-thermal.yaml | 71 tsc: thermal@e6198000 { 89 thermal-sensors = <&tsc 0>;
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | imx6ulz-14x14-evk.dts | 15 /delete-node/ &tsc;
|
| H A D | lpc32xx.dtsi | 451 tsc: tsc@40048000 { label 452 compatible = "nxp,lpc3220-tsc";
|
| H A D | imx6ul-geam.dts | 204 &tsc { 216 &tsc {
|
| H A D | mmp2-brownstone.dts | 37 maxim,tsc-irq = <0>;
|
| H A D | lpc3250-phy3250.dts | 222 &tsc {
|
| H A D | imx6ul-imx6ull-opos6uldev.dtsi | 168 &tsc {
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | prima2-clock.txt | 31 tsc 16
|
| /f-stack/dpdk/doc/guides/linux_gsg/ |
| H A D | linux_eal_parameters.rst | 31 * ``--vmware-tsc-map``
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | cpu.h | 152 D(tsc, 4)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | brcm,iproc-gpio.txt | 111 tsc {
|