Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/apic/
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()
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()
Dbigsmp_32.c65 static int bigsmp_check_phys_apicid_present(int phys_apicid) in bigsmp_check_phys_apicid_present() argument
Dx2apic_uv_x.c517 static int uv_wakeup_secondary(int phys_apicid, unsigned long start_rip) in uv_wakeup_secondary() argument
522 pnode = uv_apicid_to_pnode(phys_apicid); in uv_wakeup_secondary()
523 phys_apicid |= uv_apicid_hibits; in uv_wakeup_secondary()
526 (phys_apicid << UVH_IPI_INT_APIC_ID_SHFT) | in uv_wakeup_secondary()
533 (phys_apicid << UVH_IPI_INT_APIC_ID_SHFT) | in uv_wakeup_secondary()
/Linux-v5.4/arch/x86/include/asm/
Dapic.h329 void (*apicid_to_cpu_present)(int phys_apicid, physid_mask_t *retmap);
330 int (*check_phys_apicid_present)(int phys_apicid);
500 extern int default_check_phys_apicid_present(int phys_apicid);
/Linux-v5.4/arch/x86/kernel/
Dsmpboot.c780 wakeup_secondary_cpu_via_init(int phys_apicid, unsigned long start_eip) in wakeup_secondary_cpu_via_init() argument
805 phys_apicid); in wakeup_secondary_cpu_via_init()
816 apic_icr_write(APIC_INT_LEVELTRIG | APIC_DM_INIT, phys_apicid); in wakeup_secondary_cpu_via_init()
854 phys_apicid); in wakeup_secondary_cpu_via_init()