tag | line | file | source code |
---|---|---|---|
swpipl | 37 | include/asm-alpha/io.h | unsigned long ipl = swpipl(7); |
swpipl | 102 | include/asm-sparc/system.h | #define cli() swpipl(15) /* 15 = no int's except nmi's */ |
swpipl | 103 | include/asm-sparc/system.h | #define sti() swpipl(0) /* I'm scared */ |
swpipl | 104 | include/asm-sparc/system.h | #define save_flags(flags) do { flags = swpipl(15); } while (0) |
swpipl | 105 | include/asm-sparc/system.h | #define restore_flags(flags) swpipl(flags) |