Function report |
Source Code:arch\x86\kernel\alternative.c |
Create Date:2022-07-28 07:45:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:int3_exception_notify
Proto:static int __init int3_exception_notify(struct notifier_block *self, unsigned long val, void *data)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct notifier_block * | self | |
unsigned long | val | |
void * | data |
655 | If Not regs || ser_mode(regs) determines whether a register set came from user* mode Then Return Don't care |
658 | If val != DIE_INT3 Then Return Don't care |
661 | If ip - INT3_INSN_SIZE != defined in asm below Then Return Don't care |
664 | int3_emulate_call(regs, (unsignedlong) & We define the int3_magic() function in assembly to control the calling* convention such that we can 'call' it from assembly.) |
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 |