SR_INT_ENAB
if (!(trapframe->sr & SR_INT_ENAB))
SR_KX | SR_INT_ENAB;
if (ISSET(trapframe->sr, SR_INT_ENAB))
if (trapframe->sr & SR_INT_ENAB) {