| tag | line | file | source code |
|---|---|---|---|
| sti | 103 | include/asm-alpha/system.h | #define sti() swpipl(0) |
| sti | 184 | include/asm-i386/system.h | #define sti() __asm__ __volatile__ ("sti": : :"memory") |
| sti | 22 | include/asm-m68k/system.h | #define sti() __asm__ __volatile__ ("andiw #0xfbff,sr": : : "memory") |
| sti | 24 | include/asm-m68k/system.h | #define sti() __asm__ __volatile__ ("andiw #0xf8ff,sr": : : "memory") |
| sti | 39 | include/asm-mips/system.h | #define sti() \ |
| sti | 67 | include/asm-sparc/system.h | #define sti() swpipl(0) /* same as alpha */ |