📄 traps.h
字号:
#ifndef _ASMARM_TRAP_H#define _ASMARM_TRAP_Hstruct undef_hook { struct list_head node; __u32 instr_mask; __u32 instr_val; __u32 cpsr_mask; __u32 cpsr_val; int (*fn)(struct pt_regs *regs, unsigned int instr);};void register_undef_hook(struct undef_hook *hook);void unregister_undef_hook(struct undef_hook *hook);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -