Home
last modified time | relevance | path

Searched refs:physid_clear (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/m32r/include/asm/
Dsmp.h22 #define physid_clear(physid, map) clear_bit(physid, (map).mask) macro
/linux-4.1.27/arch/x86/include/asm/
Dmpspec.h99 #define physid_clear(physid, map) clear_bit(physid, (map).mask) macro
/linux-4.1.27/arch/m32r/kernel/
Dsmpboot.c221 physid_clear(phys_id, phys_cpu_present_map); in smp_prepare_cpus()