Home
last modified time | relevance | path

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

/external/kernel-headers/original/asm-x86/
Dmpspec_32.h51 #define physids_or(dst, src1, src2) bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_APICS)
/external/kernel-headers/original/linux/
Dbitmap.h169 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() function
Dnodemask.h138 bitmap_or(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_or()
Dcpumask.h135 bitmap_or(dstp->bits, src1p->bits, src2p->bits, nbits); in __cpus_or()