Searched refs:get_cyclecount (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/sys/mips/include/
H A Dcpu.h77 #define get_cyclecount() mips_rd_count() macro
/freebsd-11-stable/sys/sparc64/include/
H A Dcpu.h64 get_cyclecount(void) function
/freebsd-11-stable/sys/dev/random/
H A Dunit_test.h59 get_cyclecount(void) function
H A Drandomdev.c229 timestamp = (uint32_t)get_cyclecount();
232 timestamp = (uint32_t)get_cyclecount();
237 event.he_somecounter = (uint32_t)get_cyclecount();
H A Drandom_harvestq.c373 event.he_somecounter = (uint32_t)get_cyclecount();
415 /* XXXRW: get_cyclecount() is cheap on most modern hardware, where cycle
433 event->he_somecounter = (uint32_t)get_cyclecount();
467 harvest_context.hc_entropy_fast_accumulator.buf[pos] ^= jenkins_hash(entropy, size, (uint32_t)get_cyclecount());
486 event.he_somecounter = (uint32_t)get_cyclecount();
/freebsd-11-stable/sys/i386/include/
H A Dcpu.h83 get_cyclecount(void) function
/freebsd-11-stable/sys/amd64/include/
H A Dcpu.h86 get_cyclecount(void) function
/freebsd-11-stable/sys/riscv/include/
H A Dcpu.h87 get_cyclecount(void) function
/freebsd-11-stable/sys/powerpc/include/
H A Dcpu.h87 get_cyclecount(void) function
/freebsd-11-stable/sys/arm/include/
H A Dcpu.h21 get_cyclecount(void) function
/freebsd-11-stable/sys/arm64/include/
H A Dcpu.h157 get_cyclecount(void) function
/freebsd-11-stable/sys/netinet/
H A Dsctp_os_bsd.h126 #define SCTP_GET_CYCLECOUNT get_cyclecount()
/freebsd-11-stable/sys/kern/
H A Dkern_ktr.c83 #define KTR_TIME get_cyclecount()
H A Dinit_main.c671 * platforms via get_cyclecount(). For platforms that don't
674 srandom(get_cyclecount());
H A Dsubr_bus.c2904 attachtime = get_cyclecount();
2917 attachtime = get_cyclecount() - attachtime;
2920 * hardware with good get_cyclecount() implementations, but WILL
/freebsd-11-stable/sys/dev/de/
H A Dif_devar.h901 return (get_cyclecount());
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_utils.c1025 tsc_value = get_cyclecount();
/freebsd-11-stable/share/man/man9/
H A DMakefile134 get_cyclecount.9 \

Completed in 160 milliseconds