Include dependency graph for rtai_emulate_tsc.h:

Go to the source code of this file.
Defines | |
| #define | RTAI_CPU_FREQ RTAI_FREQ_8254 |
| #define | RTAI_CALIBRATED_CPU_FREQ RTAI_FREQ_8254 |
| #define | rtai_rdtsc() rd_8254_ts() |
| #define | rdtsc() rd_8254_ts() |
| #define | TICK_8254_TSC_EMULATION() rd_8254_ts() |
| #define | DECLR_8254_TSC_EMULATION |
| #define | SETUP_8254_TSC_EMULATION |
| #define | CLEAR_8254_TSC_EMULATION del_timer(&timer) |
| #define CLEAR_8254_TSC_EMULATION del_timer(&timer) |
Definition at line 86 of file rtai_emulate_tsc.h.
| #define DECLR_8254_TSC_EMULATION |
Value:
const int TSC_EMULATION_GUARD_FREQ = 20; \ static struct timer_list timer;
Definition at line 74 of file rtai_emulate_tsc.h.
| #define rdtsc | ( | ) | rd_8254_ts() |
Definition at line 40 of file rtai_emulate_tsc.h.
| #define RTAI_CALIBRATED_CPU_FREQ RTAI_FREQ_8254 |
Definition at line 38 of file rtai_emulate_tsc.h.
| #define RTAI_CPU_FREQ RTAI_FREQ_8254 |
Definition at line 37 of file rtai_emulate_tsc.h.
| #define rtai_rdtsc | ( | void | ) | rd_8254_ts() |
Definition at line 39 of file rtai_emulate_tsc.h.
| #define SETUP_8254_TSC_EMULATION |
| #define TICK_8254_TSC_EMULATION | ( | ) | rd_8254_ts() |
Definition at line 42 of file rtai_emulate_tsc.h.
1.4.7