Home
last modified time | relevance | path

Searched refs:physid_isset (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dapic_common.c21 return physid_isset(apicid, *map); in default_check_apicid_used()
40 return physid_isset(phys_apicid, phys_cpu_present_map); in default_check_phys_apicid_present()
H A Dapic_noop.c69 return physid_isset(0, phys_cpu_present_map); in noop_apic_id_registered()
H A Dprobe_32.c35 return physid_isset(read_apic_id(), phys_cpu_present_map); in default_apic_id_registered()
H A Dapic_flat_64.c96 return physid_isset(read_xapic_id(), phys_cpu_present_map); in flat_apic_id_registered()
H A Dapic.c2374 bool boot_cpu_detected = physid_isset(boot_cpu_physical_apicid, in generic_processor_info()
H A Dio_apic.c1501 if (!physid_isset(i, phys_id_present_map)) in setup_ioapic_ids_from_mpc_nocheck()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmpspec.h91 #define physid_isset(physid, map) test_bit(physid, (map).mask) macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsmpboot.c1144 !physid_isset(apicid, phys_cpu_present_map) || in native_cpu_up()
1271 if (!physid_isset(hard_smp_processor_id(), phys_cpu_present_map)) { in smp_sanity_check()