tag | line | file | source code |
setipl | 41 | include/asm-alpha/io.h | setipl(ipl); |
setipl | 97 | include/asm-alpha/system.h | #define cli() setipl(7) |
setipl | 98 | include/asm-alpha/system.h | #define sti() setipl(0) |
setipl | 100 | include/asm-alpha/system.h | #define restore_flags(flags) setipl(flags) |
setipl | 102 | include/asm-sparc/system.h | #define cli() setipl(15) /* 15 = no int's except nmi's */ |
setipl | 103 | include/asm-sparc/system.h | #define sti() setipl(0) /* I'm scared */ |
setipl | 105 | include/asm-sparc/system.h | #define restore_flags(flags) setipl(flags) |