Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/random/
H A Drandomdev.c309 timestamp = (uint32_t)get_cyclecount(); in randomdev_accumulate()
312 timestamp = (uint32_t)get_cyclecount(); in randomdev_accumulate()
316 event.he_somecounter = (uint32_t)get_cyclecount(); in randomdev_accumulate()
H A Drandom_harvestq.c439 event.he_somecounter = (uint32_t)get_cyclecount(); in random_early_prime()
546 event->he_somecounter = (uint32_t)get_cyclecount(); in random_harvest_queue_()
575 …xt.hc_entropy_fast_accumulator.buf[pos] ^= jenkins_hash(entropy, size, (uint32_t)get_cyclecount()); in random_harvest_fast_()
592 event.he_somecounter = (uint32_t)get_cyclecount(); in random_harvest_direct_()
H A Dunit_test.h59 get_cyclecount(void) in get_cyclecount() function
/freebsd-13.1/sys/kern/
H A Dkern_tslog.c59 uint64_t tsc = get_cyclecount(); in tslog()
150 uint64_t tsc = get_cyclecount(); in tslog_user()
H A Dkern_ktr.c85 #define KTR_TIME get_cyclecount()
H A Dsubr_bus.c2934 attachtime = get_cyclecount(); in device_attach()
2951 attachentropy = (uint16_t)(get_cyclecount() - attachtime); in device_attach()
/freebsd-13.1/sys/mips/include/
H A Dcpu.h79 #define get_cyclecount() mips_rd_count() macro
/freebsd-13.1/sys/i386/include/
H A Dcpu.h85 get_cyclecount(void) in get_cyclecount() function
/freebsd-13.1/sys/amd64/include/
H A Dcpu.h90 get_cyclecount(void) in get_cyclecount() function
/freebsd-13.1/sys/riscv/include/
H A Dcpu.h87 get_cyclecount(void) in get_cyclecount() function
/freebsd-13.1/sys/powerpc/include/
H A Dcpu.h115 get_cyclecount(void) in get_cyclecount() function
/freebsd-13.1/sys/arm/include/
H A Dcpu.h17 get_cyclecount(void) in get_cyclecount() function
/freebsd-13.1/sys/arm64/include/
H A Dcpu.h185 get_cyclecount(void) in get_cyclecount() function
/freebsd-13.1/sys/libkern/
H A Darc4random.c110 cc = get_cyclecount(); in chacha20_randomstir()
/freebsd-13.1/sys/netinet/
H A Dsctp_os_bsd.h129 #define SCTP_GET_CYCLECOUNT get_cyclecount()
/freebsd-13.1/sys/netinet/tcp_stacks/
H A Drack.c13002 ts_val = get_cyclecount(); in rack_do_compressed_ack_processing()
13180 rdstc = get_cyclecount(); in rack_do_compressed_ack_processing()
13192 ts_val = get_cyclecount(); in rack_do_compressed_ack_processing()
13510 rdstc = get_cyclecount(); in rack_do_compressed_ack_processing()
13520 rdstc = get_cyclecount(); in rack_do_compressed_ack_processing()
15609 crtsc = get_cyclecount(); in rack_fast_rsm_output()
16088 crtsc = get_cyclecount(); in rack_fast_output()
16183 ts_val = get_cyclecount(); in rack_output()
16269 crtsc = get_cyclecount(); in rack_output()
17380 crtsc = get_cyclecount(); in rack_output()
[all …]
/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_utils.c1019 tsc_value = get_cyclecount(); in ocs_queue_history_add_timestamp()
/freebsd-13.1/share/man/man9/
H A DMakefile153 get_cyclecount.9 \
/freebsd-13.1/sys/dev/hwpmc/
H A Dhwpmc_mod.c820 return get_cyclecount(); in pmc_rdtsc()
/freebsd-13.1/sys/dev/cxgbe/
H A Dt4_sge.c3135 const uint64_t cycles = get_cyclecount(); in record_eth_tx_time()