函数逻辑报告 |
Source Code:arch\x86\kernel\dumpstack.c |
Create Date:2022-07-27 08:34:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:终止程序
函数原型:void die(const char *str, struct pt_regs *regs, long err)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | str | |
struct pt_regs * | regs | |
long | err |
405 | flags等于oops_begin() |
名称 | 描述 |
---|---|
go_to_protected_mode | 进入保护模式 |
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 | |
main | 真实模式下的初始化(BIOS装入执行) |
do_trap_no_signal |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |