Searched refs:get_apic_id (Results 1 – 10 of 10) sorted by relevance
/linux/arch/x86/kernel/apic/ |
H A D | apic_numachip.c | 217 .get_apic_id = numachip1_get_apic_id, 251 .get_apic_id = numachip2_get_apic_id,
|
H A D | apic_flat_64.c | 45 .get_apic_id = physflat_get_apic_id,
|
H A D | apic_noop.c | 56 .get_apic_id = noop_get_apic_id,
|
H A D | bigsmp_32.c | 74 .get_apic_id = bigsmp_get_apic_id,
|
H A D | probe_32.c | 50 .get_apic_id = default_get_apic_id,
|
H A D | x2apic_phys.c | 146 .get_apic_id = x2apic_get_apic_id,
|
H A D | x2apic_cluster.c | 242 .get_apic_id = x2apic_get_apic_id,
|
H A D | x2apic_uv_x.c | 766 .get_apic_id = x2apic_get_apic_id,
|
/linux/arch/x86/xen/ |
H A D | apic.c | 125 .get_apic_id = xen_get_apic_id,
|
/linux/arch/x86/include/asm/ |
H A D | apic.h | 313 u32 (*get_apic_id)(u32 id); member 519 return apic->get_apic_id(reg); in read_apic_id()
|