Searched defs:SWAP (Results 1 – 3 of 3) sorted by relevance
/arch/nios2/ | ||
D | Kconfig | 38 config SWAP config |
/arch/microblaze/ | ||
D | Kconfig | 37 config SWAP config |
/arch/powerpc/xmon/ | ||
D | xmon.c | 1834 #define SWAP(a, b, t) ((t) = (a), (a) = (b), (b) = (t)) macro |