Home | History | Annotate | Download | only in x86_64

Lines Matching full:exc_err

1111     exc_err,
1509 { e_regSetEXC, exc_err, "err" , NULL, Uint, Hex, EXC_SIZE (err) , EXC_OFFSET (err) , -1U, -1U, -1U, -1U, NULL, NULL },
1759 case exc_err: value->value.uint32 = m_state.context.exc.__err; return true;
1942 case exc_err: m_state.context.exc.__err = value->value.uint32; success = true; break;