Searched refs:physid_isset (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | apic.h | 535 return physid_isset(read_apic_id(), phys_cpu_present_map); in default_apic_id_registered() 593 return physid_isset(apicid, *map); in default_check_apicid_used() 612 return physid_isset(phys_apicid, phys_cpu_present_map); in __default_check_phys_apicid_present()
|
D | mpspec.h | 100 #define physid_isset(physid, map) test_bit(physid, (map).mask) macro
|
/linux-4.1.27/arch/x86/kernel/apic/ |
D | apic_noop.c | 83 return physid_isset(0, phys_cpu_present_map); in noop_apic_id_registered()
|
D | apic_numachip.c | 71 return physid_isset(read_xapic_id(), phys_cpu_present_map); in numachip_apic_id_registered()
|
D | apic_flat_64.c | 144 return physid_isset(read_xapic_id(), phys_cpu_present_map); in flat_apic_id_registered()
|
D | apic.c | 1990 bool boot_cpu_detected = physid_isset(boot_cpu_physical_apicid, in generic_processor_info()
|
D | io_apic.c | 1655 if (!physid_isset(i, phys_id_present_map)) in setup_ioapic_ids_from_mpc_nocheck()
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | smp.h | 23 #define physid_isset(physid, map) test_bit(physid, (map).mask) macro
|
/linux-4.1.27/arch/m32r/kernel/ |
D | smpboot.c | 209 if (!physid_isset(phys_id, phys_cpu_present_map)) in smp_prepare_cpus()
|
/linux-4.1.27/arch/x86/kernel/ |
D | smpboot.c | 934 !physid_isset(apicid, phys_cpu_present_map) || in native_cpu_up() 1056 if (!physid_isset(hard_smp_processor_id(), phys_cpu_present_map)) { in smp_sanity_check()
|