| tag | line | file | source code |
|---|---|---|---|
| nop | 179 | include/asm-i386/system.h | #define nop() __asm__ __volatile__ ("nop") |
| nop | 27 | include/asm-m68k/system.h | #define nop() __asm__ __volatile__ ("nop"::) |
| nop | 69 | include/asm-mips/system.h | #define nop() __asm__ __volatile__ ("nop") |