Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\apm_32.c Create Date:2022-07-28 08:22:04
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:apm_irq_restore

Proto:static inline void apm_irq_restore(unsigned long flags)

Type:void

Parameter:

TypeParameterName
unsigned longflags
546  If irqs_disabled_flags(flags) Then local_irq_disable()
548  Else if Some architectures don't define arch_irqs_disabled(), so even if either* definition would be fine we need to use different ones for the time being* to avoid build issues.() Then The local_irq_*() APIs are equal to the raw_local_irq*()* if !TRACE_IRQFLAGS.()
Caller
NameDescribe
__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