函数逻辑报告 |
Source Code:arch\x86\kernel\apm_32.c |
Create Date:2022-07-27 09:22:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__apm_bios_call - Make an APM BIOS 32bit call*@_call: pointer to struct apm_bios_call.* Make an APM call using the 32bit protected mode interface. The* caller is responsible for knowing if APM BIOS is configured and* enabled
函数原型:static long __apm_bios_call(void *_call)
返回类型:long
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | _call |
595 | APM_DECL_SEGS |
605 | save_desc_40等于gdt[0x40 / 8] |
608 | apm_irq_save(flags) |
610 | APM_DO_SAVE_SEGS |
611 | apm_bios_call_asm(func, In and out , ecx, & Out only , & In and out , & ecx, & edx, & esi) |
616 | apm_irq_restore(flags) |
617 | gdt[0x40 / 8]等于save_desc_40 |
618 | put_cpu() |
620 | 返回: Out only 按位与0xff |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |