Home
last modified time | relevance | path

Searched refs:get_apic_id (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/arch/x86/kernel/apic/
Dapic_flat_64.c182 .get_apic_id = flat_get_apic_id,
289 .get_apic_id = flat_get_apic_id,
Dapic_numachip.c270 .get_apic_id = numachip1_get_apic_id,
321 .get_apic_id = numachip2_get_apic_id,
Dapic_noop.c141 .get_apic_id = noop_get_apic_id,
Dx2apic_phys.c119 .get_apic_id = x2apic_get_apic_id,
Dprobe_32.c102 .get_apic_id = default_get_apic_id,
Dbigsmp_32.c177 .get_apic_id = bigsmp_get_apic_id,
Dx2apic_cluster.c263 .get_apic_id = x2apic_get_apic_id,
Dx2apic_uv_x.c403 .get_apic_id = x2apic_get_apic_id,
/linux-4.4.14/arch/x86/include/asm/
Dapic.h297 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/
Dapic.c170 .get_apic_id = xen_get_apic_id,