Searched refs:physids_or (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/m32r/include/asm/ |
D | smp.h | 27 #define physids_or(dst, src1, src2) bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX… macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | mpspec.h | 107 #define physids_or(dst, src1, src2) \ macro
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | io_apic.c | 1543 physids_or(phys_id_present_map, phys_id_present_map, tmp); in setup_ioapic_ids_from_mpc_nocheck() 2398 physids_or(apic_id_map, apic_id_map, tmp); in io_apic_get_unique_id()
|