taglinefilesource code
swpipl81arch/alpha/kernel/lca.cold_ipl = swpipl(7);  /* avoid getting hit by machine check */
swpipl108arch/alpha/kernel/lca.cswpipl(old_ipl);
swpipl95arch/sparc/kernel/setup.cswpipl(13);
swpipl102include/asm-alpha/system.h#define cli()      swpipl(7)
swpipl103include/asm-alpha/system.h#define sti()      swpipl(0)
swpipl104include/asm-alpha/system.h#define save_flags(flags)  do { flags = swpipl(7); } while (0)
swpipl105include/asm-alpha/system.h#define restore_flags(flags)  swpipl(flags)
swpipl66include/asm-sparc/system.h#define cli()      swpipl(15)  /* 15 = no int's except nmi's */
swpipl67include/asm-sparc/system.h#define sti()      swpipl(0)   /* same as alpha */
swpipl68include/asm-sparc/system.h#define save_flags(flags)  do { flags = swpipl(15); } while (0)
swpipl69include/asm-sparc/system.h#define restore_flags(flags)  swpipl(flags)