Home
last modified time | relevance | path

Searched refs:get_cyclecount (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/dev/random/
H A Drandomdev.c306 timestamp = (uint32_t)get_cyclecount(); in randomdev_accumulate()
309 timestamp = (uint32_t)get_cyclecount(); in randomdev_accumulate()
313 event.he_somecounter = (uint32_t)get_cyclecount(); in randomdev_accumulate()
H A Drandom_harvestq.c456 event.he_somecounter = (uint32_t)get_cyclecount(); in random_early_prime()
563 event->he_somecounter = (uint32_t)get_cyclecount(); in random_harvest_queue_()
592 …xt.hc_entropy_fast_accumulator.buf[pos] ^= jenkins_hash(entropy, size, (uint32_t)get_cyclecount()); in random_harvest_fast_()
609 event.he_somecounter = (uint32_t)get_cyclecount(); in random_harvest_direct_()
H A Dunit_test.h57 get_cyclecount(void) in get_cyclecount() function
/freebsd/sys/kern/
H A Dkern_tslog.c56 uint64_t tsc = get_cyclecount(); in tslog()
152 uint64_t tsc = get_cyclecount(); in tslog_user()
H A Dkern_boottrace.c335 (uintmax_t)get_cyclecount(), ticks, tdname, eventname); in dotrace()
354 btp->table[idx].tsc = get_cyclecount(), in dotrace()
H A Dkern_ktr.c83 #define KTR_TIME get_cyclecount()
H A Dsubr_bus.c2601 attachtime = get_cyclecount(); in device_attach()
2639 attachentropy = (uint16_t)(get_cyclecount() - attachtime); in device_attach()
/freebsd/sys/i386/include/
H A Dcpu.h84 get_cyclecount(void) in get_cyclecount() function
/freebsd/sys/amd64/include/
H A Dcpu.h87 get_cyclecount(void) in get_cyclecount() function
/freebsd/sys/riscv/include/
H A Dcpu.h105 get_cyclecount(void) in get_cyclecount() function
/freebsd/sys/powerpc/include/
H A Dcpu.h116 get_cyclecount(void) in get_cyclecount() function
/freebsd/sys/libkern/
H A Darc4random.c116 cc = get_cyclecount(); in chacha20_randomstir()
/freebsd/sys/arm64/include/
H A Dcpu.h246 get_cyclecount(void) in get_cyclecount() function
/freebsd/sys/netinet/
H A Dsctp_os_bsd.h125 #define SCTP_GET_CYCLECOUNT get_cyclecount()
/freebsd/sys/arm/include/
H A Dcpu.h660 get_cyclecount(void) in get_cyclecount() function
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c15763 ts_val = get_cyclecount(); in rack_do_compressed_ack_processing()
15813 rdstc = get_cyclecount(); in rack_do_compressed_ack_processing()
15951 rdstc = get_cyclecount(); in rack_do_compressed_ack_processing()
15962 ts_val = get_cyclecount(); in rack_do_compressed_ack_processing()
16151 rdstc = get_cyclecount(); in rack_do_compressed_ack_processing()
16216 rdstc = get_cyclecount(); in rack_do_compressed_ack_processing()
16234 rdstc = get_cyclecount(); in rack_do_compressed_ack_processing()
16249 rdstc = get_cyclecount(); in rack_do_compressed_ack_processing()
16264 rdstc = get_cyclecount(); in rack_do_compressed_ack_processing()
16292 rdstc = get_cyclecount(); in rack_do_compressed_ack_processing()
[all …]
/freebsd/sys/dev/ocs_fc/
H A Docs_utils.c1017 tsc_value = get_cyclecount(); in ocs_queue_history_add_timestamp()
/freebsd/sys/contrib/rdma/krping/
H A Dkrping.c72 return (get_cyclecount()); in get_cycles()
/freebsd/share/man/man9/
H A DMakefile159 get_cyclecount.9 \
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c821 return (get_cyclecount()); in pmc_rdtsc()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c3115 const uint64_t cycles = get_cyclecount(); in record_eth_tx_time()