Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dn2rng.h151 #define N2RNG_CONTROL 0x00000001 macro
157 #define n2rng_setcontrol(n2rng) ((n2rng)->n_flags |= N2RNG_CONTROL)
158 #define n2rng_clrcontrol(n2rng) ((n2rng)->n_flags &= ~N2RNG_CONTROL)
159 #define n2rng_iscontrol(n2rng) ((n2rng)->n_flags & N2RNG_CONTROL)