tag | line | file | source code |
---|---|---|---|
sti | 107 | include/asm-alpha/system.h | #define sti() swpipl(0) |
sti | 169 | 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 | 69 | include/asm-sparc/system.h | #define sti() swpipl(0) /* I'm scared */ |