|
Linux Kernel
3.7.1
|
#include <linux/clocksource.h>#include <linux/kvm_para.h>#include <asm/pvclock.h>#include <asm/msr.h>#include <asm/apic.h>#include <linux/percpu.h>#include <linux/hardirq.h>#include <asm/x86_init.h>#include <asm/reboot.h>Go to the source code of this file.
Functions | |
| early_param ("no-kvmclock", parse_no_kvmclock) | |
| bool | kvm_check_and_clear_guest_paused (void) |
| int | kvm_register_clock (char *txt) |
| void __init | kvmclock_init (void) |
| early_param | ( | "no-kvmclock" | , |
| parse_no_kvmclock | |||
| ) |
Definition at line 118 of file kvmclock.c.
Definition at line 140 of file kvmclock.c.
Definition at line 198 of file kvmclock.c.
1.8.2