函数逻辑报告 |
Source Code:arch\x86\kernel\vm86_32.c |
Create Date:2022-07-27 09:40:51 |
Last Modify:2022-05-22 10:11:03 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:get_vflags
函数原型:static inline unsigned long get_vflags(struct kernel_vm86_regs *regs)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
struct kernel_vm86_regs * | regs |
441 | flags等于flags按位与RETURN_MASK |
443 | 如果VEFLAGS按位与X86_EFLAGS_VIF则flags或等于X86_EFLAGS_IF |
445 | flags或等于X86_EFLAGS_IOPL |
446 | 返回:flags按位或VEFLAGS按位与veflags_mask |
名称 | 描述 |
---|---|
do_int | There are so many possible reasons for this function to return* VM86_INTx, so adding another doesn't bother me. We can expect* userspace programs to be able to handle it. (Getting a problem* in userspace is always better than an Oops anyway.) [KD] |
handle_vm86_fault |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |