Searched refs:get_apic_id (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/x86/kernel/apic/ |
D | apic_numachip.c | 37 static unsigned int get_apic_id(unsigned long x) in get_apic_id() function 60 return get_apic_id(apic_read(APIC_ID)); in read_xapic_id() 225 .get_apic_id = get_apic_id,
|
D | apic_flat_64.c | 182 .get_apic_id = flat_get_apic_id, 290 .get_apic_id = flat_get_apic_id,
|
D | apic_noop.c | 141 .get_apic_id = noop_get_apic_id,
|
D | x2apic_phys.c | 117 .get_apic_id = x2apic_get_apic_id,
|
D | bigsmp_32.c | 177 .get_apic_id = bigsmp_get_apic_id,
|
D | probe_32.c | 102 .get_apic_id = default_get_apic_id,
|
D | x2apic_cluster.c | 263 .get_apic_id = x2apic_get_apic_id,
|
D | x2apic_uv_x.c | 404 .get_apic_id = x2apic_get_apic_id,
|
/linux-4.1.27/arch/x86/include/asm/ |
D | apic.h | 297 unsigned int (*get_apic_id)(unsigned long x); member 503 return apic->get_apic_id(reg); in read_apic_id()
|
/linux-4.1.27/arch/x86/xen/ |
D | apic.c | 164 .get_apic_id = xen_get_apic_id,
|