| /freebsd-13.1/sys/dev/random/ |
| H A D | randomdev.c | 309 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 D | random_harvestq.c | 439 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 D | unit_test.h | 59 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_tslog.c | 59 uint64_t tsc = get_cyclecount(); in tslog() 150 uint64_t tsc = get_cyclecount(); in tslog_user()
|
| H A D | kern_ktr.c | 85 #define KTR_TIME get_cyclecount()
|
| H A D | subr_bus.c | 2934 attachtime = get_cyclecount(); in device_attach() 2951 attachentropy = (uint16_t)(get_cyclecount() - attachtime); in device_attach()
|
| /freebsd-13.1/sys/mips/include/ |
| H A D | cpu.h | 79 #define get_cyclecount() mips_rd_count() macro
|
| /freebsd-13.1/sys/i386/include/ |
| H A D | cpu.h | 85 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-13.1/sys/amd64/include/ |
| H A D | cpu.h | 90 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-13.1/sys/riscv/include/ |
| H A D | cpu.h | 87 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-13.1/sys/powerpc/include/ |
| H A D | cpu.h | 115 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-13.1/sys/arm/include/ |
| H A D | cpu.h | 17 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-13.1/sys/arm64/include/ |
| H A D | cpu.h | 185 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-13.1/sys/libkern/ |
| H A D | arc4random.c | 110 cc = get_cyclecount(); in chacha20_randomstir()
|
| /freebsd-13.1/sys/netinet/ |
| H A D | sctp_os_bsd.h | 129 #define SCTP_GET_CYCLECOUNT get_cyclecount()
|
| /freebsd-13.1/sys/netinet/tcp_stacks/ |
| H A D | rack.c | 13002 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 D | ocs_utils.c | 1019 tsc_value = get_cyclecount(); in ocs_queue_history_add_timestamp()
|
| /freebsd-13.1/share/man/man9/ |
| H A D | Makefile | 153 get_cyclecount.9 \
|
| /freebsd-13.1/sys/dev/hwpmc/ |
| H A D | hwpmc_mod.c | 820 return get_cyclecount(); in pmc_rdtsc()
|
| /freebsd-13.1/sys/dev/cxgbe/ |
| H A D | t4_sge.c | 3135 const uint64_t cycles = get_cyclecount(); in record_eth_tx_time()
|