Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dcpu.h79 #define get_cyclecount() mips_rd_count() macro
/f-stack/freebsd/i386/include/
H A Dcpu.h85 get_cyclecount(void) in get_cyclecount() function
/f-stack/freebsd/amd64/include/
H A Dcpu.h90 get_cyclecount(void) in get_cyclecount() function
/f-stack/freebsd/arm/include/
H A Dcpu.h17 get_cyclecount(void) in get_cyclecount() function
/f-stack/freebsd/kern/
H A Dkern_tslog.c55 uint64_t tsc = get_cyclecount(); in tslog()
H A Dkern_ktr.c85 #define KTR_TIME get_cyclecount()
H A Dsubr_bus.c2950 attachtime = get_cyclecount(); in device_attach()
2967 attachentropy = (uint16_t)(get_cyclecount() - attachtime); in device_attach()
/f-stack/freebsd/arm64/include/
H A Dcpu.h183 get_cyclecount(void) in get_cyclecount() function
/f-stack/freebsd/libkern/
H A Darc4random.c111 cc = get_cyclecount(); in chacha20_randomstir()
/f-stack/freebsd/netinet/
H A Dsctp_os_bsd.h129 #define SCTP_GET_CYCLECOUNT get_cyclecount()