Searched refs:check_apicid_present (Results 1 – 12 of 12) sorted by relevance
/linux-3.4.99/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 193 .check_apicid_present = NULL, 351 .check_apicid_present = NULL,
|
D | apic_noop.c | 138 .check_apicid_present = noop_check_apicid_present,
|
D | x2apic_phys.c | 139 .check_apicid_present = NULL,
|
D | probe_32.c | 106 .check_apicid_present = default_check_apicid_present,
|
D | bigsmp_32.c | 212 .check_apicid_present = bigsmp_check_apicid_present,
|
D | es7000_32.c | 639 .check_apicid_present = es7000_check_apicid_present, 705 .check_apicid_present = es7000_check_apicid_present,
|
D | x2apic_cluster.c | 226 .check_apicid_present = NULL,
|
D | apic_numachip.c | 260 .check_apicid_present = NULL,
|
D | numaq_32.c | 492 .check_apicid_present = numaq_check_apicid_present,
|
D | summit_32.c | 510 .check_apicid_present = summit_check_apicid_present,
|
D | x2apic_uv_x.c | 369 .check_apicid_present = NULL,
|
/linux-3.4.99/arch/x86/include/asm/ |
D | apic.h | 302 unsigned long (*check_apicid_present)(int apicid); member
|