tag | line | file | source code |
sti | 98 | include/asm-alpha/system.h | #define sti() setipl(0) |
sti | 224 | 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 | 16 | include/asm-mips/system.h | #define sti() \ |
sti | 51 | include/asm-mips/system.h | #define sti() \ |
sti | 98 | include/asm-sparc/system.h | #define sti() setipl(0) /* I'm scared */ |