Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:do_device_not_available

Proto:__attribute__((__externally_visible__)) void do_device_not_available(struct pt_regs *regs, long error_code)

Type:void

Parameter:

TypeParameterName
struct pt_regs *regs
longerror_code
884  cr0 = read_cr0()
886  RCU_LOCKDEP_WARN(!_is_watching - see if RCU thinks that the current CPU is not idle* Return true if RCU is watching the running CPU, which means that this* CPU can safely enter RCU read-side critical sections, "entry code didn't wake RCU")
901  If WARN(cr0 & X86_CR0_TS, "CR0.TS was set") Then
903  write_cr0(cr0 & ~X86_CR0_TS)
904  Else
910  die("unexpected #NM exception", regs, error_code)