Searched refs:get_apic_id (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 132 .get_apic_id = flat_get_apic_id, 225 .get_apic_id = flat_get_apic_id,
|
D | apic_numachip.c | 265 .get_apic_id = numachip1_get_apic_id, 314 .get_apic_id = numachip2_get_apic_id,
|
D | apic_noop.c | 118 .get_apic_id = noop_get_apic_id,
|
D | bigsmp_32.c | 147 .get_apic_id = bigsmp_get_apic_id,
|
D | probe_32.c | 89 .get_apic_id = default_get_apic_id,
|
D | x2apic_phys.c | 179 .get_apic_id = x2apic_get_apic_id,
|
D | x2apic_cluster.c | 205 .get_apic_id = x2apic_get_apic_id,
|
D | x2apic_uv_x.c | 839 .get_apic_id = x2apic_get_apic_id,
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | apic.h | 327 u32 (*get_apic_id)(unsigned long x); member 489 return apic->get_apic_id(reg); in read_apic_id()
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
D | apic.c | 167 .get_apic_id = xen_get_apic_id,
|
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
D | turbostat.c | 1838 void get_apic_id(struct thread_data *t) in get_apic_id() function 1908 get_apic_id(t); in get_counters()
|