Searched refs:phys_apicid (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/kernel/apic/
H A Dapic_numachip.c59 static int numachip_wakeup_secondary(u32 phys_apicid, unsigned long start_rip) argument
61 numachip_apic_icr_write(phys_apicid, APIC_DM_INIT);
62 numachip_apic_icr_write(phys_apicid, APIC_DM_STARTUP |
H A Dx2apic_cluster.c178 u32 phys_apicid = apic->cpu_present_to_apicid(cpu); local
179 u32 cluster = apic_cluster(phys_apicid);
180 u32 logical_apicid = (cluster << 16) | (1 << (phys_apicid & 0xf));
H A Dx2apic_uv_x.c670 static int uv_wakeup_secondary(u32 phys_apicid, unsigned long start_rip) argument
675 pnode = uv_apicid_to_pnode(phys_apicid);
678 (phys_apicid << UVH_IPI_INT_APIC_ID_SHFT) |
685 (phys_apicid << UVH_IPI_INT_APIC_ID_SHFT) |
/linux-master/arch/x86/kernel/
H A Dsmpboot.c704 static void send_init_sequence(u32 phys_apicid) argument
717 apic_icr_write(APIC_INT_LEVELTRIG | APIC_INT_ASSERT | APIC_DM_INIT, phys_apicid);
723 apic_icr_write(APIC_INT_LEVELTRIG | APIC_DM_INIT, phys_apicid);
730 static int wakeup_secondary_cpu_via_init(u32 phys_apicid, unsigned long start_eip) argument
737 send_init_sequence(phys_apicid);
772 phys_apicid);

Completed in 120 milliseconds