Searched refs:do_exit (Results 1 – 25 of 60) sorted by relevance
123
15 extern bool do_exit;52 if (!do_exit) in vmexit()59 if (!do_exit) in vmentry()
27 bool do_exit = true; variable357 do_exit = true; in main()
144 do_exit(SIGSEGV); in die()243 do_exit(SIGKILL); in unhandled_interruption()254 do_exit(SIGKILL); in unhandled_exceptions()281 do_exit(SIGILL); in do_revinsn()
226 do_exit(SIGILL); in handle_fpu_exception()
114 do_exit() { function176 trap do_exit 0
54 do_exit(SIGKILL); in do_page_fault()
8 SYM2=do_exit
90 do_exit(SIGKILL); in die_if_kernel()91 do_exit(SIGSEGV); in die_if_kernel()
109 do_exit(SIGSEGV); in die()
193 do_exit(SIGSEGV); in die_if_kernel()578 do_exit(SIGSEGV); in do_entUna()633 do_exit(SIGSEGV); in do_entUna()
50 do_exit(err); in die()
285 static int do_exit(void);458 do_exit(); in handle_f9()645 static int do_exit(void) in do_exit() function1538 if (!global_exit && do_exit() == 0) in main()
58 FUTEX_RECOVER. At do_exit() time, all vmas are searched to see whether92 registration happens at most once per thread lifetime]. At do_exit()96 In the common case, at do_exit() time, there is no list registered, so105 The list is guaranteed to be private and per-thread at do_exit() time,
60 do_exit(SIGSEGV); in die()
51 do_exit(SIGKILL); in send_fault_sig()
43 do_exit(err); in die()
362 do_exit(0); in SYSCALL_DEFINE4()366 do_exit(0); in SYSCALL_DEFINE4()
733 void __noreturn do_exit(long code) in do_exit() function885 EXPORT_SYMBOL_GPL(do_exit);892 do_exit(code); in complete_and_exit()898 do_exit((error_code&0xff)<<8); in SYSCALL_DEFINE1()929 do_exit(exit_code); in do_group_exit()
289 do_exit(-EINTR); in kthread()295 do_exit(-ENOMEM); in kthread()329 do_exit(ret); in kthread()
63 #define module_exit(func) static void (*do_exit)(void) = func69 do_exit(); \
207 do_exit(SIGKILL); in do_page_fault()
262 do_exit(SIGKILL); in ia64_do_page_fault()
142 frame->childregs.gprs[11] = (unsigned long)do_exit; in copy_thread()
112 do_exit(SIGSEGV); in die()
57 do_exit(SIGSEGV); in die()
Completed in 29 milliseconds