Home | Sort by: relevance | last modified time | path |
/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; |