Home
last modified time | relevance | path

Searched defs:SWAP (Results 1 – 3 of 3) sorted by relevance

/arch/nios2/
DKconfig38 config SWAP config
/arch/microblaze/
DKconfig37 config SWAP config
/arch/powerpc/xmon/
Dxmon.c1834 #define SWAP(a, b, t) ((t) = (a), (a) = (b), (b) = (t)) macro