Home
last modified time | relevance | path

Searched refs:set_cpu_features (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/x86/kernel/cpu/
Dhypervisor.c62 if (x86_hyper && x86_hyper->set_cpu_features) in init_hypervisor()
63 x86_hyper->set_cpu_features(c); in init_hypervisor()
Dvmware.c131 .set_cpu_features = vmware_set_cpu_features,
/linux-2.6.39/arch/x86/include/asm/
Dhypervisor.h40 void (*set_cpu_features)(struct cpuinfo_x86 *); member