Function report |
Source Code:arch\x86\kernel\vm86_32.c |
Create Date:2022-07-28 08:41:43 |
Last Modify:2022-05-22 10:11:03 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:handle_vm86_trap
Proto:int handle_vm86_trap(struct kernel_vm86_regs *regs, long error_code, int trapno)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct kernel_vm86_regs * | regs | |
long | error_code | |
int | trapno |
573 | If for vm86 internal use Then |
575 | save_v86_state(regs, urn due to DOS-debugger request + (trapno << 8)) |
576 | Return 0 |
579 | Return 0 |
581 | If trapno != 1 Then Return 1 |
584 | error_code = error_code |
586 | Return 0 |
Name | Describe |
---|---|
do_debug | Our handling of the processor debug registers is non-trivial.* We do not clear them on entry and exit from the kernel. Therefore* it is possible to get a watchpoint trap here from inside the kernel.* However, the code in |
handle_vm86_fault |
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 |