phys_cpu_present_map  152 arch/x86/include/asm/mpspec.h extern physid_mask_t phys_cpu_present_map;
phys_cpu_present_map   81 arch/x86/kernel/apic/apic.c physid_mask_t phys_cpu_present_map;
phys_cpu_present_map 2401 arch/x86/kernel/apic/apic.c 				phys_cpu_present_map);
phys_cpu_present_map 2509 arch/x86/kernel/apic/apic.c 	physid_set(apicid, phys_cpu_present_map);
phys_cpu_present_map 2553 arch/x86/kernel/apic/apic.c 	physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map);
phys_cpu_present_map   40 arch/x86/kernel/apic/apic_common.c 	return physid_isset(phys_apicid, phys_cpu_present_map);
phys_cpu_present_map   96 arch/x86/kernel/apic/apic_flat_64.c 	return physid_isset(read_xapic_id(), phys_cpu_present_map);
phys_cpu_present_map   68 arch/x86/kernel/apic/apic_noop.c 	return physid_isset(0, phys_cpu_present_map);
phys_cpu_present_map 1473 arch/x86/kernel/apic/io_apic.c 	apic->ioapic_phys_id_map(&phys_cpu_present_map, &phys_id_present_map);
phys_cpu_present_map 2472 arch/x86/kernel/apic/io_apic.c 		apic->ioapic_phys_id_map(&phys_cpu_present_map, &apic_id_map);
phys_cpu_present_map   34 arch/x86/kernel/apic/probe_32.c 	return physid_isset(read_apic_id(), phys_cpu_present_map);
phys_cpu_present_map 1147 arch/x86/kernel/smpboot.c 	    !physid_isset(apicid, phys_cpu_present_map) ||
phys_cpu_present_map 1233 arch/x86/kernel/smpboot.c 		physid_set_mask_of_physid(boot_cpu_physical_apicid, &phys_cpu_present_map);
phys_cpu_present_map 1235 arch/x86/kernel/smpboot.c 		physid_set_mask_of_physid(0, &phys_cpu_present_map);
phys_cpu_present_map 1274 arch/x86/kernel/smpboot.c 	if (!physid_isset(hard_smp_processor_id(), phys_cpu_present_map)) {
phys_cpu_present_map 1278 arch/x86/kernel/smpboot.c 		physid_set(hard_smp_processor_id(), phys_cpu_present_map);
phys_cpu_present_map 1288 arch/x86/kernel/smpboot.c 		physid_set(hard_smp_processor_id(), phys_cpu_present_map);