taglinefilesource code
halt9arch/alpha/kernel/entry.S#define halt  .long PAL_halt
halt10arch/alpha/kernel/head.S#define halt .long PAL_halt
halt70include/asm-alpha/system.h#define halt() __asm__ __volatile__(".long 0");
halt50include/asm-m68k/system.h#define halt() \
halt33include/asm-sparc/system.h#define halt() { romvec->pv_halt(); }