IPLSHIFT
#define IPL(level) ((level) >> IPLSHIFT) /* Extract the IPL. */
#define MAKEIPL(priority) (IDTVECOFF + ((priority) << IPLSHIFT))