__noreturn         32 arch/ia64/kernel/machine_kexec.c 					unsigned long pal_addr) __noreturn;
__noreturn         36 arch/m68k/kernel/machine_kexec.c 				  unsigned long cpu_mmu_flags) __noreturn;
__noreturn         13 arch/mips/dec/reset.c typedef void __noreturn (* noret_func_t)(void);
__noreturn         20 arch/powerpc/kernel/machine_kexec_32.c 				unsigned long start_address) __noreturn;
__noreturn        231 include/linux/compiler_attributes.h #define __noreturn                      __attribute__((__noreturn__))
__noreturn         34 tools/include/linux/compiler-gcc.h #define __noreturn	__attribute__((noreturn))