Searched refs:cycles (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dsuff-self.exp1 make: Graph cycles through suff-self.suff
H A Ddotwait.exp27 make: Graph cycles through `cycle.2.99'
28 make: Graph cycles through `cycle.2.98'
29 make: Graph cycles through `cycle.2.97'
H A Dsuff-transform-endless.exp41 make: Graph cycles through issue6.f
H A Ddotwait.mk40 # simple: no recursion, no cycles
/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_nemc.c103 11, 11, /* 12 cycles */
104 12, 12, 12, /* 15 cycles */
105 13, 13, 13, 13, 13, /* 20 cycles */
106 14, 14, 14, 14, 14, /* 25 cycles */
107 15, 15, 15, 15, 15, 15 /* 31 cycles */
114 uint32_t smcr, cycles; local
129 cycles = JZ4780_NEMC_NS_TO_TICKS(sc, val);
130 if (cycles > 15) {
132 "invalid value of %s %u (%u cycles), maximum %u cycles supporte
[all...]
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dsha256-armv4.S23 @ lute" terms is ~2250 cycles per 64-byte block or ~35 cycles per
29 @ Cortex A8 core and ~20 cycles per processed byte.
34 @ improvement on Cortex A8 core and ~15.4 cycles per processed byte.
39 @ byte in 12.5 cycles or 23% faster than integer-only code. Snapdragon
40 @ S4 does it in 12.5 cycles too, but it's 50% faster than integer-only
H A Dsha512-armv4.S23 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue
29 @ Cortex A8 core and ~40 cycles per processed byte.
34 @ improvement on Coxtex A8 core and ~38 cycles per byte.
39 @ one byte in 23.3 cycles or ~60% faster than integer-only code.
44 @ terms it's 22.6 cycles per byte, which is disappointing result.
49 @ 16 cycles.
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-tim.h122 uint64_t start_time; /**< Time the timer started in cycles */
212 const uint64_t cycles = cvmx_clock_get_count(CVMX_CLOCK_TIM); /* Get our reference time early for accuracy */ local
232 work_bucket = (((ticks_from_now * cvmx_tim.tick_cycles) + cycles - cvmx_tim.start_time)
289 delete_info->commit_cycles = cycles + (ticks_from_now - 2) * cvmx_tim.tick_cycles;
314 const uint64_t cycles = cvmx_clock_get_count(CVMX_CLOCK_TIM); local
316 if ((int64_t)(cycles - delete_info->commit_cycles) < 0)
H A Dcvmx-access.h180 * Reads a chip global cycle counter. This counts SCLK cycles since
191 * Wait for the specified number of core clock cycles
193 * @param cycles
195 CVMX_FUNCTION void cvmx_wait(uint64_t cycles);
205 * Wait for the specified number of io clock cycles
207 * @param cycles
209 CVMX_FUNCTION void cvmx_wait_io(uint64_t cycles);
H A Dcvmx-access-native.h149 cycles and do nothing */
269 cycles and do nothing */
613 * Reads a chip global cycle counter. This counts SCLK cycles since
628 * Wait for the specified number of core clock cycles
630 * @param cycles
632 static inline void cvmx_wait(uint64_t cycles) argument
634 uint64_t done = cvmx_get_cycle() + cycles;
659 * Wait for the specified number of io clock cycles
661 * @param cycles
663 static inline void cvmx_wait_io(uint64_t cycles) argument
[all...]
/freebsd-13-stable/sys/contrib/ncsw/inc/
H A Dncsw_ext.h154 #define CYCLES_TO_USEC(cycles,clk) ((cycles) / (clk))
158 #define CYCLES_TO_NSEC(cycles,clk) (((cycles) * 1000) / (clk))
162 #define CYCLES_TO_PSEC(cycles,clk) (((cycles) * 1000000) / (clk))
/freebsd-13-stable/sys/x86/x86/
H A Dpvclock.c142 uint64_t *cycles, uint8_t *flags)
149 *cycles = ti->system_time + pvclock_get_nsec_offset(ti);
141 pvclock_read_time_info(struct pvclock_vcpu_time_info *ti, uint64_t *cycles, uint8_t *flags) argument
/freebsd-13-stable/sys/dev/acpica/
H A Dacpiio.h103 uint32_t cycles; /* Cycle Count */ member in struct:acpi_bix
128 uint32_t cycles; /* Cycle Count */
/freebsd-13-stable/sys/kern/
H A Dkern_poll.c217 "Every this many cycles check registers");
233 &residual_burst, 0, "# of residual cycles in burst");
436 int i, cycles; local
460 cycles = (residual_burst < poll_each_burst) ?
462 residual_burst -= cycles;
465 pr[i].handler(pr[i].ifp, arg, cycles);
/freebsd-13-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dosapi.c590 unsigned long long cycles = get_cycles(); local
599 pCard->totalCycles[io][prev_layer] += cycles -
602 pCard->enterCycles[io][layer] = cycles;
618 unsigned long long cycles = get_cycles(); local
626 pCard->totalCycles[io][layer] += cycles - pCard->enterCycles[io][layer];
629 cycles;
/freebsd-13-stable/contrib/cortex-strings/src/arm/
H A Dmemset.S89 @ byte and takes two cycles, where an AND is four bytes but one
/freebsd-13-stable/usr.sbin/acpi/acpiconf/
H A Dacpiconf.c133 if (battio.bix.cycles != ACPI_BATT_UNKNOWN)
134 printf("Cycle Count:\t\t%d\n", battio.bix.cycles);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_irig.c261 int cycles; /* carrier cycles */ member in struct:irigunit
262 int dcycles; /* data cycles */
672 * and ten cycles in the baud. Since the PLL has aligned the
696 up->cycles <<= 1;
698 up->cycles |= 1;
699 if ((up->cycles & 0x303c0f03) == 0x300c0300) {
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dsparcv9-gf2m.pl69 srlx %o2, 32, %o1 ! 13 cycles later
H A Dbn-c64xplus.asm16 ;; Compiler-generated multiply-n-add SPLOOP runs at 12*n cycles, n
19 ;; SPLOOPs spin at ... 2*n cycles [plus epilogue].
310 ;; as little as 32 cycles...
/freebsd-13-stable/sys/contrib/ck/src/
H A Dck_hs.c551 ck_hs_gc(struct ck_hs *hs, unsigned long cycles, unsigned long seed) argument
567 if (cycles == 0) {
609 if (cycles == 0) {
618 } else if (--cycles == 0)
H A Dck_ht.c386 ck_ht_gc(struct ck_ht *ht, unsigned long cycles, unsigned long seed) argument
401 if (cycles == 0) {
470 if (cycles == 0) {
479 } else if (--cycles == 0)
/freebsd-13-stable/sys/xen/interface/
H A Dtrace.h291 uint32_t cycles_included:1; /* u.cycles or u.no_cycles? */
296 } cycles; member in union:t_rec::__anon16161
/freebsd-13-stable/contrib/ofed/libmlx4/
H A Dverbs.c105 static int mlx4_read_clock(struct ibv_context *context, uint64_t *cycles) argument
123 *cycles = (uint64_t)clockhi << 32 | (uint64_t)clocklo;
135 uint64_t cycles; local
137 err = mlx4_read_clock(context, &cycles);
140 values->raw_clock.tv_nsec = cycles;
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dcq.c323 static void mlx5_stall_cycles_poll_cq(uint64_t cycles) argument
325 while (get_cycles() < cycles)
328 static void mlx5_get_cycles(uint64_t *cycles) argument
330 *cycles = get_cycles();
336 static void mlx5_stall_cycles_poll_cq(uint64_t cycles) argument
339 static void mlx5_get_cycles(uint64_t *cycles) argument

Completed in 356 milliseconds

12