taglinefilesource code
setipl41include/asm-alpha/io.hsetipl(ipl);
setipl83include/asm-alpha/system.h#define cli()      setipl(7)
setipl84include/asm-alpha/system.h#define sti()      setipl(0)
setipl86include/asm-alpha/system.h#define restore_flags(flags)  setipl(flags)