Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dhypervisor.c64 if (x86_hyper && x86_hyper->set_cpu_features) in init_hypervisor()
65 x86_hyper->set_cpu_features(c); in init_hypervisor()
Dvmware.c143 .set_cpu_features = vmware_set_cpu_features,
/linux-4.1.27/arch/x86/include/asm/
Dhypervisor.h39 void (*set_cpu_features)(struct cpuinfo_x86 *); member
/linux-4.1.27/arch/x86/xen/
Denlighten.c1889 .set_cpu_features = xen_set_cpu_features,