taglinefilesource code
swpipl81arch/alpha/kernel/lca.cold_ipl = swpipl(7);  /* avoid getting hit by machine check */
swpipl108arch/alpha/kernel/lca.cswpipl(old_ipl);
swpipl106include/asm-alpha/system.h#define cli()      swpipl(7)
swpipl107include/asm-alpha/system.h#define sti()      swpipl(0)
swpipl108include/asm-alpha/system.h#define save_flags(flags)  do { flags = swpipl(7); } while (0)
swpipl109include/asm-alpha/system.h#define restore_flags(flags)  swpipl(flags)
swpipl68include/asm-sparc/system.h#define cli()      swpipl(15)  /* 15 = no int's except nmi's */
swpipl69include/asm-sparc/system.h#define sti()      swpipl(0)   /* I'm scared */
swpipl70include/asm-sparc/system.h#define save_flags(flags)  do { flags = swpipl(15); } while (0)
swpipl71include/asm-sparc/system.h#define restore_flags(flags)  swpipl(flags)