Function report |
Source Code:arch\x86\kernel\apm_32.c |
Create Date:2022-07-28 08:22:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__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
Proto:static long __apm_bios_call(void *_call)
Type:long
Parameter:
Type | Parameter | Name |
---|---|---|
void * | _call |
595 | APM_DECL_SEGS |
604 | gdt = Provide the original GDT |
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 | Return Out only & 0xff |
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 |