Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c129 #define IS_SWAP(i) (((i) & 0xc1f80000) == 0xc0780000) macro
764 if ((IS_SWAP(instr) && swap_nc(rp, instr)) || in trap()