Home
last modified time | relevance | path

Searched refs:cycles (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Dargs.c142 int cycles,pos; in demangle_doarg() local
143 cycles = c[1] - '0'; pos = c[2] - '1'; in demangle_doarg()
144 here.pos += cycles - 1; in demangle_doarg()
146 if(cycles <= 1 || cycles > 9 || pos < 0 || pos >= tmp.pos-1) { in demangle_doarg()
150 while(cycles--) { in demangle_doarg()
/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_entp_setup.c145 int cycles[LOGIC_TEST_WORDS] = in n2rng_logic_test() local
180 cycles[j] = i; in n2rng_logic_test()
200 i, buffer[i], cycles[i]); in n2rng_logic_test()
208 i, buffer[i], cycles[i]); in n2rng_logic_test()
/illumos-gate/usr/src/test/bhyve-tests/tests/perf/
H A Dentry_exit.c68 cycles_to_ns(uint64_t cycles) in cycles_to_ns() argument
70 return ((cycles * 1000000000.0) / cpu_freq); in cycles_to_ns()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dpanther_asm.S213 ! now delay 15 cycles so we don't have hazard when we return
260 ! now delay 15 cycles so we don't have hazard when we return
422 ! now delay 15 cycles so we don't have hazard when we return
467 ! now delay 15 cycles so we don't have hazard when we return
/illumos-gate/usr/src/man/man9p/
H A DMakefile23 no-involuntary-power-cycles.9p \
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h59 #define OHCI_BUS_CYCLE_TO_uS(cycles) (cycles * OHCI_uS_PER_BUS_CYCLE) argument
60 #define OHCI_BUS_CYCLE_TO_nS(cycles) (cycles * OHCI_nS_PER_BUS_CYCLE) argument
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_ptp_api.h53 struct ecore_ptt *p_ptt, u64 *cycles);
H A Drelease.txt2277 9. Problem: AH PCIE debug bus sampling rate is two clock cycles instead of
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_ani.c712 static uint32_t cycles, rx_clear, rx_frame, tx_frame; in ath9k_hw_GetMibCycleCountsPct() local
720 if (cycles == 0 || cycles > cc) { in ath9k_hw_GetMibCycleCountsPct()
726 uint32_t cc_d = cc - cycles; in ath9k_hw_GetMibCycleCountsPct()
740 cycles = cc; in ath9k_hw_GetMibCycleCountsPct()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbe.h44 long long cycles; /* Total time spend executing this instruction */ member
H A Dvdbeaux.c649 p->aOp[i].cycles = 0; in sqliteVdbeMakeReady()
903 p->aOp[i].cycles, in sqliteVdbeReset()
904 p->aOp[i].cnt>0 ? p->aOp[i].cycles/p->aOp[i].cnt : 0 in sqliteVdbeReset()
H A Dvdbe.c4786 pOp->cycles += elapse; in sqliteVdbeExec()
/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.c910 int cycles; local
1022 cycles = tmp & 0xffff;
1025 if (cycles == 0)
1027 else if (cycles == UINT16_MAX)
1030 frequency = (PIT_HZ + cycles / 2) / cycles;
/illumos-gate/usr/src/uts/common/io/usb/clients/usbkbm/
H A Dusbkbm.c701 int cycles; in usbkbm_ioctl() local
882 cycles = tmp & 0xffff; in usbkbm_ioctl()
885 if (cycles == 0) in usbkbm_ioctl()
887 else if (cycles == UINT16_MAX) { in usbkbm_ioctl()
890 frequency = (PIT_HZ + cycles / 2) / cycles; in usbkbm_ioctl()
/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c722 data = rec->u.cycles.extra_u32; in xdt_process_rec()
723 tsc = (((uint64_t)rec->u.cycles.cycles_hi) << 32) in xdt_process_rec()
724 | rec->u.cycles.cycles_lo; in xdt_process_rec()
1771 stamp = (((uint64_t)rec->u.cycles.cycles_hi) << 32) in xdt_get_first_rec()
1772 | rec->u.cycles.cycles_lo; in xdt_get_first_rec()
/illumos-gate/usr/src/uts/common/xen/public/
H A Dtrace.h172 } cycles; member
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man9p.inc30 file path=usr/share/man/man9p/no-involuntary-power-cycles.9p
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcmp.S131 fsrc1 %d8, %d8 ! be used for 3 cycles else we
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcmp.S127 fsrc1 %d8, %d8 ! be used for 3 cycles else we
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c771 int cycles = (newp->tm_year - oldy) / YEARSPERREPEAT; in delta_nonneg() local
772 intmax_t sec = SECSPERREPEAT, result = cycles * sec; in delta_nonneg()
773 int tmy = oldp->tm_year + cycles * YEARSPERREPEAT; in delta_nonneg()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h717 void t4_pmtx_get_stats(struct adapter *adap, u32 cnt[], u64 cycles[]);
718 void t4_pmrx_get_stats(struct adapter *adap, u32 cnt[], u64 cycles[]);
H A Dt4_hw.c6536 void t4_pmtx_get_stats(struct adapter *adap, u32 cnt[], u64 cycles[]) in t4_pmtx_get_stats() argument
6545 cycles[i] = t4_read_reg64(adap, A_PM_TX_STAT_LSB); in t4_pmtx_get_stats()
6550 cycles[i] = (((u64)data[0] << 32) | data[1]); in t4_pmtx_get_stats()
6563 void t4_pmrx_get_stats(struct adapter *adap, u32 cnt[], u64 cycles[]) in t4_pmrx_get_stats() argument
6572 cycles[i] = t4_read_reg64(adap, A_PM_RX_STAT_LSB); in t4_pmrx_get_stats()
6577 cycles[i] = (((u64)data[0] << 32) | data[1]); in t4_pmrx_get_stats()
/illumos-gate/usr/src/boot/forth/
H A Dmenu.4th795 : cycle_menuitem ( N -- N ) \ cycles through array of choices for a menuitem
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c9973 uint32_t max_count, cycles; in sata_build_lsense_page_0e() local
9995 cycles = value - worst; in sata_build_lsense_page_0e()
10033 (cycles >> (8 * (3 - i))) & 0xff; in sata_build_lsense_page_0e()
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README1033 6299525 .init order failure when processing cycles

12