Home
last modified time | relevance | path

Searched refs:phys_apicid (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/kernel/apic/
A Dapic_common.c38 int default_check_phys_apicid_present(int phys_apicid) in default_check_phys_apicid_present() argument
40 return physid_isset(phys_apicid, phys_cpu_present_map); in default_check_phys_apicid_present()
A Dapic_numachip.c85 static int numachip_wakeup_secondary(int phys_apicid, unsigned long start_rip) in numachip_wakeup_secondary() argument
87 numachip_apic_icr_write(phys_apicid, APIC_DM_INIT); in numachip_wakeup_secondary()
88 numachip_apic_icr_write(phys_apicid, APIC_DM_STARTUP | in numachip_wakeup_secondary()
A Dbigsmp_32.c66 static int bigsmp_check_phys_apicid_present(int phys_apicid) in bigsmp_check_phys_apicid_present() argument
A Dx2apic_uv_x.c696 static int uv_wakeup_secondary(int phys_apicid, unsigned long start_rip) in uv_wakeup_secondary() argument
701 pnode = uv_apicid_to_pnode(phys_apicid); in uv_wakeup_secondary()
704 (phys_apicid << UVH_IPI_INT_APIC_ID_SHFT) | in uv_wakeup_secondary()
711 (phys_apicid << UVH_IPI_INT_APIC_ID_SHFT) | in uv_wakeup_secondary()
/linux/arch/x86/include/asm/
A Dapic.h322 void (*apicid_to_cpu_present)(int phys_apicid, physid_mask_t *retmap);
323 int (*check_phys_apicid_present)(int phys_apicid);
501 extern int default_check_phys_apicid_present(int phys_apicid);
/linux/arch/x86/kernel/
A Dsmpboot.c841 wakeup_secondary_cpu_via_init(int phys_apicid, unsigned long start_eip) in wakeup_secondary_cpu_via_init() argument
866 phys_apicid); in wakeup_secondary_cpu_via_init()
877 apic_icr_write(APIC_INT_LEVELTRIG | APIC_DM_INIT, phys_apicid); in wakeup_secondary_cpu_via_init()
915 phys_apicid); in wakeup_secondary_cpu_via_init()

Completed in 14 milliseconds