Searched refs:default_cpu_present_to_apicid (Results 1 – 11 of 11) sorted by relevance
21 u32 default_cpu_present_to_apicid(int mps_cpu) in default_cpu_present_to_apicid() function28 EXPORT_SYMBOL_GPL(default_cpu_present_to_apicid);
214 .cpu_present_to_apicid = default_cpu_present_to_apicid,248 .cpu_present_to_apicid = default_cpu_present_to_apicid,
42 .cpu_present_to_apicid = default_cpu_present_to_apicid,
53 .cpu_present_to_apicid = default_cpu_present_to_apicid,
71 .cpu_present_to_apicid = default_cpu_present_to_apicid,
47 .cpu_present_to_apicid = default_cpu_present_to_apicid,
142 .cpu_present_to_apicid = default_cpu_present_to_apicid,
238 .cpu_present_to_apicid = default_cpu_present_to_apicid,
763 .cpu_present_to_apicid = default_cpu_present_to_apicid,
534 extern u32 default_cpu_present_to_apicid(int mps_cpu);
2388 return default_cpu_present_to_apicid(mps_cpu); in kvm_cpu_get_apicid()