-
- Downloads
mcs: tickless driver for x86
Add a tickless timer driver for x86. The driver defaults to using TSC_DEADLINE mode, but falls back to the apic if that feature is not available.
Showing
- include/32/mode/util.h 48 additions, 0 deletionsinclude/32/mode/util.h
- include/64/mode/util.h 9 additions, 6 deletionsinclude/64/mode/util.h
- include/arch/x86/arch/machine.h 1 addition, 0 deletionsinclude/arch/x86/arch/machine.h
- include/arch/x86/arch/machine/timer.h 62 additions, 1 deletioninclude/arch/x86/arch/machine/timer.h
- include/arch/x86/arch/model/statedata.h 4 additions, 0 deletionsinclude/arch/x86/arch/model/statedata.h
- include/util.h 5 additions, 0 deletionsinclude/util.h
- src/arch/x86/kernel/apic.c 36 additions, 2 deletionssrc/arch/x86/kernel/apic.c
- src/arch/x86/kernel/boot.c 4 additions, 0 deletionssrc/arch/x86/kernel/boot.c
- src/arch/x86/model/statedata.c 4 additions, 0 deletionssrc/arch/x86/model/statedata.c
Loading
Please register or sign in to comment