Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/apic/
H A Dapic_numachip.c217 .get_apic_id = numachip1_get_apic_id,
251 .get_apic_id = numachip2_get_apic_id,
H A Dapic_flat_64.c45 .get_apic_id = physflat_get_apic_id,
H A Dapic_noop.c56 .get_apic_id = noop_get_apic_id,
H A Dbigsmp_32.c74 .get_apic_id = bigsmp_get_apic_id,
H A Dprobe_32.c50 .get_apic_id = default_get_apic_id,
H A Dx2apic_phys.c146 .get_apic_id = x2apic_get_apic_id,
H A Dx2apic_cluster.c242 .get_apic_id = x2apic_get_apic_id,
H A Dx2apic_uv_x.c766 .get_apic_id = x2apic_get_apic_id,
/linux/arch/x86/xen/
H A Dapic.c125 .get_apic_id = xen_get_apic_id,
/linux/arch/x86/include/asm/
H A Dapic.h313 u32 (*get_apic_id)(u32 id); member
519 return apic->get_apic_id(reg); in read_apic_id()