Home
last modified time | relevance | path

Searched refs:x2apic_get_apic_id (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dx2apic.h29 static unsigned int x2apic_get_apic_id(unsigned long id) in x2apic_get_apic_id() function
/linux-4.4.14/arch/x86/kernel/apic/
Dx2apic_phys.c119 .get_apic_id = x2apic_get_apic_id,
Dx2apic_cluster.c263 .get_apic_id = x2apic_get_apic_id,
Dx2apic_uv_x.c337 static unsigned int x2apic_get_apic_id(unsigned long x) in x2apic_get_apic_id() function
359 return x2apic_get_apic_id(apic_read(APIC_ID)); in uv_read_apic_id()
403 .get_apic_id = x2apic_get_apic_id,