tag | line | file | source code |
---|---|---|---|
setipl | 41 | include/asm-alpha/io.h | setipl(ipl); |
setipl | 83 | include/asm-alpha/system.h | #define cli() setipl(7) |
setipl | 84 | include/asm-alpha/system.h | #define sti() setipl(0) |
setipl | 86 | include/asm-alpha/system.h | #define restore_flags(flags) setipl(flags) |