tag | line | file | source code |
halt | 9 | arch/alpha/boot/head.S | #define halt .long PAL_halt |
halt | 9 | arch/alpha/kernel/entry.S | #define halt .long PAL_halt |
halt | 13 | arch/alpha/kernel/head.S | #define halt .long PAL_halt |
halt | 48 | arch/alpha/lib/divide.S | #define halt .long 0 |
halt | 20 | arch/ppc/kernel/stubs.c | void halt(void) |
halt | 53 | include/asm-alpha/system.h | #define halt() __asm__ __volatile__ ("call_pal %0" : : "i" (PAL_halt) : "memory") |
halt | 50 | include/asm-m68k/system.h | #define halt() \ |
halt | 37 | include/asm-sparc/system.h | #define halt() romvec->pv_halt() |