Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\signal.c Create Date:2022-07-28 09:16:20
Last Modify:2020-03-17 13:28:47 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:send_sig_mceerr

Proto:int send_sig_mceerr(int code, void __user *addr, short lsb, struct task_struct *t)

Type:int

Parameter:

TypeParameterName
intcode
void __user *addr
shortlsb
struct task_struct *t
1724  WARN_ON((code != hardware memory error detected in process but not consumed: action optional) && (code != hardware memory error consumed on a machine check: action required ))
1725  clear_siginfo( & info)
1726  si_signo = SIGBUS
1727  si_errno = 0
1728  si_code = code
1729  si_addr = addr
1730  si_addr_lsb = lsb
1731  Return These are for backward compatibility with the rest of the kernel source.