Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/apic/
Dapic_numachip.c37 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,
Dapic_flat_64.c182 .get_apic_id = flat_get_apic_id,
290 .get_apic_id = flat_get_apic_id,
Dapic_noop.c141 .get_apic_id = noop_get_apic_id,
Dx2apic_phys.c117 .get_apic_id = x2apic_get_apic_id,
Dbigsmp_32.c177 .get_apic_id = bigsmp_get_apic_id,
Dprobe_32.c102 .get_apic_id = default_get_apic_id,
Dx2apic_cluster.c263 .get_apic_id = x2apic_get_apic_id,
Dx2apic_uv_x.c404 .get_apic_id = x2apic_get_apic_id,
/linux-4.1.27/arch/x86/include/asm/
Dapic.h297 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/
Dapic.c164 .get_apic_id = xen_get_apic_id,