Searched defs:clo_flags (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dcheetahregs.h1396 * clo_flags is used to hold information such as trap type, trap level,
1410 uint64_t clo_flags; /* Information about this trap */ member in struct:ch_cpu_logout
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c1325 ceen = clop->clo_flags & EN_REG_CEEN;
1326 nceen = clop->clo_flags & EN_REG_NCEEN;
1745 uint64_t ceen, clo_flags; local
1779 clo_flags = p_clo_flags;
1788 clo_flags = clop->clo_flags;
1801 * Grab information encoded into our clo_flags field.
1803 ceen = clo_flags & EN_REG_CEEN;
1804 tl = (clo_flags & CLO_FLAGS_TL_MASK) >> CLO_FLAGS_TL_SHIFT;
1805 ttype = (clo_flags
[all...]

Completed in 73 milliseconds