HomeSort by: relevance | last modified time | path
    Searched defs:bptsc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/x86/x86/
tsc.c 276 uint64_t bptsc; local in function:tsc_read_bp
292 bptsc = rdtsc();
302 *bptscp = bptsc;
309 int64_t bptsc, aptsc, val, diff; local in function:tsc_sync_bp
316 tsc_read_bp(ci, &bptsc, &aptsc);
317 diff = bptsc - aptsc;
tsc.c 276 uint64_t bptsc; local in function:tsc_read_bp
292 bptsc = rdtsc();
302 *bptscp = bptsc;
309 int64_t bptsc, aptsc, val, diff; local in function:tsc_sync_bp
316 tsc_read_bp(ci, &bptsc, &aptsc);
317 diff = bptsc - aptsc;
tsc.c 276 uint64_t bptsc; local in function:tsc_read_bp
292 bptsc = rdtsc();
302 *bptscp = bptsc;
309 int64_t bptsc, aptsc, val, diff; local in function:tsc_sync_bp
316 tsc_read_bp(ci, &bptsc, &aptsc);
317 diff = bptsc - aptsc;

Completed in 35 milliseconds