taglinefilesource code
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)
swpipl62include/asm-sparc/system.h#define cli()      swpipl(15)  /* 15 = no int's except nmi's */
swpipl63include/asm-sparc/system.h#define sti()      swpipl(0)   /* same as alpha */
swpipl64include/asm-sparc/system.h#define save_flags(flags)  do { flags = swpipl(15); } while (0)
swpipl65include/asm-sparc/system.h#define restore_flags(flags)  swpipl(flags)