Lines Matching refs:apicid
68 extern void __inquire_remote_apic(int apicid);
70 static inline void __inquire_remote_apic(int apicid) in __inquire_remote_apic() argument
75 static inline void default_inquire_remote_apic(int apicid) in default_inquire_remote_apic() argument
78 __inquire_remote_apic(apicid); in default_inquire_remote_apic()
251 extern void __init x2apic_set_max_apicid(u32 apicid);
311 int (*apic_id_valid)(u32 apicid);
314 bool (*check_apicid_used)(physid_mask_t *map, int apicid);
327 int (*wakeup_secondary_cpu)(int apicid, unsigned long start_eip);
329 int (*wakeup_secondary_cpu_64)(int apicid, unsigned long start_eip);
331 void (*inquire_remote_apic)(int apicid);
380 extern int wakeup_secondary_cpu_via_nmi(int apicid, unsigned long start_eip);
491 typedef int (*wakeup_cpu_handler)(int apicid, unsigned long start_eip);
495 extern int default_apic_id_valid(u32 apicid);
502 extern bool default_check_apicid_used(physid_mask_t *map, int apicid);