#include <asm/processor.h>
Go to the source code of this file.
|
| #define | NS_SCALE 10 /* 2^10, carefully chosen */ |
| |
| #define | US_SCALE 32 /* 2^32, arbitralrily chosen */ |
| |
| #define NS_SCALE 10 /* 2^10, carefully chosen */ |
Definition at line 9 of file tsc.h.
| #define US_SCALE 32 /* 2^32, arbitralrily chosen */ |
Definition at line 10 of file tsc.h.
Definition at line 15 of file tsc.h.
| void check_tsc_sync_source |
( |
int |
cpu | ) |
|
| unsigned long native_calibrate_tsc |
( |
void |
| ) |
|
native_calibrate_tsc - calibrate the tsc on boot
Definition at line 403 of file tsc.c.
Definition at line 98 of file tsc.c.
| void tsc_restore_sched_clock_state |
( |
void |
| ) |
|
| void tsc_save_sched_clock_state |
( |
void |
| ) |
|
| int tsc_clocksource_reliable |
Definition at line 40 of file tsc.c.
Definition at line 27 of file tsc.c.