Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/apic/
H A Dapic_common.c23 return physid_isset(apicid, *map); in default_check_apicid_used()
42 return physid_isset(read_apic_id(), phys_cpu_present_map); in default_apic_id_registered()
H A Dio_apic.c1505 if (!physid_isset(i, phys_id_present_map)) in setup_ioapic_ids_from_mpc_nocheck()
/openbmc/linux/arch/x86/include/asm/
H A Dmpspec.h87 #define physid_isset(physid, map) test_bit(physid, (map).mask) macro
/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c1060 if (apicid == BAD_APICID || !physid_isset(apicid, phys_cpu_present_map) || in native_kick_ap()