Function report |
Source Code:arch\x86\kernel\cpu\mce\core.c |
Create Date:2022-07-28 08:00:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Do a quick check if any of the events requires a panic.* This decides if we keep the events around or clear them.
Proto:static int mce_no_way_out(struct mce *m, char **msg, unsigned long *validp, struct pt_regs *regs)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct mce * | m | |
char ** | msg | |
unsigned long * | validp | |
struct pt_regs * | regs |
815 | If Not (Bank's MCi_STATUS MSR & valid error ) Then Continue |
819 | If quirk_no_way_out Then quirk_no_way_out(i, m, regs) |
823 | If mce_severity(m, tolerant, & tmp, true) >= MCE_PANIC_SEVERITY Then |
829 | Return 0 |
Name | Describe |
---|---|
do_machine_check | The actual machine check handler. This only handles real* exceptions when something got corrupted coming in through int 18.* This is executed in NMI context not subject to normal locking rules. This* implies that most kernel services cannot be safely used |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |