Function report |
Source Code:arch\x86\kernel\dumpstack.c |
Create Date:2022-07-28 07:34:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:This is gone through when something in the kernel has done something bad* and is about to be terminated:
Proto:void die(const char *str, struct pt_regs *regs, long err)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | str | |
struct pt_regs * | regs | |
long | err |
405 | flags = oops_begin() |
Name | Describe |
---|---|
go_to_protected_mode | Actual invocation sequence |
do_double_fault | Runs on an IST stack for x86_64 and on a special task stack for x86_32.* On x86_64, this is more or less a normal kernel entry. Notwithstanding the* SDM's warnings about double faults being unrecoverable, returning works as* expected |
do_bounds | |
do_general_protection | |
math_error | Note that we play around with the 'TS' bit in an attempt to get* the correct behaviour even in the presence of the asynchronous* IRQ13 behaviour |
do_device_not_available |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |