Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/random/
H A Drandomdev.c307 timestamp = (uint32_t)get_cyclecount(); in randomdev_accumulate()
310 timestamp = (uint32_t)get_cyclecount(); in randomdev_accumulate()
314 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-14.2/sys/kern/
H A Dkern_tslog.c57 uint64_t tsc = get_cyclecount(); in tslog()
153 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.c2592 attachtime = get_cyclecount(); in device_attach()
2629 attachentropy = (uint16_t)(get_cyclecount() - attachtime); in device_attach()
/freebsd-14.2/sys/i386/include/
H A Dcpu.h86 get_cyclecount(void) in get_cyclecount() function
/freebsd-14.2/sys/amd64/include/
H A Dcpu.h88 get_cyclecount(void) in get_cyclecount() function
/freebsd-14.2/sys/riscv/include/
H A Dcpu.h102 get_cyclecount(void) in get_cyclecount() function
/freebsd-14.2/sys/powerpc/include/
H A Dcpu.h116 get_cyclecount(void) in get_cyclecount() function
/freebsd-14.2/sys/arm64/include/
H A Dcpu.h245 get_cyclecount(void) in get_cyclecount() function
/freebsd-14.2/sys/libkern/
H A Darc4random.c117 cc = get_cyclecount(); in chacha20_randomstir()
/freebsd-14.2/sys/netinet/
H A Dsctp_os_bsd.h125 #define SCTP_GET_CYCLECOUNT get_cyclecount()
/freebsd-14.2/sys/arm/include/
H A Dcpu.h687 get_cyclecount(void) in get_cyclecount() function
/freebsd-14.2/sys/netinet/tcp_stacks/
H A Drack.c16033 ts_val = get_cyclecount(); in rack_do_compressed_ack_processing()
16226 rdstc = get_cyclecount(); in rack_do_compressed_ack_processing()
16237 ts_val = get_cyclecount(); in rack_do_compressed_ack_processing()
16583 rdstc = get_cyclecount(); in rack_do_compressed_ack_processing()
16592 rdstc = get_cyclecount(); in rack_do_compressed_ack_processing()
19228 crtsc = get_cyclecount(); in rack_fast_rsm_output()
19774 crtsc = get_cyclecount(); in rack_fast_output()
19995 ts_val = get_cyclecount(); in rack_output()
20109 crtsc = get_cyclecount(); in rack_output()
21252 crtsc = get_cyclecount(); in rack_output()
[all …]
/freebsd-14.2/sys/dev/ocs_fc/
H A Docs_utils.c1017 tsc_value = get_cyclecount(); in ocs_queue_history_add_timestamp()
/freebsd-14.2/sys/contrib/rdma/krping/
H A Dkrping.c72 return (get_cyclecount()); in get_cycles()
/freebsd-14.2/share/man/man9/
H A DMakefile157 get_cyclecount.9 \
/freebsd-14.2/sys/dev/hwpmc/
H A Dhwpmc_mod.c822 return (get_cyclecount()); in pmc_rdtsc()
/freebsd-14.2/sys/dev/cxgbe/
H A Dt4_sge.c3115 const uint64_t cycles = get_cyclecount(); in record_eth_tx_time()