函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\apm_32.c Create Date:2022-07-27 09:21:59
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:apm_irq_restore

函数原型:static inline void apm_irq_restore(unsigned long flags)

返回类型:void

参数:

类型参数名称
unsigned longflags
546  如果设置中断标志(flags)则禁止中断()
548  否则如果已禁止中断()则开中断()
调用者
名称描述
__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
__apm_bios_call_simple__apm_bios_call_simple - Make an APM BIOS 32bit call (on CPU 0)*@_call: pointer to struct apm_bios_call