Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/apic/
H A Dapic_numachip.c59 static int numachip_wakeup_secondary(u32 phys_apicid, unsigned long start_rip) in numachip_wakeup_secondary() argument
61 numachip_apic_icr_write(phys_apicid, APIC_DM_INIT); in numachip_wakeup_secondary()
62 numachip_apic_icr_write(phys_apicid, APIC_DM_STARTUP | in numachip_wakeup_secondary()
H A Dx2apic_cluster.c178 u32 phys_apicid = apic->cpu_present_to_apicid(cpu); in x2apic_prepare_cpu() local
179 u32 cluster = apic_cluster(phys_apicid); in x2apic_prepare_cpu()
180 u32 logical_apicid = (cluster << 16) | (1 << (phys_apicid & 0xf)); in x2apic_prepare_cpu()
H A Dx2apic_uv_x.c670 static int uv_wakeup_secondary(u32 phys_apicid, unsigned long start_rip) in uv_wakeup_secondary() argument
675 pnode = uv_apicid_to_pnode(phys_apicid); in uv_wakeup_secondary()
678 (phys_apicid << UVH_IPI_INT_APIC_ID_SHFT) | in uv_wakeup_secondary()
685 (phys_apicid << UVH_IPI_INT_APIC_ID_SHFT) | in uv_wakeup_secondary()