44a45,50
> static inline bool
> inUserMode(ThreadContext *tc)
> {
> return (tc->readMiscReg(AlphaISA::IPR_DTB_CM) & 0x18) != 0;
> }
>