Home
last modified time | relevance | path

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

/external/kernel-headers/original/asm-x86/
Dmpspec_32.h50 #define physids_and(dst, src1, src2) bitmap_and((dst).mask, (src1).mask, (src2).mask, MAX_APICS)
/external/kernel-headers/original/linux/
Dbitmap.h160 static inline void bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() function
Dnodemask.h130 bitmap_and(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_and()
Dcpumask.h128 bitmap_and(dstp->bits, src1p->bits, src2p->bits, nbits); in __cpus_and()