|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <asm/processor.h>#include <asm/hypervisor.h>Go to the source code of this file.
Functions | |
| EXPORT_SYMBOL (x86_hyper) | |
| void __cpuinit | init_hypervisor (struct cpuinfo_x86 *c) |
| void __init | init_hypervisor_platform (void) |
Variables | |
| struct hypervisor_x86 * | x86_hyper |
| EXPORT_SYMBOL | ( | x86_hyper | ) |
| void __cpuinit init_hypervisor | ( | struct cpuinfo_x86 * | c | ) |
Definition at line 63 of file hypervisor.c.
Definition at line 69 of file hypervisor.c.
| struct hypervisor_x86* x86_hyper |
Definition at line 45 of file hypervisor.c.
1.8.2