函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\signal.c Create Date:2022-07-27 10:16:17
Last Modify:2020-03-17 13:28:47 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:force_sig_mceerr

函数原型:int force_sig_mceerr(int code, void __user *addr, short lsb)

返回类型:int

参数:

类型参数名称
intcode
void __user *addr
shortlsb
1710  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 ))
1711  clear_siginfo( & info)
1712  si_signo等于SIGBUS
1713  si_errno等于0
1714  si_code等于code
1715  si_addr等于addr
1716  si_addr_lsb等于lsb
1717  返回:强制信号发送
调用者
名称描述
kill_procSend all the processes who have the page mapped a signal.* ``action optional'' if they are not immediately affected by the error* ``action required'' if error happened in current execution context