Searched defs:physid_set (Results 1 – 2 of 2) sorted by relevance
/arch/x86/include/asm/ | ||
D | mpspec.h | 116 #define physid_set(physid, map) set_bit(physid, (map).mask) macro |
/arch/m32r/include/asm/ | ||
D | smp.h | 21 #define physid_set(physid, map) set_bit(physid, (map).mask) macro |