Home
last modified time | relevance | path

Searched refs:physid_set (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/m32r/include/asm/
Dsmp.h21 #define physid_set(physid, map) set_bit(physid, (map).mask) macro
47 physid_set(physid, __physid_mask); \
/linux-4.4.14/arch/x86/include/asm/
Dmpspec.h98 #define physid_set(physid, map) set_bit(physid, (map).mask) macro
145 physid_set(physid, *map); in physid_set_mask_of_physid()
/linux-4.4.14/arch/m32r/kernel/
Dsmpboot.c133 physid_set(bsp_phys_id, phys_cpu_present_map); in smp_prepare_boot_cpu()
175 physid_set(phys_id, phys_cpu_present_map); in smp_prepare_cpus()
/linux-4.4.14/arch/x86/kernel/
Dsmpboot.c1100 physid_set(hard_smp_processor_id(), phys_cpu_present_map); in smp_sanity_check()
1120 physid_set(hard_smp_processor_id(), phys_cpu_present_map); in smp_sanity_check()
/linux-4.4.14/arch/x86/kernel/apic/
Dapic.c2085 physid_set(apicid, phys_cpu_present_map); in generic_processor_info()
Dio_apic.c1534 physid_set(i, phys_id_present_map); in setup_ioapic_ids_from_mpc_nocheck()