Searched refs:get_apic_id (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 182 .get_apic_id = flat_get_apic_id, 289 .get_apic_id = flat_get_apic_id,
|
D | apic_numachip.c | 270 .get_apic_id = numachip1_get_apic_id, 321 .get_apic_id = numachip2_get_apic_id,
|
D | apic_noop.c | 141 .get_apic_id = noop_get_apic_id,
|
D | x2apic_phys.c | 119 .get_apic_id = x2apic_get_apic_id,
|
D | probe_32.c | 102 .get_apic_id = default_get_apic_id,
|
D | bigsmp_32.c | 177 .get_apic_id = bigsmp_get_apic_id,
|
D | x2apic_cluster.c | 263 .get_apic_id = x2apic_get_apic_id,
|
D | x2apic_uv_x.c | 403 .get_apic_id = x2apic_get_apic_id,
|
/linux-4.4.14/arch/x86/include/asm/ |
D | apic.h | 297 unsigned int (*get_apic_id)(unsigned long x); member 501 return apic->get_apic_id(reg); in read_apic_id()
|
/linux-4.4.14/arch/x86/xen/ |
D | apic.c | 170 .get_apic_id = xen_get_apic_id,
|