tsc
uint64_t tsc;
tsc = rdtsc();
t.u64 = tsc;
get_tsc_and_timecount(struct timecounter *tc, uint64_t *tsc, uint64_t *count)
*tsc = tsc2;
uint64_t tsc = 0;
tsc = rdtsc();
r ^= tsc;
uint64_t tsc;
__asm volatile("rdtsc" : "=A" (tsc));
return (tsc);
uint64_t tsc;
__asm volatile("lfence; rdtsc" : "=A" (tsc));
return tsc;
uint64_t tsc;
uint64_t tsc;
struct ti_sbus_softc *tsc = (void *)self;
struct ti_softc *sc = &tsc->tsc_sc;
ieee80211_tkip_get_tsc(uint64_t *tsc, uint64_t **prsc, struct mbuf *m,
*tsc = (u_int64_t)ivp[2] |
u_int64_t tsc, *prsc;
if (ieee80211_tkip_get_tsc(&tsc, &prsc, m0, k) != 0) {
if (tsc <= *prsc) {
if (!ctx->rxttak_ok || (tsc >> 16) != (*prsc >> 16)) {
Phase1(ctx->rxttak, k->k_key, wh->i_addr2, tsc >> 16);
Phase2((u_int8_t *)wepseed, k->k_key, ctx->rxttak, tsc & 0xffff);
ieee80211_michael_mic_failure(ic, tsc);
*prsc = tsc;
ieee80211_michael_mic_failure(struct ieee80211com *ic, u_int64_t tsc)
ic->ic_tkip_micfail_last_tsc = tsc;
tsc);
ic->ic_tkip_micfail_last_tsc = tsc;
struct ieee80211_node *ni, u_int16_t info, u_int64_t tsc)
LE_WRITE_6(key->rsc, tsc);