Lines Matching defs:apicid
68 extern void __inquire_remote_apic(int apicid);
70 static inline void __inquire_remote_apic(int apicid)
75 static inline void default_inquire_remote_apic(int apicid)
78 __inquire_remote_apic(apicid);
253 extern void __init x2apic_set_max_apicid(u32 apicid);
315 int (*apic_id_valid)(u32 apicid);
318 bool (*check_apicid_used)(physid_mask_t *map, int apicid);
331 int (*wakeup_secondary_cpu)(int apicid, unsigned long start_eip);
333 void (*inquire_remote_apic)(int apicid);
338 * return the logical apicid. x86_[bios]_cpu_to_apicid is
341 * If logical apicid can't be determined that early, the function
342 * may return BAD_APICID. Logical apicid will be configured after
382 extern int wakeup_secondary_cpu_via_nmi(int apicid, unsigned long start_eip);
492 extern int default_apic_id_valid(u32 apicid);
499 extern bool default_check_apicid_used(physid_mask_t *map, int apicid);