| /freebsd-14.2/sys/dev/random/ |
| H A D | randomdev.c | 307 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 D | random_harvestq.c | 456 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 D | unit_test.h | 57 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-14.2/sys/kern/ |
| H A D | kern_tslog.c | 57 uint64_t tsc = get_cyclecount(); in tslog() 153 uint64_t tsc = get_cyclecount(); in tslog_user()
|
| H A D | kern_boottrace.c | 335 (uintmax_t)get_cyclecount(), ticks, tdname, eventname); in dotrace() 354 btp->table[idx].tsc = get_cyclecount(), in dotrace()
|
| H A D | kern_ktr.c | 83 #define KTR_TIME get_cyclecount()
|
| H A D | subr_bus.c | 2592 attachtime = get_cyclecount(); in device_attach() 2629 attachentropy = (uint16_t)(get_cyclecount() - attachtime); in device_attach()
|
| /freebsd-14.2/sys/i386/include/ |
| H A D | cpu.h | 86 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-14.2/sys/amd64/include/ |
| H A D | cpu.h | 88 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-14.2/sys/riscv/include/ |
| H A D | cpu.h | 102 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-14.2/sys/powerpc/include/ |
| H A D | cpu.h | 116 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-14.2/sys/arm64/include/ |
| H A D | cpu.h | 245 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-14.2/sys/libkern/ |
| H A D | arc4random.c | 117 cc = get_cyclecount(); in chacha20_randomstir()
|
| /freebsd-14.2/sys/netinet/ |
| H A D | sctp_os_bsd.h | 125 #define SCTP_GET_CYCLECOUNT get_cyclecount()
|
| /freebsd-14.2/sys/arm/include/ |
| H A D | cpu.h | 687 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-14.2/sys/netinet/tcp_stacks/ |
| H A D | rack.c | 16033 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 D | ocs_utils.c | 1017 tsc_value = get_cyclecount(); in ocs_queue_history_add_timestamp()
|
| /freebsd-14.2/sys/contrib/rdma/krping/ |
| H A D | krping.c | 72 return (get_cyclecount()); in get_cycles()
|
| /freebsd-14.2/share/man/man9/ |
| H A D | Makefile | 157 get_cyclecount.9 \
|
| /freebsd-14.2/sys/dev/hwpmc/ |
| H A D | hwpmc_mod.c | 822 return (get_cyclecount()); in pmc_rdtsc()
|
| /freebsd-14.2/sys/dev/cxgbe/ |
| H A D | t4_sge.c | 3115 const uint64_t cycles = get_cyclecount(); in record_eth_tx_time()
|