Home
last modified time | relevance | path

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

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