Home
last modified time | relevance | path

Searched defs:physids_or (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
Dmpspec.h125 #define physids_or(dst, src1, src2) \ macro
/linux-3.4.99/arch/m32r/include/asm/
Dsmp.h27 #define physids_or(dst, src1, src2) bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX… macro