Searched refs:set_cpu_features (Results 1 – 3 of 3) sorted by relevance
62 if (x86_hyper && x86_hyper->set_cpu_features) in init_hypervisor()63 x86_hyper->set_cpu_features(c); in init_hypervisor()
131 .set_cpu_features = vmware_set_cpu_features,
40 void (*set_cpu_features)(struct cpuinfo_x86 *); member