Searched refs:cpu_present_to_apicid (Results 1 – 12 of 12) sorted by relevance
/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 125 .cpu_present_to_apicid = default_cpu_present_to_apicid, 216 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | apic_numachip.c | 258 .cpu_present_to_apicid = default_cpu_present_to_apicid, 305 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | apic_noop.c | 107 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | bigsmp_32.c | 139 .cpu_present_to_apicid = bigsmp_cpu_present_to_apicid,
|
D | probe_32.c | 81 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | x2apic_phys.c | 175 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | x2apic_cluster.c | 198 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
D | x2apic_uv_x.c | 846 .cpu_present_to_apicid = default_cpu_present_to_apicid,
|
/arch/x86/xen/ |
D | apic.c | 159 .cpu_present_to_apicid = xen_cpu_present_to_apicid,
|
/arch/x86/include/asm/ |
D | apic.h | 321 int (*cpu_present_to_apicid)(int mps_cpu); member
|
/arch/x86/kernel/ |
D | smpboot.c | 1150 int apicid = apic->cpu_present_to_apicid(cpu); in native_cpu_up() 1485 if (apic->cpu_present_to_apicid(0) == BAD_APICID && in prefill_possible_map()
|
/arch/x86/kernel/cpu/ |
D | common.c | 1633 apicid = apic->cpu_present_to_apicid(cpu); in validate_apic_and_package_id()
|