tag | line | file | source code |
hlt_works_ok | 59 | arch/i386/kernel/process.c | if (hlt_works_ok && !hlt_counter && !need_resched) |
hlt_works_ok | 42 | arch/i386/kernel/setup.c | char hlt_works_ok = 1; /* set if the "hlt" instruction works */ |
hlt_works_ok | 310 | fs/proc/array.c | hlt_works_ok ? "yes" : "no", |
hlt_works_ok | 18 | include/asm-i386/bugs.h | hlt_works_ok = 0; |
hlt_works_ok | 103 | include/asm-i386/bugs.h | if (!hlt_works_ok) { |
hlt_works_ok | 22 | include/asm-i386/processor.h | extern char hlt_works_ok; /* problems on some 486Dx4's and old 386's */ |