Home
last modified time | relevance | path

Searched refs:__die (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/mach-tegra/
H A Dreset-handler.S190 bleq __die @ CPU not present (to OS)
198 bne __die @ only CPU0 can be here
201 bleq __die @ no LP1 startup handler
212 bleq __die @ no LP2 startup handler
225 bleq __die @ CPU0 cannot be here
229 bleq __die @ no secondary startup handler
238 __die: label
/linux/arch/x86/include/asm/
H A Dkdebug.h37 extern int __must_check __die(const char *, struct pt_regs *, long);
/linux/arch/x86/mm/
H A Dfault.c606 if (__die("Bad pagetable", regs, error_code)) in pgtable_bad()
709 if (__die("Oops", regs, error_code)) in page_fault_oops()