* Return contents of in-cpu fast counter as a sort of "bogo-time" * for random-harvesting purposes. */
| 87 | * for random-harvesting purposes. |
| 88 | */ |
| 89 | static __inline u_int64_t |
| 90 | get_cyclecount(void) |
| 91 | { |
| 92 | |
| 93 | return (rdtsc()); |
| 94 | } |
| 95 | |
| 96 | #define MEMSET_EARLY_FUNC memset_std |
| 97 | #define MEMCPY_EARLY_FUNC memcpy_std |