Searched refs:set_apic_id (Results 1 - 10 of 10) sorted by relevance

/arch/x86/kernel/apic/
H A Dapic_flat_64.c126 static unsigned long set_apic_id(unsigned int id) function
183 .set_apic_id = set_apic_id,
291 .set_apic_id = set_apic_id,
H A Dapic_numachip.c48 static unsigned long set_apic_id(unsigned int id) function
232 .set_apic_id = set_apic_id,
H A Dapic_noop.c142 .set_apic_id = NULL,
H A Dx2apic_phys.c118 .set_apic_id = x2apic_set_apic_id,
H A Dbigsmp_32.c178 .set_apic_id = NULL,
H A Dprobe_32.c103 .set_apic_id = NULL,
H A Dx2apic_cluster.c264 .set_apic_id = x2apic_set_apic_id,
H A Dx2apic_uv_x.c321 static unsigned long set_apic_id(unsigned int id) function
378 .set_apic_id = set_apic_id,
/arch/x86/include/asm/
H A Dapic.h263 #define SET_APIC_ID(x) (apic->set_apic_id(x))
309 unsigned long (*set_apic_id)(unsigned int id); member in struct:apic
/arch/x86/xen/
H A Denlighten.c1000 apic->set_apic_id = xen_set_apic_id;

Completed in 1043 milliseconds