Function report |
Source Code:arch\x86\include\asm\apm.h |
Create Date:2022-07-28 08:21:59 |
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_asm
Proto:static inline void apm_bios_call_asm(unsigned int func, unsigned int ebx_in, unsigned int ecx_in, unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx, unsigned int *esi)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | func | |
unsigned int | ebx_in | |
unsigned int | ecx_in | |
unsigned int * | eax | |
unsigned int * | ebx | |
unsigned int * | ecx | |
unsigned int * | edx | |
unsigned int * | esi |
35 | __asm__ __volatile__ |
Name | Describe |
---|---|
__apm_bios_call | __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 |
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 |