#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/kvm_para.h>
#include <linux/cpu.h>
#include <linux/mm.h>
#include <linux/highmem.h>
#include <linux/hardirq.h>
#include <linux/notifier.h>
#include <linux/reboot.h>
#include <linux/hash.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/kprobes.h>
#include <asm/timer.h>
#include <asm/cpu.h>
#include <asm/traps.h>
#include <asm/desc.h>
#include <asm/tlbflush.h>
#include <asm/idle.h>
#include <asm/apic.h>
#include <asm/apicdef.h>
#include <asm/hypervisor.h>
Go to the source code of this file.
#define KVM_TASK_SLEEP_HASHBITS 8 |
Definition at line 76 of file kvm.c.
Definition at line 77 of file kvm.c.
arch_initcall |
( |
activate_jump_labels |
| ) |
|
early_param |
( |
"no-kvmapf" |
, |
|
|
parse_no_kvmapf |
|
|
) |
| |
early_param |
( |
"no-steal-acc" |
, |
|
|
parse_no_stealacc |
|
|
) |
| |
void kvm_async_pf_task_wait |
( |
u32 |
token | ) |
|
void kvm_async_pf_task_wake |
( |
u32 |
token | ) |
|
u32 kvm_read_and_reset_pf_reason |
( |
void |
| ) |
|
Initial value:= {
.name = "KVM",
.detect = kvm_detect,
}
Definition at line 489 of file kvm.c.