phys_apicid       331 arch/x86/include/asm/apic.h 	void	(*apicid_to_cpu_present)(int phys_apicid, physid_mask_t *retmap);
phys_apicid       332 arch/x86/include/asm/apic.h 	int	(*check_phys_apicid_present)(int phys_apicid);
phys_apicid       510 arch/x86/include/asm/apic.h extern int default_check_phys_apicid_present(int phys_apicid);
phys_apicid        38 arch/x86/kernel/apic/apic_common.c int default_check_phys_apicid_present(int phys_apicid)
phys_apicid        40 arch/x86/kernel/apic/apic_common.c 	return physid_isset(phys_apicid, phys_cpu_present_map);
phys_apicid        85 arch/x86/kernel/apic/apic_numachip.c static int numachip_wakeup_secondary(int phys_apicid, unsigned long start_rip)
phys_apicid        87 arch/x86/kernel/apic/apic_numachip.c 	numachip_apic_icr_write(phys_apicid, APIC_DM_INIT);
phys_apicid        88 arch/x86/kernel/apic/apic_numachip.c 	numachip_apic_icr_write(phys_apicid, APIC_DM_STARTUP |
phys_apicid        65 arch/x86/kernel/apic/bigsmp_32.c static int bigsmp_check_phys_apicid_present(int phys_apicid)
phys_apicid       517 arch/x86/kernel/apic/x2apic_uv_x.c static int uv_wakeup_secondary(int phys_apicid, unsigned long start_rip)
phys_apicid       522 arch/x86/kernel/apic/x2apic_uv_x.c 	pnode = uv_apicid_to_pnode(phys_apicid);
phys_apicid       523 arch/x86/kernel/apic/x2apic_uv_x.c 	phys_apicid |= uv_apicid_hibits;
phys_apicid       526 arch/x86/kernel/apic/x2apic_uv_x.c 	    (phys_apicid << UVH_IPI_INT_APIC_ID_SHFT) |
phys_apicid       533 arch/x86/kernel/apic/x2apic_uv_x.c 	    (phys_apicid << UVH_IPI_INT_APIC_ID_SHFT) |
phys_apicid       788 arch/x86/kernel/smpboot.c wakeup_secondary_cpu_via_init(int phys_apicid, unsigned long start_eip)
phys_apicid       813 arch/x86/kernel/smpboot.c 		       phys_apicid);
phys_apicid       824 arch/x86/kernel/smpboot.c 	apic_icr_write(APIC_INT_LEVELTRIG | APIC_DM_INIT, phys_apicid);
phys_apicid       862 arch/x86/kernel/smpboot.c 			       phys_apicid);