tag | line | file | source code |
swpipl | 99 | arch/alpha/kernel/lca.c | old_ipl = swpipl(7); /* avoid getting hit by machine check */ |
swpipl | 126 | arch/alpha/kernel/lca.c | swpipl(old_ipl); |
swpipl | 136 | arch/alpha/kernel/lca.c | old_ipl = swpipl(7); /* avoid getting hit by machine check */ |
swpipl | 161 | arch/alpha/kernel/lca.c | swpipl(old_ipl); |
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) |