Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dx2apic_phys.c135 unsigned int x2apic_get_apic_id(unsigned long id) in x2apic_get_apic_id() function
179 .get_apic_id = x2apic_get_apic_id,
H A Dlocal.h23 unsigned int x2apic_get_apic_id(unsigned long id);
H A Dx2apic_cluster.c205 .get_apic_id = x2apic_get_apic_id,
H A Dx2apic_uv_x.c791 static unsigned int x2apic_get_apic_id(unsigned long id) in x2apic_get_apic_id() function
803 return x2apic_get_apic_id(apic_read(APIC_ID)); in uv_read_apic_id()
845 .get_apic_id = x2apic_get_apic_id,