Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m32r/include/asm/
Dsmp.h35 #define physids_coerce(map) ((map).mask[0]) macro
/linux-4.4.14/arch/x86/include/asm/
Dmpspec.h131 static inline unsigned long physids_coerce(physid_mask_t *map) in physids_coerce() function
/linux-4.4.14/arch/m32r/kernel/
Dsmp.c795 if (mask & ~physids_coerce(phys_cpu_present_map)) in send_IPI_mask_phys()
Dsmpboot.c200 Dprintk("CPU present map : %lx\n", physids_coerce(phys_cpu_present_map)); in smp_prepare_cpus()