| /freebsd-12-stable/sys/dev/random/ |
| D | randomdev.c | 312 timestamp = (uint32_t)get_cyclecount(); in randomdev_accumulate() 315 timestamp = (uint32_t)get_cyclecount(); in randomdev_accumulate() 319 event.he_somecounter = (uint32_t)get_cyclecount(); in randomdev_accumulate()
|
| D | random_harvestq.c | 424 event.he_somecounter = (uint32_t)get_cyclecount(); in random_early_prime() 523 event->he_somecounter = (uint32_t)get_cyclecount(); in random_harvest_queue_() 552 …xt.hc_entropy_fast_accumulator.buf[pos] ^= jenkins_hash(entropy, size, (uint32_t)get_cyclecount()); in random_harvest_fast_() 569 event.he_somecounter = (uint32_t)get_cyclecount(); in random_harvest_direct_()
|
| D | unit_test.h | 59 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-12-stable/sys/mips/include/ |
| D | cpu.h | 79 #define get_cyclecount() mips_rd_count() macro
|
| /freebsd-12-stable/sys/sparc64/include/ |
| D | cpu.h | 66 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-12-stable/sys/i386/include/ |
| D | cpu.h | 85 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-12-stable/sys/amd64/include/ |
| D | cpu.h | 90 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-12-stable/sys/riscv/include/ |
| D | cpu.h | 87 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-12-stable/sys/powerpc/include/ |
| D | cpu.h | 114 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-12-stable/sys/arm/include/ |
| D | cpu.h | 21 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-12-stable/sys/kern/ |
| D | kern_tslog.c | 55 uint64_t tsc = get_cyclecount(); in tslog()
|
| D | kern_ktr.c | 85 #define KTR_TIME get_cyclecount()
|
| D | init_main.c | 672 srandom(get_cyclecount()); in random_init()
|
| D | subr_bus.c | 2949 attachtime = get_cyclecount(); in device_attach() 2966 attachentropy = (uint16_t)(get_cyclecount() - attachtime); in device_attach()
|
| /freebsd-12-stable/sys/arm64/include/ |
| D | cpu.h | 173 get_cyclecount(void) in get_cyclecount() function
|
| /freebsd-12-stable/sys/libkern/ |
| D | arc4random.c | 99 cc = get_cyclecount(); in chacha20_randomstir()
|
| /freebsd-12-stable/sys/netinet/ |
| D | sctp_os_bsd.h | 126 #define SCTP_GET_CYCLECOUNT get_cyclecount()
|
| /freebsd-12-stable/sys/dev/de/ |
| D | if_devar.h | 903 return (get_cyclecount()); in TULIP_PERFREAD()
|
| /freebsd-12-stable/sys/dev/ocs_fc/ |
| D | ocs_utils.c | 1025 tsc_value = get_cyclecount(); in ocs_queue_history_add_timestamp()
|
| /freebsd-12-stable/share/man/man9/ |
| D | Makefile | 143 get_cyclecount.9 \
|
| /freebsd-12-stable/sys/dev/hwpmc/ |
| D | hwpmc_mod.c | 818 return get_cyclecount(); in pmc_rdtsc()
|
| /freebsd-12-stable/sys/dev/cxgbe/ |
| D | t4_sge.c | 3030 const uint64_t cycles = get_cyclecount(); in record_eth_tx_time()
|